Top   Module   Use   Manual   Index 

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

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