Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: ucb ::
struct RecipientInfo
Description
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.
Elements' Summary
ProtocolType
the protocol to use for sending (i.e. "NNTP", "SMTP", "VIM").
State
the current state of the message.
To
the recipient(s) (e.g. e-mail address/es).
CC
the recipient(s) of a "carbon copy" (e.g. e-mail address/es).
BCC
the recipient(s) of "blind carbon copy" (e.g. e-mail address/es).
Newsgroups
the newsgroup(s) to which an article is be posted.
Server
the name of the server to be used for sending the message.
Username
the user name to be used for authorizing on the send server.
Password
the password to be used for authorizing on the send server.
VIMPostOfficePath
the Post Office Path (VIM only).
ProtocolErrorString
string representing the last error (generated by send server).
ProtocolErrorNumber
the number representing the last error (generated by send server).
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.
Elements' Details
ProtocolType
string ProtocolType ;
Description
the protocol to use for sending (i.e. "NNTP", "SMTP", "VIM").
State
To
string To ;
Description
the recipient(s) (e.g. e-mail address/es).
Multiple addresses are separated by commas.
CC
string CC ;
Description
the recipient(s) of a "carbon copy" (e.g. e-mail address/es).
Multiple addresses are separated by commas.
BCC
string BCC ;
Description
the recipient(s) of "blind carbon copy" (e.g. e-mail address/es).
Multiple addresses are separated by commas.
Newsgroups
string Newsgroups ;
Description
the newsgroup(s) to which an article is be posted.
Multiple addresses are separated by commas.
Server
string Server ;
Description
the name of the server to be used for sending the message.
Username
string Username ;
Description
the user name to be used for authorizing on the send server.
Password
string Password ;
Description
the password to be used for authorizing on the send server.
VIMPostOfficePath
string VIMPostOfficePath ;
Description
the Post Office Path (VIM only).
ProtocolErrorString
string ProtocolErrorString ;
Description
string representing the last error (generated by send server).
ProtocolErrorNumber
long ProtocolErrorNumber ;
Description
the number representing the last error (generated by send server).
SendTries
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.
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.