ExchangeObjectVersion Members
Include Protected Members
Include Inherited Members
Provides version information for Exchange objects.
The ExchangeObjectVersion type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExchangeObjectVersion(Byte, Byte, Byte, Byte, UInt16, UInt16) | ||
ExchangeObjectVersion(Int64) |
Top
Methods
Name | Description | |
---|---|---|
CompareTo(ExchangeObjectVersion) | ||
CompareTo(Object) | ||
Equals | (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
IsNewerThan | ||
IsOlderThan | ||
IsSameVersion | ||
MemberwiseClone | (Inherited from Object.) | |
Parse | ||
ToInt64 | ||
ToString | (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Compares two ExchangeObjectVersion instances for equality. | |
Inequality |
Top
Fields
Name | Description | |
---|---|---|
Exchange2003 | ||
Exchange2007 | Indicates that the object is versioned for Exchange 2007. | |
Exchange2010 | Indicates that the object is versioned for Exchange 2010. | |
ExchangeBuild | ||
Major | ||
Maximum | ||
Minor |
Top