IMessageObjectPropertyContainerProperties Property |
Gets the properties of the container.
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
SyntaxMessageObjectPropertiesCollection Properties { get; }
ReadOnly Property Properties As MessageObjectPropertiesCollection
Get
property MessageObjectPropertiesCollection^ Properties {
MessageObjectPropertiesCollection^ get ();
}
abstract Properties : MessageObjectPropertiesCollection with get
Property Value
Type:
MessageObjectPropertiesCollectionThe properties.
See Also