Uses of Class
microsoft.exchange.webservices.data.core.exception.misc.ArgumentException
-
-
Uses of ArgumentException in microsoft.exchange.webservices.data.autodiscover
Methods in microsoft.exchange.webservices.data.autodiscover that throw ArgumentException Modifier and Type Method Description voidAutodiscoverService. setDomain(String value)Sets the domain this service is bound to.Constructors in microsoft.exchange.webservices.data.autodiscover that throw ArgumentException Constructor Description AutodiscoverService()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, 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.AutodiscoverService(URI url, ExchangeVersion requestedServerVersion)Initializes a new instance of the "AutodiscoverService" class.AutodiscoverService(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 Modifier and Type Method Description <T> booleanPropertyBag. tryGetPropertyType(Class<T> cls, PropertyDefinition propertyDefinition, OutParam<T> propertyValue)Tries to get a property value based on a property definition.static voidEwsUtilities. validateDomainNameAllowNull(String domainName, String paramName)Validates domain name (null value allowed)static voidEwsUtilities. validateNonBlankStringParam(String param, String paramName)Validates string parameter to be non-empty string (null value not allowed).static voidEwsUtilities. 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 Modifier and Type Class Description classArgumentNullException -
Uses of ArgumentException in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that throw ArgumentException Modifier and Type Method Description voidHangingServiceRequestBase.IHandleResponseObject. handleResponseObject(Object response)Callback delegate to handle asynchronous response.voidSyncFolderItemsRequest. 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 Modifier and Type Method Description StringListConversation. getCategories()Gets a list summarizing the categories stamped on messages in this conversation, in the current folder only.ConversationFlagStatusConversation. getFlagStatus()Gets the flag status for this conversation, calculated by aggregating individual messages flag status in the current folder.StringListConversation. getGlobalCategories()Gets a list summarizing the categories stamped on messages in this conversation, across all folder in the mailbox.ConversationFlagStatusConversation. getGlobalFlagStatus()Gets the flag status for this conversation, calculated by aggregating individual messages flag status across all folder in the mailbox.StringListConversation. 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.intConversation. getGlobalUnreadCount()Gets the total number of unread messages in this conversation across all folder in the mailbox.StringConversation. getTopic()Gets the topic of this Conversation.StringListConversation. getUniqueUnreadSenders()Gets a list of all the people who have sent messages that are currently unread in this conversation in the current folder only.intConversation. 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 Modifier and Type Method Description protected voidTime. setHours(int value)sets the hours.protected voidTime. setMinutes(int value)Sets the minutes.protected voidTime. setSeconds(int value)Sets the seconds.Constructors in microsoft.exchange.webservices.data.misc that throw ArgumentException Constructor Description Time(int minutes)Initializes a new instance of Time.Time(Date dateTime)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 Modifier and Type Method Description voidStreamingSubscriptionConnection. handleResponseObject(Object response) -
Uses of ArgumentException in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex that throw ArgumentException Modifier and Type Method Description <T> booleanExtendedPropertyCollection. 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 Modifier and Type Method Description voidRecurrence. 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 Modifier and Type Method Description voidCalendarView. setMaxItemsReturned(Integer maxItemsReturned)Sets the max item returned.
-