public class AppendMessagesResult extends Object
Contains result of operation with messages
Constructor and Description |
---|
AppendMessagesResult() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.Dictionary<MailMessage,RuntimeException> |
getFailed()
Gets mail messages that have been handled with errors
|
List<MailMessage> |
getNotHandled()
Gets mail messages that have not been handled
|
com.aspose.ms.System.Collections.Generic.Dictionary<MailMessage,String> |
getSucceeded()
Gets mail messages that have been handled successfully
|
public final com.aspose.ms.System.Collections.Generic.Dictionary<MailMessage,String> getSucceeded()
Gets mail messages that have been handled successfully
public final com.aspose.ms.System.Collections.Generic.Dictionary<MailMessage,RuntimeException> getFailed()
Gets mail messages that have been handled with errors
public final List<MailMessage> getNotHandled()
Gets mail messages that have not been handled