LibreOffice
LibreOffice 25.8 SDK API Reference
|
A SendFailedException will be thrown if a mail message could not be sent because the e-mail addresses of some recipients are invalid. More...
import "SendMailMessageFailedException.idl";
Public Types | |
typedef sequence< string > | InvalidAddresses |
The addresses which are invalid because they do not conform to RFC 822. | |
typedef sequence< string > | ValidSentAddresses |
The addresses to which the mail message was sent successfully. | |
typedef sequence< string > | ValidUnsentAddresses |
The addresses which are valid but to which the message was not sent. |
Additional Inherited Members | |
Public Attributes inherited from Exception | |
string | Message |
gives a detailed description of the reason, why the exception was thrown. | |
com::sun::star::uno::XInterface | Context |
should contain a reference to the original, which raised the exception. |
A SendFailedException will be thrown if a mail message could not be sent because the e-mail addresses of some recipients are invalid.
E-mail addresses have to conform to RFC 822.
sequence<string> InvalidAddresses |
The addresses which are invalid because they do not conform to RFC 822.
sequence<string> ValidSentAddresses |
The addresses to which the mail message was sent successfully.
sequence<string> ValidUnsentAddresses |
The addresses which are valid but to which the message was not sent.