Modifier and Type | Method and Description |
---|---|
void |
IEWSClient.forward(MailMessage message,
ExchangeMessageInfo referencedMessage)
Forward a message.
|
void |
ExchangeClient.moveMessage(ExchangeMessageInfo msgInfo,
String destinationFolderUri)
Moves the message.
|
void |
ExchangeClient.moveMessage(ExchangeMessageInfo msgInfo,
String destinationFolderUri,
boolean overwrite)
Moves the message.
|
void |
IEWSClient.reply(MailMessage message,
ExchangeMessageInfo referencedMessage)
Reply to the sender's message.
|
void |
IEWSClient.replyAll(MailMessage message,
ExchangeMessageInfo referencedMessage)
Reply to the sender and all recipients of a message.
|
Constructor and Description |
---|
ExchangeMessageInfoCollection(Iterable<ExchangeMessageInfo> messageInfoEn)
Initializes a new instance of the ExchangeMessageInfoCollection class
|