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

Uses of OutParam in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data 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.
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.
protected  boolean ServiceObjectSchema.tryGetPropertyDefinition(String xmlElementName, OutParam<PropertyDefinition> propertyDefinitionOutParam)
          Tries to get property definition.
<T> boolean
GetUserSettingsResponse.tryGetSettingValue(Class<T> cls, UserSettingName setting, OutParam<T> value)
          Tries the get the user setting value.
protected
<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.
 boolean OrderByCollection.tryGetValue(PropertyDefinitionBase propertyDefinition, OutParam sortDirection)
          * Tries to get the value for a property definition in the collection.
protected static boolean PropertyDefinitionBase.tryLoadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader, OutParam<PropertyDefinitionBase> propertyDefinition)
          * Tries to load from XML.
 



Copyright © 2012. All Rights Reserved.