Class ItemMovedEventArgs
Contents
[
Hide
]ItemMovedEventArgs class
Provides data for the ItemMoved
event
public class ItemMovedEventArgs : EventArgs
Constructors
Name | Description |
---|---|
ItemMovedEventArgs(FolderInfo) | Initializes a new instance of the ItemMovedEventArgs class. |
ItemMovedEventArgs(MessageInfo) | Initializes a new instance of the ItemMovedEventArgs class. |
ItemMovedEventArgs(string, MapiPropertyCollection) | Initializes a new instance of the ItemMovedEventArgs class. |
Properties
Name | Description |
---|---|
DestinationFolder { get; } | Gets the destination folder. |
EntryId { get; } | Gets the string that represents the EntryId of the moved message. |
IsFolder { get; } | Return true, if entry refers to a Folder |
IsMessage { get; } | Return true, if entry refers to a Message |
ItemProperties { get; } | Gets the item properties that has been moved. |
See Also
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email