@Deprecated public class SendMessagesResult extends Object
Contains result of operation with messages
Constructor and Description |
---|
SendMessagesResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.Dictionary<MailMessage,com.aspose.ms.System.Exception> |
getFailed()
Deprecated.
Gets mail messages that have been handled with errors
|
List<MailMessage> |
getNotHandled()
Deprecated.
Gets mail messages that have not been handled
|
List<MailMessage> |
getSucceeded()
Deprecated.
Gets mail messages that have been handled successfully
|
public final List<MailMessage> getSucceeded()
Gets mail messages that have been handled successfully
public final com.aspose.ms.System.Collections.Generic.Dictionary<MailMessage,com.aspose.ms.System.Exception> getFailed()
Gets mail messages that have been handled with errors
public final List<MailMessage> getNotHandled()
Gets mail messages that have not been handled
Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.