EwsItemMetadata Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
Represents an item metadata which can be used to update an item using the UpdateItem(EwsItemId, EwsItemMetadata) method. See also EwsMessageMetadata class.
Syntax
public class EwsItemMetadata
Inherited Members
Constructors
Name | Description |
---|---|
EwsItemMetadata() | Initializes new instance of EwsItemMetadata. |
Properties
Name | Description |
---|---|
Body | Gets or sets the body of an item. |
Categories | Gets or sets the list of categories of an item. |
Flag | Gets or sets the flag of an item. |
Importance | Gets or sets the importance value of an item. |
Subject | Gets or sets the subject of an item. |