LibreOffice
LibreOffice 24.2 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 Attributes | |
sequence< string > | InvalidAddresses |
The addresses which are invalid because they do not conform to RFC 822. More... | |
sequence< string > | ValidSentAddresses |
The addresses to which the mail message was sent successfully. More... | |
sequence< string > | ValidUnsentAddresses |
The addresses which are valid but to which the message was not sent. More... | |
Public Attributes inherited from Exception | |
string | Message |
gives a detailed description of the reason, why the exception was thrown. More... | |
com::sun::star::uno::XInterface | Context |
should contain a reference to the original, which raised the exception. More... | |
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.