LibreOffice
LibreOffice 7.4 SDK API Reference
Public Types | List of all members
SendMailMessageFailedException Exception 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";

Inheritance diagram for SendMailMessageFailedException:
MailException Exception

Public Types

typedef sequence< string > InvalidAddresses
 The addresses which are invalid because they do not conform to RFC 822. More...
 
typedef sequence< string > ValidSentAddresses
 The addresses to which the mail message was sent successfully. More...
 
typedef sequence< string > ValidUnsentAddresses
 The addresses which are valid but to which the message was not sent. More...
 

Additional Inherited Members

- 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...
 

Detailed Description

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.

See also
com::sun::star::mail::XMailService
Since
OOo 2.0

Member Typedef Documentation

◆ InvalidAddresses

sequence<string> InvalidAddresses

The addresses which are invalid because they do not conform to RFC 822.

◆ ValidSentAddresses

sequence<string> ValidSentAddresses

The addresses to which the mail message was sent successfully.

◆ ValidUnsentAddresses

sequence<string> ValidUnsentAddresses

The addresses which are valid but to which the message was not sent.


The documentation for this exception was generated from the following file: