Ignore TransportMessageHeaders field when loading .msg file. If set to true, some fields are taken directly from the .msg structure instead of the TransportMessageHeaders field. The affected fields are: Sender, From, To, CC, Bcc, Subject, Date, MessageId. Any MIME headers stored in TransportMessageHeaders field are not loaded either.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Property IgnoreMsgTransportHeaders As Boolean
	Get
	Set
C#
public bool IgnoreMsgTransportHeaders { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also