ConversationSchema Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the schema for conversation properties.
public ref class ConversationSchema : Microsoft::Exchange::WebServices::Data::ServiceObjectSchema
public class ConversationSchema : Microsoft.Exchange.WebServices.Data.ServiceObjectSchema
Public Class ConversationSchema
Inherits ServiceObjectSchema
- Inheritance
Remarks
Caution:
Contains a list of properties that are available on Conversation objects. The properties that are prefixed with "Global" indicate that the property list is aggregated across the entire mailbox, not just a particular folder. For example, consider the following conversation:
Message 1 – from Ken Circeo, in the Sent Items folderMessage 2 – from Oliver Lee, in the Inbox folderMessage 3 – from Jaka Stele, in the Inbox folderMessage 4 – from Jon Morris – in the Test folder
A request for the UniqueSenders property on the conversation from the Inbox folder will return "Oliver Lee, Jaka Stele". Compare the results with a request for the GlobalUniqueSenders property, which will return "Ken Circeo, Oliver Lee, Jaka Stele, Jon Morris". Duplicate entries will not be returned.
Fields
Categories |
Defines the Categories property. This property is read-only. |
DraftItemIds |
Defines the DraftItemIds property. |
FlagStatus |
Defines the FlagStatus property. This property is read-only. |
GlobalCategories |
Defines the GlobalCategories property. This property is read-only. |
GlobalFlagStatus |
Defines the GlobalFlagStatus property. This property is read-only. |
GlobalHasAttachments |
Defines the GlobalHasAttachments property. This property is read-only. |
GlobalHasIrm |
Defines the GlobalHasIrm property. This property is read-only. |
GlobalIconIndex |
Defines the GlobalIconIndex property. The GlobalIconIndex field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
GlobalImportance |
Defines the GlobalImportance property. This property is read-only. |
GlobalItemClasses |
Defines the GlobalItemClasses property. This property is read-only. |
GlobalItemIds |
Defines the GlobalItemIds property. This property is read-only. |
GlobalLastDeliveryTime |
Defines the GlobalLastDeliveryTime property. This property is read-only. |
GlobalMessageCount |
Defines the GlobalMessageCount property. This property is read-only. |
GlobalSize |
Defines the GlobalSize property. This property is read-only. |
GlobalUniqueRecipients |
Defines the GlobalUniqueRecipients property. This property is read-only. |
GlobalUniqueSenders |
Defines the GlobalUniqueSenders property. This property is read-only. |
GlobalUniqueUnreadSenders |
Defines the GlobalUniqueUnreadSenders property. This property is read-only. |
GlobalUnreadCount |
Defines the GlobalUnreadCount property. This property is read-only. |
HasAttachments |
Defines the HasAttachments property. |
HasIrm |
Defines the HasIrm property. This property is read-only. |
IconIndex |
Defines the IconIndex property. The IconIndex field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Id |
Defines the Id property. This property is read-only. |
Importance |
Defines the Importance property. This property is read-only. |
InstanceKey |
Defines the InstanceKey property. The InstanceKey field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
ItemClasses |
Defines the ItemClasses property. This property is read-only. |
ItemIds |
Defines the ItemIds property. This property is read-only. |
LastDeliveryTime |
Defines the LastDeliveryTime property. This property is read-only. |
LastModifiedTime |
Defines the LastModifiedTime property. The LastModifiedTime field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
MessageCount |
Defines the MessageCount property. This property is read-only. |
Preview |
Defines the Preview property. The Preview field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Size |
Defines the Size property. This property is read-only. |
Topic |
Defines the Topic property. This property is read-only. |
UniqueRecipients |
Defines the UniqueRecipients property. This property is read-only. |
UniqueSenders |
Defines the UniqueSenders property. This property is read-only. |
UniqueUnreadSenders |
Defines the UniqueUnreadSenders property. This property is read-only. |
UnreadCount |
Defines the UnreadCount property. This property is read-only. |
Methods
GetEnumerator() |
Provides an enumerator for the properties of the schema. (Inherited from ServiceObjectSchema) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets an enumerator that iterates through the properties in the schema. The IEnumerable.GetEnumerator() method is applicable for clients that target Exchange Server 2013 and versions of Exchange starting with Exchange Online. (Inherited from ServiceObjectSchema) |