Click or drag to resize

CEmail.SetHeaderInfo Method

X#
Method to encode all header elements of an email

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetHeaderInfo() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
This method reads the properties of the Email object and creates a header from these properties. It also assigns the header to the Header property of the email. This method is called from CEmail:StreamOut during the streaming of the email message.
See Also