Uses of Class
microsoft.exchange.webservices.data.core.exception.misc.ArgumentException

Packages that use ArgumentException
microsoft.exchange.webservices.data.autodiscover   
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.exception.misc   
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.misc   
microsoft.exchange.webservices.data.notification   
microsoft.exchange.webservices.data.property.complex   
microsoft.exchange.webservices.data.property.complex.recurrence.pattern   
microsoft.exchange.webservices.data.search   
 

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

Methods in microsoft.exchange.webservices.data.autodiscover that throw ArgumentException
 void AutodiscoverService.setDomain(String value)
          Sets the domain this service is bound to.
 

Constructors in microsoft.exchange.webservices.data.autodiscover that throw ArgumentException
AutodiscoverService()
          Initializes a new instance of the "AutodiscoverService" class.
AutodiscoverService(ExchangeVersion requestedServerVersion)
          Initializes a new instance of the "AutodiscoverService" class.
AutodiscoverService(String domain)
          Initializes a new instance of the "AutodiscoverService" class.
AutodiscoverService(String domain, ExchangeVersion requestedServerVersion)
          Initializes a new instance of the "AutodiscoverService" class.
AutodiscoverService(URI url)
          Initializes a new instance of the "AutodiscoverService" class.
AutodiscoverService(URI url, ExchangeVersion requestedServerVersion)
          Initializes a new instance of the "AutodiscoverService" class.
AutodiscoverService(URI url, String domain)
          Initializes a new instance of the "AutodiscoverService" class.
AutodiscoverService(URI url, String domain, ExchangeVersion requestedServerVersion)
          Initializes a new instance of the "AutodiscoverService" class.
 

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

Methods in microsoft.exchange.webservices.data.core that throw ArgumentException
<T> boolean
PropertyBag.tryGetPropertyType(Class<T> cls, PropertyDefinition propertyDefinition, OutParam<T> propertyValue)
          Tries to get a property value based on a property definition.
static void EwsUtilities.validateDomainNameAllowNull(String domainName, String paramName)
          Validates domain name (null value allowed)
static void EwsUtilities.validateNonBlankStringParam(String param, String paramName)
          Validates string parameter to be non-empty string (null value not allowed).
static void EwsUtilities.validateNonBlankStringParamAllowNull(String param, String paramName)
          Validates string parameter to be non-empty string (null value allowed).
 

Uses of ArgumentException in microsoft.exchange.webservices.data.core.exception.misc
 

Subclasses of ArgumentException in microsoft.exchange.webservices.data.core.exception.misc
 class ArgumentNullException
           
 

Uses of ArgumentException in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that throw ArgumentException
 void HangingServiceRequestBase.IHandleResponseObject.handleResponseObject(Object response)
          Callback delegate to handle asynchronous response.
 void SyncFolderItemsRequest.setMaxChangesReturned(int maxChangesReturned)
          Sets the max changes returned.
 

Uses of ArgumentException in microsoft.exchange.webservices.data.core.service.item
 

Methods in microsoft.exchange.webservices.data.core.service.item that throw ArgumentException
 StringList Conversation.getCategories()
          Gets a list summarizing the categories stamped on messages in this conversation, in the current folder only.
 ConversationFlagStatus Conversation.getFlagStatus()
          Gets the flag status for this conversation, calculated by aggregating individual messages flag status in the current folder.
 StringList Conversation.getGlobalCategories()
          Gets a list summarizing the categories stamped on messages in this conversation, across all folder in the mailbox.
 ConversationFlagStatus Conversation.getGlobalFlagStatus()
          Gets the flag status for this conversation, calculated by aggregating individual messages flag status across all folder in the mailbox.
 StringList Conversation.getGlobalUniqueUnreadSenders()
          Gets a list of all the people who have sent messages that are currently unread in this conversation across all folder in the mailbox.
 int Conversation.getGlobalUnreadCount()
          Gets the total number of unread messages in this conversation across all folder in the mailbox.
 String Conversation.getTopic()
          Gets the topic of this Conversation.
 StringList Conversation.getUniqueUnreadSenders()
          Gets a list of all the people who have sent messages that are currently unread in this conversation in the current folder only.
 int Conversation.getUnreadCount()
          Gets the total number of unread messages in this conversation in the current folder only.
 

Uses of ArgumentException in microsoft.exchange.webservices.data.misc
 

Methods in microsoft.exchange.webservices.data.misc that throw ArgumentException
protected  void Time.setHours(int value)
          sets the hours.
protected  void Time.setMinutes(int value)
          Sets the minutes.
protected  void Time.setSeconds(int value)
          Sets the seconds.
 

Constructors in microsoft.exchange.webservices.data.misc that throw ArgumentException
Time(Date dateTime)
          Initializes a new instance of Time.
Time(int minutes)
          Initializes a new instance of Time.
 

Uses of ArgumentException in microsoft.exchange.webservices.data.notification
 

Methods in microsoft.exchange.webservices.data.notification that throw ArgumentException
 void StreamingSubscriptionConnection.handleResponseObject(Object response)
           
 

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

Methods in microsoft.exchange.webservices.data.property.complex that throw ArgumentException
<T> boolean
ExtendedPropertyCollection.tryGetValue(Class<T> cls, ExtendedPropertyDefinition propertyDefinition, OutParam<T> propertyValueOut)
          Tries to get property value.
 

Uses of ArgumentException in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
 

Methods in microsoft.exchange.webservices.data.property.complex.recurrence.pattern that throw ArgumentException
 void Recurrence.setNumberOfOccurrences(Integer value)
          Gets the number of occurrences after which the recurrence ends.
 

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

Methods in microsoft.exchange.webservices.data.search that throw ArgumentException
 void CalendarView.setMaxItemsReturned(Integer maxItemsReturned)
          Sets the max item returned.
 



Copyright © 2012–2015 Microsoft. All rights reserved.