Uses of Class
microsoft.exchange.webservices.data.core.enumeration.misc.ConnectingIdType
-
Packages that use ConnectingIdType Package Description 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 Modifier and Type Method Description static ConnectingIdTypeConnectingIdType. 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 Modifier and Type Method Description ConnectingIdTypeImpersonatedUserId. getIdType()Gets the type of the Id.Methods in microsoft.exchange.webservices.data.misc with parameters of type ConnectingIdType Modifier and Type Method Description voidImpersonatedUserId. setIdType(ConnectingIdType idType)Sets the id type.Constructors in microsoft.exchange.webservices.data.misc with parameters of type ConnectingIdType Constructor Description ImpersonatedUserId(ConnectingIdType idType, String id)Initializes a new instance of ConnectingId.
-