Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.error.ConnectionFailureCause
-
Packages that use ConnectionFailureCause Package Description microsoft.exchange.webservices.data.core.enumeration.service.error microsoft.exchange.webservices.data.messaging -
-
Uses of ConnectionFailureCause in microsoft.exchange.webservices.data.core.enumeration.service.error
Methods in microsoft.exchange.webservices.data.core.enumeration.service.error that return ConnectionFailureCause Modifier and Type Method Description static ConnectionFailureCauseConnectionFailureCause. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionFailureCause[]ConnectionFailureCause. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConnectionFailureCause in microsoft.exchange.webservices.data.messaging
Methods in microsoft.exchange.webservices.data.messaging that return ConnectionFailureCause Modifier and Type Method Description ConnectionFailureCausePhoneCall. getConnectionFailureCause()Gets a value indicating the reason why this phone call failed to connect.
-