EwsItemId Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
Represents an Exchange item ID.
Syntax
public class EwsItemId
Inherited Members
Constructors
Name | Description |
---|---|
EwsItemId(String) | Initializes a new instance of the EwsItemId class with the specified value. |
EwsItemId(String, String) | Initializes a new instance of the EwsItemId class with the specified ID and Change key. |
Properties
Name | Description |
---|---|
ChangeKey | Gets the Change key of an item (in file name friendly format). |
Value | Gets the ID of an item (in file name friendly format). |
Methods
Name | Description |
---|---|
GetNativeChangeKey() | Gets the Change key of an item in its Exchange native format. It is not always file name friendly. |
GetNativeValue() | Gets the ID of an item in its Exchange native format. It is not always file name friendly. |
ToString() | Returns a string that represents this EwsItemId. |
Operators
Name | Description |
---|---|
Implicit(EwsItemId to String) | |
Implicit(String to EwsItemId) |