Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
<T> boolean |
GetUserSettingsResponse.tryGetSettingValue(Class<T> cls,
UserSettingName setting,
OutParam<T> value)
Tries the get the user setting value.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ServiceObjectSchema.tryGetPropertyDefinition(String xmlElementName,
OutParam<PropertyDefinition> propertyDefinitionOutParam)
Tries to get property definition.
|
Modifier and Type | Method and Description |
---|---|
<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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PropertyDefinitionBase.tryLoadFromXml(EwsServiceXmlReader reader,
OutParam<PropertyDefinitionBase> propertyDefinition)
Tries to load from XML.
|
Modifier and Type | Method and Description |
---|---|
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.