aspNetEmail

EmailMessage.XHeaderArray Property

Exposes the X-Headers as a string array.

public string[] XHeaderArray {get; set;}

Remarks

To populate the X-Headers, instead, use the NameValueCollection property XHeaders.

The XHeaderArray property has been exposed only due to the 1.x .NET Framework not being able to serialize NameValueCollections.

See Also

EmailMessage Class | aspNetEmail Namespace