Click or drag to resize
MimeKit

TnefAttachMethod Enumeration

The TNEF attach method.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public enum TnefAttachMethod
Members
Member nameValueDescription
None0 No AttachMethod specified.
ByValue1 The attachment is a binary blob and SHOULD appear in the AttachData attribute.
EmbeddedMessage5 The attachment is an embedded TNEF message stream and MUST appear in the AttachData property of the Attachment attribute.
Ole6 The attachment is an OLE stream and MUST appear in the AttachData property of the Attachment attribute.
Remarks
The TnefAttachMethod enum contains a list of possible values for the AttachMethod property.
See Also