MapiAttachmentNamedProperties Property |
Gets the named properties of message.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic MapiPropertyCollection NamedProperties { get; }
Public ReadOnly Property NamedProperties As MapiPropertyCollection
Get
public:
property MapiPropertyCollection^ NamedProperties {
MapiPropertyCollection^ get ();
}
member NamedProperties : MapiPropertyCollection with get
Property Value
Type:
MapiPropertyCollection
The collection of named properties.
See Also