MessageObjectPropertyToGuid Method |
Converts the value of the property to
Guid.
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
SyntaxPublic Function ToGuid As Guid
member ToGuid : unit -> Guid
Return Value
Type:
GuidGuid object, if type can't be converted to Guid returns empty GUID.
RemarksThis 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