The EwsItemId type exposes the following 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.
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() ![]() | 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.
|
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | ToString |
Returns a string that represents this EwsItemId.
(Overrides Object..::..ToString()()()().) |
Operators
Name | Description | |
---|---|---|
![]() ![]() ![]() | ImplicitWideningImplicitImplicitImplicit(String to EwsItemId) |
Converts a String to an EwsItemId.
|
![]() ![]() ![]() | ImplicitWideningImplicitImplicitImplicit(EwsItemId to String) |
Converts an EwsItemId to a String.
|
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).
|