LibreOffice
LibreOffice 24.2 SDK API Reference
|
contains all information needed to send a message using one send protocol. More...
import"RecipientInfo.idl";
Public Attributes | |
string | ProtocolType |
the protocol to use for sending (i.e. More... | |
com::sun::star::ucb::OutgoingMessageState | State |
the current state of the message. More... | |
string | To |
the recipient(s) (e.g. More... | |
string | CC |
the recipient(s) of a "carbon copy" (e.g. More... | |
string | BCC |
the recipient(s) of "blind carbon copy" (e.g. More... | |
string | Newsgroups |
the newsgroup(s) to which an article is be posted. More... | |
string | Server |
the name of the server to be used for sending the message. More... | |
string | Username |
the user name to be used for authorizing on the send server. More... | |
string | Password |
the password to be used for authorizing on the send server. More... | |
string | VIMPostOfficePath |
the Post Office Path (VIM only). More... | |
string | ProtocolErrorString |
string representing the last error (generated by send server). More... | |
long | ProtocolErrorNumber |
the number representing the last error (generated by send server). More... | |
long | SendTries |
the count of tries to send a message. More... | |
contains all information needed to send a message using one send protocol.
To send one message via two different protocols, two RecipientInfos are needed - to send one message to different users with one protocol, one RecipientInfo can be used.
string BCC |
the recipient(s) of "blind carbon copy" (e.g.
e-mail address/es).
Multiple addresses are separated by commas.
string CC |
the recipient(s) of a "carbon copy" (e.g.
e-mail address/es).
Multiple addresses are separated by commas.
string Newsgroups |
the newsgroup(s) to which an article is be posted.
Multiple addresses are separated by commas.
string Password |
the password to be used for authorizing on the send server.
long ProtocolErrorNumber |
the number representing the last error (generated by send server).
string ProtocolErrorString |
string representing the last error (generated by send server).
string ProtocolType |
the protocol to use for sending (i.e.
"NNTP", "SMTP", "VIM").
long SendTries |
the count of tries to send a message.
This count is 1
if the message was sent with the first try and increases with every unsuccessful retry.
string Server |
the name of the server to be used for sending the message.
the current state of the message.
string To |
the recipient(s) (e.g.
e-mail address/es).
Multiple addresses are separated by commas.
string Username |
the user name to be used for authorizing on the send server.
string VIMPostOfficePath |
the Post Office Path (VIM only).