ExchangeVersion enum
Values
- Exchange2007_SP1 → const ExchangeVersion
- 
  Microsoft Exchange 2007, Service Pack 1 
- Exchange2010 → const ExchangeVersion
- 
  Microsoft Exchange 2010 
- Exchange2010_SP1 → const ExchangeVersion
- 
  Microsoft Exchange 2010, Service Pack 1 
- Exchange2010_SP2 → const ExchangeVersion
- 
  Microsoft Exchange 2010, Service Pack 2 
- Exchange2013 → const ExchangeVersion
- 
  Microsoft Exchange 2013 
- Exchange2013_SP1 → const ExchangeVersion
- 
  Microsoft Exchange 2013 SP1 
- Exchange2015 → const ExchangeVersion
- 
  Microsoft Exchange 2015 (aka Exchange 2016) 
- Exchange2016 → const ExchangeVersion
- 
  Microsoft Exchange 2016 
- V2015_10_05 → const ExchangeVersion
- 
  Functionality starting 10/05/2015 
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- index → int
- 
  A numeric identifier for the enumerated value.
  no setterinherited
- name → String
- 
      Available on Enum, provided by the EnumName extension The name of the enum value.no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Constants
- 
    values
  → const List<ExchangeVersion> 
- A constant List of the values in this enum, in order of their declaration.