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

struct SendInfo

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