Uses of Class
microsoft.exchange.webservices.data.core.enumeration.misc.ConnectingIdType

Packages that use ConnectingIdType
microsoft.exchange.webservices.data.core.enumeration.misc   
microsoft.exchange.webservices.data.misc   
 

Uses of ConnectingIdType in microsoft.exchange.webservices.data.core.enumeration.misc
 

Methods in microsoft.exchange.webservices.data.core.enumeration.misc that return ConnectingIdType
static ConnectingIdType ConnectingIdType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectingIdType[] ConnectingIdType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ConnectingIdType in microsoft.exchange.webservices.data.misc
 

Methods in microsoft.exchange.webservices.data.misc that return ConnectingIdType
 ConnectingIdType ImpersonatedUserId.getIdType()
          Gets the type of the Id.
 

Methods in microsoft.exchange.webservices.data.misc with parameters of type ConnectingIdType
 void ImpersonatedUserId.setIdType(ConnectingIdType idType)
          Sets the id type.
 

Constructors in microsoft.exchange.webservices.data.misc with parameters of type ConnectingIdType
ImpersonatedUserId(ConnectingIdType idType, String id)
          Initializes a new instance of ConnectingId.
 



Copyright © 2012–2015 Microsoft. All rights reserved.