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
Syntax
public Guid ToGuid()

Return Value

Type: Guid
Guid object, if type can't be converted to Guid returns empty GUID.
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