Elements
|
string ProtocolType
|
- Description
- the protocol to use for sending (i.e. "NNTP", "SMTP", "VIM").
|
com::sun::star::ucb::OutgoingMessageState State
|
- Description
- the current state of the message.
|
string To
|
- Description
- the recipient(s) (e.g. e-mail address/es).
Multiple addresses are separated by commas.
|
string CC
|
- Description
- the recipient(s) of a "carbon copy" (e.g. e-mail address/es).
Multiple addresses are separated by commas.
|
string BCC
|
- Description
- the recipient(s) of "blind carbon copy" (e.g. e-mail address/es).
Multiple addresses are separated by commas.
|
string Newsgroups
|
- Description
- the newsgroup(s) to which an article is be posted.
Multiple addresses are separated by commas.
|
string Server
|
- Description
- the name of the server to be used for sending the message.
|
string Username
|
- Description
- the user name to be used for authorizing on the send server.
|
string Password
|
- Description
- the password to be used for authorizing on the send server.
|
string VIMPostOfficePath
|
- Description
- the Post Office Path (VIM only).
|
string ProtocolErrorString
|
- Description
- string representing the last error (generated by send server).
|
long ProtocolErrorNumber
|
- Description
- the number representing the last error (generated by send server).
|
long SendTries
|
- Description
- 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.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.