Uses of Class
microsoft.exchange.webservices.data.misc.OutParam

Packages that use OutParam
microsoft.exchange.webservices.data.autodiscover   
microsoft.exchange.webservices.data.autodiscover.response   
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.service   
microsoft.exchange.webservices.data.core.service.schema   
microsoft.exchange.webservices.data.property.complex   
microsoft.exchange.webservices.data.property.definition   
microsoft.exchange.webservices.data.search   
 

Uses of OutParam in microsoft.exchange.webservices.data.autodiscover
 

Methods in microsoft.exchange.webservices.data.autodiscover with parameters of type OutParam
protected  List<String> AutodiscoverService.getAutodiscoverServiceHosts(String domainName, OutParam<Integer> outParam)
          Gets the list of autodiscover service hosts.
protected  List<URI> AutodiscoverService.getAutodiscoverServiceUrls(String domainName, OutParam<Integer> scpHostCount)
          Gets the list of autodiscover service URLs.
 

Uses of OutParam in microsoft.exchange.webservices.data.autodiscover.response
 

Methods in microsoft.exchange.webservices.data.autodiscover.response with parameters of type OutParam
<T> boolean
GetUserSettingsResponse.tryGetSettingValue(Class<T> cls, UserSettingName setting, OutParam<T> value)
          Tries the get the user setting value.
 

Uses of OutParam in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core with parameters of type OutParam
protected  boolean EwsServiceXmlWriter.tryConvertObjectToString(Object value, OutParam<String> str)
          Try to convert object to a string.
protected  boolean PropertyBag.tryGetProperty(PropertyDefinition propertyDefinition, OutParam<Object> propertyValueOutParam)
          Tries to get a property value based on a property definition.
<T> boolean
PropertyBag.tryGetPropertyType(Class<T> cls, PropertyDefinition propertyDefinition, OutParam<T> propertyValue)
          Tries to get a property value based on a property definition.
<T> boolean
PropertyBag.tryGetValue(PropertyDefinition propertyDefinition, OutParam<T> propertyValueOutParam)
          Tries to retrieve the value of the specified property.
 boolean SimplePropertyBag.tryGetValue(TKey key, OutParam<Object> value)
          Tries to get value.
 boolean EwsXmlReader.tryReadValue(OutParam<String> value)
          Tries to read value.
 

Uses of OutParam in microsoft.exchange.webservices.data.core.service
 

Methods in microsoft.exchange.webservices.data.core.service with parameters of type OutParam
protected
<T> boolean
ServiceObject.tryGetExtendedProperty(Class<T> cls, ExtendedPropertyDefinition propertyDefinition, OutParam<T> propertyValue)
          Try to get the value of a specified extended property in this instance.
<T> boolean
ServiceObject.tryGetProperty(Class<T> cls, PropertyDefinitionBase propertyDefinition, OutParam<T> propertyValue)
          Try to get the value of a specified property in this instance.
 boolean ServiceObject.tryGetProperty(PropertyDefinitionBase propertyDefinition, OutParam<Object> propertyValue)
          Try to get the value of a specified property in this instance.
 

Uses of OutParam in microsoft.exchange.webservices.data.core.service.schema
 

Methods in microsoft.exchange.webservices.data.core.service.schema with parameters of type OutParam
 boolean ServiceObjectSchema.tryGetPropertyDefinition(String xmlElementName, OutParam<PropertyDefinition> propertyDefinitionOutParam)
          Tries to get property definition.
 

Uses of OutParam in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex with parameters of type OutParam
<T> boolean
ExtendedPropertyCollection.tryGetValue(Class<T> cls, ExtendedPropertyDefinition propertyDefinition, OutParam<T> propertyValueOut)
          Tries to get property value.
 boolean EmailAddressDictionary.tryGetValue(EmailAddressKey key, OutParam<EmailAddress> outparam)
          Tries to get the e-mail address associated with the specified key.
 boolean ImAddressDictionary.tryGetValue(ImAddressKey key, OutParam<String> outParam)
          Tries to get the IM address associated with the specified key.
 boolean UserConfigurationDictionary.tryGetValue(Object key, OutParam<Object> value)
          Gets the value associated with the specified key.
 boolean PhoneNumberDictionary.tryGetValue(PhoneNumberKey key, OutParam<String> outparam)
          Tries to get the phone number associated with the specified key.
 boolean PhysicalAddressDictionary.tryGetValue(PhysicalAddressKey key, OutParam<PhysicalAddressEntry> outparam)
          Tries to get the physical address associated with the specified key.
 

Uses of OutParam in microsoft.exchange.webservices.data.property.definition
 

Methods in microsoft.exchange.webservices.data.property.definition with parameters of type OutParam
static boolean PropertyDefinitionBase.tryLoadFromXml(EwsServiceXmlReader reader, OutParam<PropertyDefinitionBase> propertyDefinition)
          Tries to load from XML.
 

Uses of OutParam in microsoft.exchange.webservices.data.search
 

Methods in microsoft.exchange.webservices.data.search with parameters of type OutParam
 boolean OrderByCollection.tryGetValue(PropertyDefinitionBase propertyDefinition, OutParam<SortDirection> sortDirection)
          Tries to get the value for a property definition in the collection.
 



Copyright © 2012–2015 Microsoft. All rights reserved.