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