CEmail.Decode Method | |
Extract all information from the various parts of an e-mail.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Decode(
cMail
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual Decode(
Usual cMail = default
)
Request Example
View SourceParameters
- cMail (Optional)
- Type: Usual
The mail message to decode.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Remarks
This method knocks down all of the different parts of the raw e-mail stream and assigns them to appropriate properties.
See Also