ItemMovedEventArgs
Inheritance: java.lang.Object, com.aspose.ms.System.EventArgs
public class ItemMovedEventArgs extends System.EventArgs
Provides data for the FolderInfo.ItemMovedDelegate event
Constructors
| Constructor | Description |
|---|---|
| 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
| Field | Description |
|---|---|
| Empty |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| message | MessageInfo | The message. |
ItemMovedEventArgs(FolderInfo folder)
public ItemMovedEventArgs(FolderInfo folder)
Initializes a new instance of the ItemMovedEventArgs class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| folder | FolderInfo | The folder. |
ItemMovedEventArgs(String entryId, MapiPropertyCollection properties)
public ItemMovedEventArgs(String entryId, MapiPropertyCollection properties)
Initializes a new instance of the ItemMovedEventArgs class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| entryId | java.lang.String | The entry identifier. |
| properties | MapiPropertyCollection | The properties. |
Empty
public static final System.EventArgs Empty
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |