Class ItemMovedEventArgs

ItemMovedEventArgs class

Provides data for the ItemMoved event

public class ItemMovedEventArgs : EventArgs

Constructors

NameDescription
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

NameDescription
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