Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The TnefAttributeTag enumeration contains values that identify TNEF attributes.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Enumeration TnefAttributeTag
'Usage
Dim instance As TnefAttributeTag
public enum TnefAttributeTag
Members
| Member name | Description | |
|---|---|---|
| Null | Indicates the attNull attribute. | |
| From | Indicates the attFrom attribute. This is equivalent to the PR_SENDER_ENTRYID and PR_SENDER_NAME MAPI properties. | |
| Subject | Indicates the attSubject attribute. This is equivalent to the PR_SUBJECT MAPI property. | |
| DateSent | Indicates the attDateSent attribute. This is equivalent to the PR_CLIENT_SUBMIT_TIME MAPI property. | |
| DateReceived | Indicates the attDateRecd attribute. This is equivalent to the PR_MESSAGE_DELIVERY_TIME MAPI property. | |
| MessageStatus | Indicates the attMessageStatus attribute. This is equivalent to the PR_MESSAGE_FLAGS MAPI property. | |
| MessageClass | Indicates the attMessageClass attribute. This is equivalent to the PR_MESSAGE_CLASS MAPI property. | |
| MessageId | Indicates the attMessageId attribute. This is equivalent to the PR_SEARCH_KEY property. | |
| ParentId | Indicates the attParentId attribute. This is equivalent to the PR_PARENT_KEY MAPI property. | |
| ConversationId | Indicates the attConversationId attribute. This is equivalent to the PR_CONVERSATION_KEY MAPI property attribute. | |
| Body | Indicates the attBody attribute. This is equivalent to the PR_BODY | |
| Priority | Indicates the attPriority attribute. This is equivalent to the PR_IMPORTANCE property. | |
| AttachData | Indicates the attAttachDataattribute attribute. This is equivalent to the PR_ATTACH_DATA_BIN or PR_ATTACH_DATA_OBJ MAPI property. | |
| AttachTitle | Indicates the attAttachTitle attribute. This is equivalent to the PR_ATTACH_FILENAME MAPI property. | |
| AttachMetaFile | Indicates the attAttachMetaFile attribute attribute. This is equivalent to the PR_ATTACH_RENDERING MAPI property. | |
| AttachCreateDate | Indicates theattAttachCreateDate attribute. This is equivalent to the PR_CREATION_TIME MAPI property. | |
| AttachModifyDate | Indicates the attAttachModifyDate attribute. This is equivalent to the PR_LAST_MODIFICATION_TIME MAPI property. | |
| DateModified | Indicates the attDateModified attribute. This is equivalent to the PR_LAST_MODIFICATION_TIME MAPI property. | |
| AttachTransportFilename | Indicates the attAttachTransportFilename attribute. This is equivalent to the PR_ATTACH_TRANSPORT_NAME MAPI property. | |
| AttachRenderData | Indicates the attAttachRenddata attribute. | |
| MapiProperties | Indicates the attMapiProps attribute. This is equivalent to an arbitrary MAPI property list | |
| RecipientTable | Indicates the attRecipTable attribute. This is equivalent to the PR_MESSAGE_RECIPIENTS MAPI property. | |
| Attachment | Indicates the attAttachmentattribute attribute. This is equivalent to the arbitrary attachment MAPI properties | |
| TnefVersion | Indicates the attTnefVersion attribute. | |
| OemCodepage | Indicates the attOemCodepage attribute. | |
| OriginalMessageClass | Indicates the attOriginalMessageClass attribute. This is equivalent to the PR_ORIG_MESSAGE_CLASS MAPI property. | |
| Owner | Indicates the attOwner attribute. This is equivalent to the PR_RCVD_REPRESENTING_xxx or PR_SENT_REPRESENTING_xxx MAPI property. | |
| SentFor | Indicates the attSentFor attribute. This is equivalent to the PR_SENT_REPRESENTING_xxx | |
| Delegate | Indicates the attDelegate attribute. This is equivalent to the PR_RCVD_REPRESENTING_xxx MAPI property. | |
| DateStart | Indicates the attDateStart attribute. This is equivalent to the PR_START_DATE MAPI property. | |
| DateEnd | Indicates the attDateEnd attribute. This is equivalent to the PR_END_DATE MAPI property. | |
| AidOwner | Indicates the attAidOwner attribute. This is equivalent to the PR_OWNER_APPT_ID MAPI property. | |
| RequestResponse | Indicates the attRequestRes attribute. This is equivalent to the PR_RESPONSE_REQUESTED MAPI property. |