ServiceId 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.
Represents the Id of an Exchange object.
public ref class ServiceId abstract : Microsoft::Exchange::WebServices::Data::ComplexProperty
public abstract class ServiceId : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public MustInherit Class ServiceId
Inherits ComplexProperty
- Inheritance
- Derived
Properties
| ChangeKey |
Gets the change key associated with the Exchange object. |
| UniqueId |
Gets the unique Id of the Exchange object. |
Methods
| Equals(Object) |
Determines whether the specified is equal to the current. |
| GetHashCode() |
Serves as a hash function for a particular type. |
| SameIdAndChangeKey(ServiceId) |
Determines whether two ServiceId instances are equal (including ChangeKeys) |
| ToString() |
Returns a System.String that represents the current System.Object. |