Syntax
struct SendInfo;
Description
contains information related to a send protocol.
It can contain any string values (server names, user names, passwords,
...).
Field Summary
|
ProtocolType |
the protocol to which the info is related (i.e. "NNTP", "SMTP", "VIM").
|
|
Value |
the value.
|
|
Field Details
|
|
Syntax
string ProtocolType;
Description
the protocol to which the info is related (i.e. "NNTP", "SMTP", "VIM").
Syntax
string Value;
Description
the value.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.