ItemMovedEventArgs

Inheritance: java.lang.Object, com.aspose.ms.System.EventArgs

public class ItemMovedEventArgs extends System.EventArgs

Provides data for the FolderInfo.ItemMovedDelegate event

Constructors

ConstructorDescription
ItemMovedEventArgs(MessageInfo message)Initializes a new instance of the ItemMovedEventArgs class.
ItemMovedEventArgs(FolderInfo folder)Initializes a new instance of the ItemMovedEventArgs class.
ItemMovedEventArgs(String entryId, MapiPropertyCollection properties)Initializes a new instance of the ItemMovedEventArgs class.

Fields

FieldDescription
Empty

Methods

MethodDescription
equals(Object arg0)
getClass()
getDestinationFolder()Gets the destination folder.
getEntryId()Gets the string that represents the EntryId of the moved message.
getItemProperties()Gets the item properties that has been moved.
hashCode()
isFolder()Return true, if entry refers to a Folder
isMessage()Return true, if entry refers to a Message
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ItemMovedEventArgs(MessageInfo message)

public ItemMovedEventArgs(MessageInfo message)

Initializes a new instance of the ItemMovedEventArgs class.

Parameters:

ParameterTypeDescription
messageMessageInfoThe message.

ItemMovedEventArgs(FolderInfo folder)

public ItemMovedEventArgs(FolderInfo folder)

Initializes a new instance of the ItemMovedEventArgs class.

Parameters:

ParameterTypeDescription
folderFolderInfoThe folder.

ItemMovedEventArgs(String entryId, MapiPropertyCollection properties)

public ItemMovedEventArgs(String entryId, MapiPropertyCollection properties)

Initializes a new instance of the ItemMovedEventArgs class.

Parameters:

ParameterTypeDescription
entryIdjava.lang.StringThe entry identifier.
propertiesMapiPropertyCollectionThe properties.

Empty

public static final System.EventArgs Empty

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDestinationFolder()

public final FolderInfo getDestinationFolder()

Gets the destination folder.

Value: The destination folder.

Returns: FolderInfo

getEntryId()

public final String getEntryId()

Gets the string that represents the EntryId of the moved message.

Value: The entry id.

Returns: java.lang.String

getItemProperties()

public final MapiPropertyCollection getItemProperties()

Gets the item properties that has been moved.

Value: The message.

Returns: MapiPropertyCollection

hashCode()

public native int hashCode()

Returns: int

isFolder()

public final boolean isFolder()

Return true, if entry refers to a Folder

Returns: boolean

isMessage()

public final boolean isMessage()

Return true, if entry refers to a Message

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int