public class MessageAddedEventArgs
extends com.aspose.ms.System.EventArgs
Provides data for the FolderInfo.MessageAddedDelegate
event
Constructor and Description |
---|
MessageAddedEventArgs(String entryId,
MapiMessage message)
Initializes a new instance of the
MessageAddedEventArgs class. |
Modifier and Type | Method and Description |
---|---|
String |
getEntryId()
Gets the string that represents the EntryId of the added message.
|
MapiMessage |
getMessage()
Gets the message that has been added.
|
public MessageAddedEventArgs(String entryId, MapiMessage message)
Initializes a new instance of the MessageAddedEventArgs
class.
entryId
- The entry id.message
- The message.public final MapiMessage getMessage()
Gets the message that has been added.
Value: The message.public final String getEntryId()
Gets the string that represents the EntryId of the added message.
Value: The entry id.