| TnefAttachMethod Enumeration |
The TNEF attach method.
Namespace: MimeKit.TnefAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public enum TnefAttachMethod
Members Member name | Value | Description |
---|
None | 0 |
No AttachMethod specified.
|
ByValue | 1 |
The attachment is a binary blob and SHOULD appear in the
AttachData attribute.
|
EmbeddedMessage | 5 |
The attachment is an embedded TNEF message stream and MUST appear
in the AttachData property of the
Attachment attribute.
|
Ole | 6 |
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