Click or drag to resize
MimeKit

TnefAttributeTag Enumeration

A TNEF attribute tag.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public enum TnefAttributeTag
Members
Member nameValueDescription
Null0 A Null TNEF attribute.
From32,768 The From TNEF attribute.
Subject98,308 The Subject TNEF attribute.
MessageId98,313 The MessageId TNEF attribute.
ParentId98,314 The ParentId TNEF attribute.
ConversationId98,315 The ConversationId TNEF attribute.
AttachTitle98,320 The AttachTitle TNEF attribute.
Body163,852 The Body TNEF attribute.
DateStart196,614 The DateStart TNEF attribute.
DateEnd196,615 The DateEnd TNEF attribute.
DateSent229,381 The DateSent TNEF attribute.
DateReceived229,382 The DateReceived TNEF attribute.
AttachCreateDate229,394 The AttachCreateDate TNEF attribute.
AttachModifyDate229,395 The AttachModifyDate TNEF attribute.
DateModified229,408 The DateModified TNEF attribute.
RequestResponse262,153 The RequestResponse TNEF attribute.
Priority294,925 The Priority TNEF attribute.
AidOwner327,688 The AidOwner TNEF attribute.
Owner393,216 The Owner TNEF attribute.
SentFor393,217 The SentFor TNEF attribute.
Delegate393,218 The Delegate TNEF attribute.
MessageStatus425,991 The MessageStatus TNEF attribute.
AttachData425,999 The AttachData TNEF attribute.
AttachMetaFile426,001 The AttachMetaFile TNEF attribute.
AttachTransportFilename430,081 The AttachTransportFilename TNEF attribute.
AttachRenderData430,082 The AttachRenderData TNEF attribute.
MapiProperties430,083 The MapiProperties TNEF attribute.
RecipientTable430,084 The RecipientTable TNEF attribute.
Attachment430,085 The Attachment TNEF attribute.
OemCodepage430,087 The OemCodepage TNEF attribute.
OriginalMessageClass458,758 The OriginalMessageClass TNEF attribute.
MessageClass491,528 The MessageClass TNEF attribute.
TnefVersion561,158 The TnefVersion TNEF attribute.
Remarks
A TNEF attribute tag.
See Also