| TnefAttributeTag Enumeration |
A TNEF attribute tag.
Namespace: MimeKit.TnefAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public enum TnefAttributeTag
Members Member name | Value | Description |
---|
Null | 0 |
A Null TNEF attribute.
|
From | 32,768 |
The From TNEF attribute.
|
Subject | 98,308 |
The Subject TNEF attribute.
|
MessageId | 98,313 |
The MessageId TNEF attribute.
|
ParentId | 98,314 |
The ParentId TNEF attribute.
|
ConversationId | 98,315 |
The ConversationId TNEF attribute.
|
AttachTitle | 98,320 |
The AttachTitle TNEF attribute.
|
Body | 163,852 |
The Body TNEF attribute.
|
DateStart | 196,614 |
The DateStart TNEF attribute.
|
DateEnd | 196,615 |
The DateEnd TNEF attribute.
|
DateSent | 229,381 |
The DateSent TNEF attribute.
|
DateReceived | 229,382 |
The DateReceived TNEF attribute.
|
AttachCreateDate | 229,394 |
The AttachCreateDate TNEF attribute.
|
AttachModifyDate | 229,395 |
The AttachModifyDate TNEF attribute.
|
DateModified | 229,408 |
The DateModified TNEF attribute.
|
RequestResponse | 262,153 |
The RequestResponse TNEF attribute.
|
Priority | 294,925 |
The Priority TNEF attribute.
|
AidOwner | 327,688 |
The AidOwner TNEF attribute.
|
Owner | 393,216 |
The Owner TNEF attribute.
|
SentFor | 393,217 |
The SentFor TNEF attribute.
|
Delegate | 393,218 |
The Delegate TNEF attribute.
|
MessageStatus | 425,991 |
The MessageStatus TNEF attribute.
|
AttachData | 425,999 |
The AttachData TNEF attribute.
|
AttachMetaFile | 426,001 |
The AttachMetaFile TNEF attribute.
|
AttachTransportFilename | 430,081 |
The AttachTransportFilename TNEF attribute.
|
AttachRenderData | 430,082 |
The AttachRenderData TNEF attribute.
|
MapiProperties | 430,083 |
The MapiProperties TNEF attribute.
|
RecipientTable | 430,084 |
The RecipientTable TNEF attribute.
|
Attachment | 430,085 |
The Attachment TNEF attribute.
|
OemCodepage | 430,087 |
The OemCodepage TNEF attribute.
|
OriginalMessageClass | 458,758 |
The OriginalMessageClass TNEF attribute.
|
MessageClass | 491,528 |
The MessageClass TNEF attribute.
|
TnefVersion | 561,158 |
The TnefVersion TNEF attribute.
|
Remarks
A TNEF attribute tag.
See Also