LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
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.
 
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.
 

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: