:: com :: sun :: star :: ucb ::

struct SendInfo
Description
contains information related to a send protocol.

It can contain any string values (server names, user names, passwords, ...).


Elements' Summary
ProtocolType the protocol to which the info is related (i.e. "NNTP", "SMTP", "VIM").  
Value the value.  
Elements' Details
ProtocolType
string ProtocolType;
Description
the protocol to which the info is related (i.e. "NNTP", "SMTP", "VIM").
Value
string Value;
Description
the value.
Top of Page