Uses of Class
microsoft.exchange.webservices.data.misc.OutParam
-
-
Uses of OutParam in microsoft.exchange.webservices.data.autodiscover
Methods in microsoft.exchange.webservices.data.autodiscover with parameters of type OutParam Modifier and Type Method Description 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 Modifier and Type Method Description <T> booleanGetUserSettingsResponse. 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 Modifier and Type Method Description protected booleanEwsServiceXmlWriter. tryConvertObjectToString(Object value, OutParam<String> str)Try to convert object to a string.protected booleanPropertyBag. tryGetProperty(PropertyDefinition propertyDefinition, OutParam<Object> propertyValueOutParam)Tries to get a property value based on a property definition.<T> booleanPropertyBag. tryGetPropertyType(Class<T> cls, PropertyDefinition propertyDefinition, OutParam<T> propertyValue)Tries to get a property value based on a property definition.<T> booleanPropertyBag. tryGetValue(PropertyDefinition propertyDefinition, OutParam<T> propertyValueOutParam)Tries to retrieve the value of the specified property.booleanSimplePropertyBag. tryGetValue(TKey key, OutParam<Object> value)Tries to get value.booleanEwsXmlReader. 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 Modifier and Type Method Description protected <T> booleanServiceObject. tryGetExtendedProperty(Class<T> cls, ExtendedPropertyDefinition propertyDefinition, OutParam<T> propertyValue)Try to get the value of a specified extended property in this instance.<T> booleanServiceObject. tryGetProperty(Class<T> cls, PropertyDefinitionBase propertyDefinition, OutParam<T> propertyValue)Try to get the value of a specified property in this instance.booleanServiceObject. 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 Modifier and Type Method Description booleanServiceObjectSchema. 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 Modifier and Type Method Description booleanEmailAddressDictionary. tryGetValue(EmailAddressKey key, OutParam<EmailAddress> outparam)Tries to get the e-mail address associated with the specified key.<T> booleanExtendedPropertyCollection. tryGetValue(Class<T> cls, ExtendedPropertyDefinition propertyDefinition, OutParam<T> propertyValueOut)Tries to get property value.booleanImAddressDictionary. tryGetValue(ImAddressKey key, OutParam<String> outParam)Tries to get the IM address associated with the specified key.booleanPhoneNumberDictionary. tryGetValue(PhoneNumberKey key, OutParam<String> outparam)Tries to get the phone number associated with the specified key.booleanPhysicalAddressDictionary. tryGetValue(PhysicalAddressKey key, OutParam<PhysicalAddressEntry> outparam)Tries to get the physical address associated with the specified key.booleanUserConfigurationDictionary. tryGetValue(Object key, OutParam<Object> value)Gets the value 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 Modifier and Type Method Description static booleanPropertyDefinitionBase. 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 Modifier and Type Method Description booleanOrderByCollection. tryGetValue(PropertyDefinitionBase propertyDefinition, OutParam<SortDirection> sortDirection)Tries to get the value for a property definition in the collection.
-