ItemMovedEventArgs

ItemMovedEventArgs class

Provides data for the

The ItemMovedEventArgs type exposes the following members:

Constructors

NameDescription
ItemMovedEventArgs(message)Initializes a new instance of the ItemMovedEventArgs class
ItemMovedEventArgs(folder)Initializes a new instance of the ItemMovedEventArgs class
ItemMovedEventArgs(entry_id, properties)Initializes a new instance of the ItemMovedEventArgs class

Properties

NameDescription
item_propertiesGets the item properties that has been moved.
entry_idGets the string that represents the EntryId of the moved message.
destination_folderGets the destination folder.
is_messageReturn true, if entry refers to a Message
is_folderReturn true, if entry refers to a Folder

See Also