CPop Constructor | |
Construct a CPop object.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
cServer,
cUserName,
cPassword,
nPort,
oEMailStorage
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public CPop(
Usual cServer = default,
Usual cUserName = default,
Usual cPassword = default,
Usual nPort = default,
Usual oEMailStorage = default
)
Request Example
View SourceParameters
- cServer (Optional)
- Type: Usual
String containing the host name of a valid POP server. Alternately, the string can contain the IP number of the POP server in ASCII dotted-decimal format (for example, 11.22.3.45). - cUserName (Optional)
- Type: Usual
The user ID. - cPassword (Optional)
- Type: Usual
The user's password. - nPort (Optional)
- Type: Usual
** missing parameter documentation ** - oEMailStorage (Optional)
- Type: Usual
** missing parameter documentation **
See Also