ItemMovedEventArgsItemProperties Property |
Gets the item properties that has been moved.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic MapiPropertyCollection ItemProperties { get; }
Public ReadOnly Property ItemProperties As MapiPropertyCollection
Get
public:
property MapiPropertyCollection^ ItemProperties {
MapiPropertyCollection^ get ();
}
member ItemProperties : MapiPropertyCollection with get
Property Value
Type:
MapiPropertyCollectionThe message.
See Also