MessageObjectPropertyToStringRepresentation Method |
Converts the value of the property to string.
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public string ToStringRepresentation()
Public Function ToStringRepresentation As String
public:
String^ ToStringRepresentation()
member ToStringRepresentation : unit -> string
Return Value
Type:
StringString value, if type can't be converted to string returns empty string.
Remarks This method doesn't provide automatic conversion of the data types, e.g. if
Value property is of type default value will be returned.
See Also