CPop.LogOn Method | |
Log a user onto a connected POP server.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD LogOn(
cUID,
cPwd
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual LogOn(
Usual cUID = default,
Usual cPwd = default
)
Request Example
View SourceParameters
- cUID (Optional)
- Type: Usual
The user ID. - cPwd (Optional)
- Type: Usual
The user's password.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Examples
See the CPop:DeleteMail() example.
See Also