MessageObjectPropertyPropertyType Property |
Gets the type of the property.
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public MapiType PropertyType { get; }
Public ReadOnly Property PropertyType As MapiType
Get
public:
property MapiType PropertyType {
MapiType get ();
}
member PropertyType : MapiType with get
Property Value
Type:
MapiTypeThe type of the property.
See Also