CNNTP.GetHeader Method | |
Retrieves a specified message header from the selected group.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetHeader(
xMsg
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetHeader(
Usual xMsg = default
)
Request Example
View SourceParameters
- xMsg (Optional)
- Type: Usual
This can be a numeric ID or a string containing a unique identifier. If xMsg is not specified, the current message is assumed.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also