Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AbsoluteDate - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AbsoluteDate.
AbsoluteDateTransition - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AbsoluteDateTransition.
AbsoluteDateTransition - Class in microsoft.exchange.webservices.data.property.complex.time
Represents a time zone period transition that occurs on a fixed (absolute) date.
AbsoluteDateTransition(TimeZoneDefinition) - Constructor for class microsoft.exchange.webservices.data.property.complex.time.AbsoluteDateTransition
Initializes a new instance of the AbsoluteDateTransition class.
AbsoluteDateTransition(TimeZoneDefinition, TimeZoneTransitionGroup) - Constructor for class microsoft.exchange.webservices.data.property.complex.time.AbsoluteDateTransition
Initializes a new instance of the AbsoluteDateTransition class.
AbsoluteMonthlyRecurrence - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AbsoluteMonthlyRecurrence.
AbsoluteYearlyRecurrence - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AbsoluteYearlyRecurrence.
AbstractAsyncCallback - Class in microsoft.exchange.webservices.data.misc
 
AbstractFolderIdWrapper - Class in microsoft.exchange.webservices.data.misc
Represents the abstraction of a folder Id.
AbstractFolderIdWrapper() - Constructor for class microsoft.exchange.webservices.data.misc.AbstractFolderIdWrapper
Initializes a new instance of AbstractFolderIdWrapper.
accept(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Accepts the meeting.
accept(boolean) - Method in interface microsoft.exchange.webservices.data.core.service.item.ICalendarActionProvider
Implements the Accept method.
accept(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Accepts the meeting.
AcceptItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AcceptItem.
AcceptMeetingInvitationMessage - Class in microsoft.exchange.webservices.data.core.service.response
Represents a meeting acceptance message.
AcceptMeetingInvitationMessage(Item, boolean) - Constructor for class microsoft.exchange.webservices.data.core.service.response.AcceptMeetingInvitationMessage
Initializes a new instance of the AcceptMeetingInvitationMessage class.
acceptTentatively(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Tentatively accepts the meeting.
acceptTentatively(boolean) - Method in interface microsoft.exchange.webservices.data.core.service.item.ICalendarActionProvider
Implements the AcceptTentatively method.
acceptTentatively(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Tentatively accepts the meeting.
Account - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Account.
AccountIsLockedException - Exception in microsoft.exchange.webservices.data.core.exception.service.remote
Represents an error that occurs when the account that is being accessed is locked and requires user interaction to be unlocked.
AccountIsLockedException(String, URI, Exception) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.remote.AccountIsLockedException
Initializes a new instance of the AccountIsLockedException class.
AccountType - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AccountType.
action(T) - Method in interface microsoft.exchange.webservices.data.core.IAction
Encapsulates a method that takes a single parameter and does not return a value.
Action - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Action.
Actions - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Actions.
ActualWork - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the ActualWork property.
ActualWork - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ActualWork.
AD - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AD.
add(PropertyDefinitionBase) - Method in class microsoft.exchange.webservices.data.core.PropertySet
Adds the specified property to the property set.
add(TResponse) - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponseCollection
Adds specified response.
add(Folder) - Method in class microsoft.exchange.webservices.data.misc.FolderIdWrapperList
Adds the specified folder.
add(FolderId) - Method in class microsoft.exchange.webservices.data.misc.FolderIdWrapperList
Adds the specified folder id.
add(Item) - Method in class microsoft.exchange.webservices.data.misc.ItemIdWrapperList
Adds the specified item.
add(ItemId) - Method in class microsoft.exchange.webservices.data.misc.ItemIdWrapperList
Adds the specified item id.
add(TimeSpan) - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Adds a TimeSpan to this TimeSpan.
add(int, long) - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Adds a number of units to this TimeSpan.
add(Attendee) - Method in class microsoft.exchange.webservices.data.property.complex.AttendeeCollection
Adds an attendee to the collection.
add(String) - Method in class microsoft.exchange.webservices.data.property.complex.AttendeeCollection
Adds an attendee to the collection.
add(String, String) - Method in class microsoft.exchange.webservices.data.property.complex.AttendeeCollection
Adds an attendee to the collection.
add(EmailAddress) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressCollection
Adds an e-mail address to the collection.
add(String) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressCollection
Adds an e-mail address to the collection.
add(String, String) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressCollection
Adds an e-mail address to the collection.
add(FolderId) - Method in class microsoft.exchange.webservices.data.property.complex.FolderIdCollection
Adds a folder Id to the collection.
add(WellKnownFolderName) - Method in class microsoft.exchange.webservices.data.property.complex.FolderIdCollection
Adds a well-known folder to the collection.
add(FolderPermission) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermissionCollection
Adds a permission to the collection.
add(GroupMember) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Adds a member to the collection.
add(DayOfTheWeek) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.DayOfTheWeekCollection
Adds a day to the collection if it is not already present.
add(String) - Method in class microsoft.exchange.webservices.data.property.complex.StringList
Adds a string to the list.
add(SearchFilter) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Adds a search filter of any type to the collection.
add(PropertyDefinitionBase, SortDirection) - Method in class microsoft.exchange.webservices.data.search.OrderByCollection
Adds the specified property definition / sort direction pair to the collection.
Add(String) - Method in class microsoft.exchange.webservices.data.security.XmlNameTable
When overridden in a derived class, atomizes the specified String and adds it to the XmlNameTable.
Add(char[], int, int) - Method in class microsoft.exchange.webservices.data.security.XmlNameTable
Reads an XML Schema from the supplied stream.
add(TChange) - Method in class microsoft.exchange.webservices.data.sync.ChangeCollection
Adds the specified change.
addContactEmailAddress(Contact, EmailAddressKey) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Adds a member that is linked to a specific e-mail address of a contact.
addContactGroup(ItemId) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Adds a member linked to a Contact Group.
AddDelegate - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AddDelegate.
AddDelegateRequest - Class in microsoft.exchange.webservices.data.core.request
Represents an AddDelegate request.
AddDelegateRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.AddDelegateRequest
Initializes a new instance of the class.
AddDelegateResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AddDelegateResponse.
addDelegates(Mailbox, MeetingRequestsDeliveryScope, DelegateUser...) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Adds delegates to a specific mailbox.
addDelegates(Mailbox, MeetingRequestsDeliveryScope, Iterable<DelegateUser>) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Adds delegates to a specific mailbox.
addDirectoryContact(String) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Adds a member linked to an Active Directory contact.
addDirectoryContact(String, String) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Adds a member linked to an Active Directory contact.
addDirectoryPublicFolder(String) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Adds a member linked to a mail-enabled Public Folder.
addDirectoryUser(String) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Adds a member linked to an Active Directory user.
addDirectoryUser(String, String) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Adds a member linked to an Active Directory user.
addElement(Element, XMLStreamWriter) - Static method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
 
addElement(Object, Object) - Method in class microsoft.exchange.webservices.data.property.complex.UserConfigurationDictionary
Adds an element with the provided key and value to the user configuration dictionary.
addEmailRange(Iterator<EmailAddress>) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressCollection
Adds multiple e-mail addresses to the collection.
addFileAttachment(String) - Method in class microsoft.exchange.webservices.data.property.complex.AttachmentCollection
Adds a file attachment to the collection.
addFileAttachment(String, String) - Method in class microsoft.exchange.webservices.data.property.complex.AttachmentCollection
Adds a file attachment to the collection.
addFileAttachment(String, InputStream) - Method in class microsoft.exchange.webservices.data.property.complex.AttachmentCollection
Adds a file attachment to the collection.
addFileAttachment(String, byte[]) - Method in class microsoft.exchange.webservices.data.property.complex.AttachmentCollection
Adds a file attachment to the collection.
addFolderRange(Iterator<FolderPermission>) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermissionCollection
Adds the specified permissions to the collection.
addItemAttachment(Class<TItem>) - Method in class microsoft.exchange.webservices.data.property.complex.AttachmentCollection
Adds an item attachment to the collection.
AdditionalProperties - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AdditionalProperties.
addOnChangeEvent(ICreateServiceObjectWithAttachmentParam) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObjectInfo
Set event to happen when property changed.
addOnChangeEvent(ICreateServiceObjectWithServiceParam) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObjectInfo
Set event to happen when property changed.
addOnChangeEvent(IPropertyBagChangedDelegate<TKey>) - Method in class microsoft.exchange.webservices.data.core.SimplePropertyBag
Set event to happen when property changed.
addOnChangeEvent(IComplexPropertyChangedDelegate) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Set event to happen when property changed.
addOnDisconnect(StreamingSubscriptionConnection.ISubscriptionErrorDelegate) - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
Set event to happen when property disconnect.
addOnDisconnectEvent(HangingServiceRequestBase.IHangingRequestDisconnectHandler) - Method in class microsoft.exchange.webservices.data.core.request.HangingServiceRequestBase
Set event to happen when property disconnect.
addOneOff(String, String, String) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Adds a one-off member.
addOneOff(String, String) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Adds a one-off member.
addOnNotificationEvent(StreamingSubscriptionConnection.INotificationEventDelegate) - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
Set event to happen when property Notify.
addOnSubscriptionError(StreamingSubscriptionConnection.ISubscriptionErrorDelegate) - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
Set event to happen when property subscriptionError.
addPersonalContact(ItemId, String) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Adds a member linked to a specific contact?
addPersonalContact(ItemId) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Adds a member linked to a contact?
addPublicGroup(String) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Adds a member linked to a Public Group.
addRange(Iterable<PropertyDefinitionBase>) - Method in class microsoft.exchange.webservices.data.core.PropertySet
Adds the specified property to the property set.
addRange(Iterable<ItemId>) - Method in class microsoft.exchange.webservices.data.misc.ItemIdWrapperList
Adds the range.
addRange(Iterator<GroupMember>) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Adds multiple members to the collection.
addRange(Iterator<DayOfTheWeek>) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.DayOfTheWeekCollection
Adds multiple days to the collection if they are not already present.
addRange(Iterable<String>) - Method in class microsoft.exchange.webservices.data.property.complex.StringList
Adds multiple strings to the list.
addRange(Iterable<SearchFilter>) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Adds multiple search filter to the collection.
addRangeFolder(Iterable<Folder>) - Method in class microsoft.exchange.webservices.data.misc.FolderIdWrapperList
Adds the range.
addRangeFolderId(Iterable<FolderId>) - Method in class microsoft.exchange.webservices.data.misc.FolderIdWrapperList
Adds the range of folder ids.
addRangeItem(Iterable<Item>) - Method in class microsoft.exchange.webservices.data.misc.ItemIdWrapperList
Adds the specified item.
Address - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Address.
addSchemaPropertiesToDictionary(Class<?>, Map<String, PropertyDefinitionBase>) - Static method in class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
Adds schema property to dictionary.
addSchemaPropertyNamesToDictionary(Class<?>, Map<PropertyDefinition, String>) - Static method in class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
Adds the schema property names to dictionary.
addServiceObjectChangedEvent(IServiceObjectChangedDelegate) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Adds the service object changed event.
addSmtpAddressRange(Iterator<String>) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressCollection
Adds multiple e-mail addresses to the collection.
addSubscription(StreamingSubscription) - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
Adds a subscription to this connection.
addToChangeList(PropertyDefinition, List<PropertyDefinition>) - Static method in class microsoft.exchange.webservices.data.core.PropertyBag
Adds the specified property to the specified change list if it is not already present.
AdjacentMeetingCount - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant AdjacentMeetingCount.
AdjacentMeetingCount - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the AdjacentMeetingCount property.
AdjacentMeetingCount - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AdjacentMeetingCount.
AdjacentMeetings - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant AdjacentMeetings.
AdjacentMeetings - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the AdjacentMeetings property.
AdjacentMeetings - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AdjacentMeetings.
adjustUrl(URI) - Method in class microsoft.exchange.webservices.data.credential.ExchangeCredentials
Adjusts the URL endpoint based on the credential.
adjustUrl(URI) - Method in class microsoft.exchange.webservices.data.credential.WSSecurityBasedCredentials
Adjusts the URL based on the credential.
AffectedTaskOccurrence - Enum in microsoft.exchange.webservices.data.core.enumeration.service.calendar
Indicates which occurrence of a recurring task should be deleted.
AffectedTaskOccurrences - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant AffectedTaskOccurrences.
Aggregate - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Aggregate.
AggregateOn - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AggregateOn.
AggregateType - Enum in microsoft.exchange.webservices.data.core.enumeration.search
Defines the type of aggregation to perform.
Alias - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the Alias Property **
Alias - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Alias.
AllowedResponseActions - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the AllowedResponseActions property.
AllowExternalOof - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AllowExternalOof.
AllowNewTimeProposal - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant AllowNewTimeProposal.
AllowNewTimeProposal - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the AllowNewTimeProposal property.
AllowNewTimeProposal - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AllowNewTimeProposal.
AllProperties - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AllProperties.
AlternateId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AlternateId.
AlternateId - Class in microsoft.exchange.webservices.data.misc.id
Represents an Id expressed in a specific format.
AlternateId() - Constructor for class microsoft.exchange.webservices.data.misc.id.AlternateId
Initializes a new instance of the class.
AlternateId(IdFormat, String, String) - Constructor for class microsoft.exchange.webservices.data.misc.id.AlternateId
Initializes a new instance of the class.
AlternateId(IdFormat, String, String, boolean) - Constructor for class microsoft.exchange.webservices.data.misc.id.AlternateId
Initializes a new instance of the AlternateId class.
AlternateIdBase - Class in microsoft.exchange.webservices.data.misc.id
Represents the base class for Id expressed in a specific format.
AlternateIdBase() - Constructor for class microsoft.exchange.webservices.data.misc.id.AlternateIdBase
Initializes a new instance of the class.
AlternateIdBase(IdFormat) - Constructor for class microsoft.exchange.webservices.data.misc.id.AlternateIdBase
Initializes a new instance of the class.
AlternateMailbox - Class in microsoft.exchange.webservices.data.autodiscover
Defines the AlternateMailbox class.
AlternateMailbox - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AlternateMailbox.
AlternateMailboxCollection - Class in microsoft.exchange.webservices.data.autodiscover
Represents a user setting that is a collection of alternate mailboxes.
AlternateMailboxCollection() - Constructor for class microsoft.exchange.webservices.data.autodiscover.AlternateMailboxCollection
Initializes a new instance of the class
AlternateMailboxCollectionSetting - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AlternateMailboxCollectionSetting.
AlternateMailboxes - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AlternateMailboxes.
AlternatePublicFolderId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AlternatePublicFolderId.
AlternatePublicFolderId - Class in microsoft.exchange.webservices.data.misc.id
Represents the Id of a public folder expressed in a specific format.
AlternatePublicFolderId() - Constructor for class microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderId
Initializes a new instance of AlternatePublicFolderId.
AlternatePublicFolderId(IdFormat, String) - Constructor for class microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderId
Initializes a new instance of AlternatePublicFolderId.
AlternatePublicFolderItemId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AlternatePublicFolderItemId.
AlternatePublicFolderItemId - Class in microsoft.exchange.webservices.data.misc.id
Represents the Id of a public folder item expressed in a specific format.
AlternatePublicFolderItemId() - Constructor for class microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderItemId
Initializes a new instance of the class.
AlternatePublicFolderItemId(IdFormat, String, String) - Constructor for class microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderItemId
Initializes a new instance of the class.
AlwaysCategorize - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AlwaysCategorize.
AlwaysDelete - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AlwaysDelete.
AlwaysMove - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AlwaysMove.
And - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant And.
AppendToItemField - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AppendToItemField.
ApplyConversationAction - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ApplyConversationAction.
ApplyConversationActionRequest - Class in microsoft.exchange.webservices.data.autodiscover.request
Represents a request to a Apply Conversation Action operation
ApplyConversationActionRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.autodiscover.request.ApplyConversationActionRequest
Initializes a new instance of the ApplyConversationActionRequest class
ApplyConversationActionResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ApplyConversationActionResponse.
ApplyConversationActionResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ApplyConversationActionResponseMessage.
Appointment - Class in microsoft.exchange.webservices.data.core.service.item
Represents an appointment or a meeting.
Appointment(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.item.Appointment
Initializes an unsaved local instance of Appointment".
Appointment(ItemAttachment, boolean) - Constructor for class microsoft.exchange.webservices.data.core.service.item.Appointment
Initializes a new instance of Appointment.
AppointmentOccurrenceId - Class in microsoft.exchange.webservices.data.property.complex
Represents the Id of an occurrence of a recurring appointment.
AppointmentOccurrenceId(String, int) - Constructor for class microsoft.exchange.webservices.data.property.complex.AppointmentOccurrenceId
Initializes a new instance.
AppointmentReplyTime - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant AppointmentReplyTime.
AppointmentReplyTime - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the AppointmentReplyTime property.
AppointmentReplyTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AppointmentReplyTime.
AppointmentSchema - Class in microsoft.exchange.webservices.data.core.service.schema
Represents the schema for appointment and meeting request.
AppointmentSequenceNumber - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant AppointmentSequenceNumber.
AppointmentSequenceNumber - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the AppointmentSequenceNumber property.
AppointmentSequenceNumber - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AppointmentSequenceNumber.
AppointmentState - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant AppointmentState.
AppointmentState - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the AppointmentState property.
AppointmentState - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AppointmentState.
AppointmentType - Enum in microsoft.exchange.webservices.data.core.enumeration.service.calendar
Defines the type of an appointment.
AppointmentType - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant AppointmentType.
AppointmentType - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the AppointmentType property.
ArgumentException - Exception in microsoft.exchange.webservices.data.core.exception.misc
The Class ArgumentException.
ArgumentException() - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.ArgumentException
Constructs an IllegalArgumentException with no detail message.
ArgumentException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.ArgumentException
Constructs an IllegalArgumentException with the specified detail message.
ArgumentException(String, String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.ArgumentException
Constructs an IllegalArgumentException with the specified detail message.
ArgumentException(String, Throwable) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.ArgumentException
Constructs a new exception with the specified detail message and cause.
ArgumentException(Throwable) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.ArgumentException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
ArgumentException(Throwable, String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.ArgumentException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
ArgumentException(String, Throwable, String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.ArgumentException
Initializes a new instance of the System.
ArgumentNullException - Exception in microsoft.exchange.webservices.data.core.exception.misc
 
ArgumentNullException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.ArgumentNullException
Constructs an IllegalArgumentException with the specified detail message.
ArgumentNullException(String, String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.ArgumentNullException
Constructs an IllegalArgumentException with the specified detail message.
ArgumentNullException(String, Throwable) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.ArgumentNullException
Constructs a new exception with the specified detail message and cause.
ArgumentNullException(Throwable) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.ArgumentNullException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
ArgumentNullException(Throwable, String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.ArgumentNullException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
ArgumentNullException(String, Throwable, String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.ArgumentNullException
Initializes a new instance of the System.
ArgumentOutOfRangeException - Exception in microsoft.exchange.webservices.data.core.exception.misc
The Class ArgumentOutOfRangeException.
ArgumentOutOfRangeException() - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.ArgumentOutOfRangeException
Instantiates a new argument out of range exception.
ArgumentOutOfRangeException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.ArgumentOutOfRangeException
Instantiates a new argument out of range exception.
ArgumentOutOfRangeException(String, String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.ArgumentOutOfRangeException
Instantiates a new argument out of range exception.
assign(ServiceId) - Method in class microsoft.exchange.webservices.data.property.complex.ServiceId
Assigns from existing id.
AssignCategories - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AssignCategories.
AssignedTime - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the AssignedTime property.
AssignedTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AssignedTime.
AssistantName - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the AssistantName property.
AssistantName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AssistantName.
AssistantPhone - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the AssistentPhone property.
Associated - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Associated.
AssociatedAppointmentId - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingMessageSchema
Defines the AssociatedAppointmentId property.
AssociatedCalendarItemId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AssociatedCalendarItemId.
ASUrl - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ASUrl.
AsyncCallback - Class in microsoft.exchange.webservices.data.misc
 
AsyncCallbackImplementation - Class in microsoft.exchange.webservices.data.misc
 
AsyncCallbackImplementation() - Constructor for class microsoft.exchange.webservices.data.misc.AsyncCallbackImplementation
 
AsyncExecutor - Class in microsoft.exchange.webservices.data.misc
 
AsyncExecutor() - Constructor for class microsoft.exchange.webservices.data.misc.AsyncExecutor
 
AsyncRequestResult - Class in microsoft.exchange.webservices.data.misc
 
AsyncRequestResult(ServiceRequestBase, HttpWebRequest, Future<?>, Object) - Constructor for class microsoft.exchange.webservices.data.misc.AsyncRequestResult
 
Attachable - Annotation Type in microsoft.exchange.webservices.data.attribute
The Interface Attachable.
Attachment - Class in microsoft.exchange.webservices.data.property.complex
Represents an attachment to an item.
Attachment(Item) - Constructor for class microsoft.exchange.webservices.data.property.complex.Attachment
Initializes a new instance.
AttachmentCollection - Class in microsoft.exchange.webservices.data.property.complex
Represents an item's attachment collection.
AttachmentCollection() - Constructor for class microsoft.exchange.webservices.data.property.complex.AttachmentCollection
Initializes a new instance of AttachmentCollection.
AttachmentId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AttachmentId.
AttachmentIds - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AttachmentIds.
Attachments - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the Attachments property.
Attachments - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Attachments.
AttachmentShape - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AttachmentShape.
AttachmentsPropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents base Attachments property type.
AttachmentsPropertyDefinition() - Constructor for class microsoft.exchange.webservices.data.property.definition.AttachmentsPropertyDefinition
 
Attendee - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Attendee.
Attendee - Class in microsoft.exchange.webservices.data.property.complex
Represents an attendee to a meeting.
Attendee() - Constructor for class microsoft.exchange.webservices.data.property.complex.Attendee
Initializes a new instance of the Attendee class.
Attendee(String) - Constructor for class microsoft.exchange.webservices.data.property.complex.Attendee
Initializes a new instance of the Attendee class.
Attendee(String, String) - Constructor for class microsoft.exchange.webservices.data.property.complex.Attendee
Initializes a new instance of the Attendee class.
Attendee(String, String, String) - Constructor for class microsoft.exchange.webservices.data.property.complex.Attendee
Initializes a new instance of the Attendee class.
Attendee(EmailAddress) - Constructor for class microsoft.exchange.webservices.data.property.complex.Attendee
Initializes a new instance of the Attendee class.
ATTENDEE_EMAIL_ID - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
ATTENDEE_PASSWORD - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
ATTENDEE_USERNAME - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
AttendeeAvailability - Class in microsoft.exchange.webservices.data.core.response
Represents the availability of an individual attendee.
AttendeeAvailability() - Constructor for class microsoft.exchange.webservices.data.core.response.AttendeeAvailability
Initializes a new instance of the AttendeeAvailability class.
AttendeeCollection - Class in microsoft.exchange.webservices.data.property.complex
Represents a collection of attendees.
AttendeeCollection() - Constructor for class microsoft.exchange.webservices.data.property.complex.AttendeeCollection
Initializes a new instance of the AttendeeCollection class.
AttendeeConflictDataArray - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AttendeeConflictDataArray.
AttendeeInfo - Class in microsoft.exchange.webservices.data.misc.availability
Represents information about an attendee for which to request availability information.
AttendeeInfo() - Constructor for class microsoft.exchange.webservices.data.misc.availability.AttendeeInfo
Initializes a new instance of the AttendeeInfo class.
AttendeeInfo(String, MeetingAttendeeType, boolean) - Constructor for class microsoft.exchange.webservices.data.misc.availability.AttendeeInfo
Initializes a new instance of the AttendeeInfo class.
AttendeeInfo(String) - Constructor for class microsoft.exchange.webservices.data.misc.availability.AttendeeInfo
Initializes a new instance of the AttendeeInfo class.
AttendeeType - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AttendeeType.
AuthenticationMethod - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant AuthenticationMethod.
AuthenticationMethods - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AuthenticationMethods.
AuthPackage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant AuthPackage.
Autodiscover - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Autodiscover.
AutodiscoverEndpoints - Enum in microsoft.exchange.webservices.data.autodiscover.enumeration
Defines the types of Autodiscover endpoints that are available.
AutodiscoverError - Class in microsoft.exchange.webservices.data.autodiscover.exception.error
Defines the AutodiscoverError class.
AutodiscoverErrorCode - Enum in microsoft.exchange.webservices.data.autodiscover.enumeration
Defines the error codes that can be returned by the Autodiscover service.
AutodiscoverLocalException - Exception in microsoft.exchange.webservices.data.autodiscover.exception
Represents an exception that is thrown when the Autodiscover service could not be contacted.
AutodiscoverLocalException() - Constructor for exception microsoft.exchange.webservices.data.autodiscover.exception.AutodiscoverLocalException
Initializes a new instance of the class.
AutodiscoverLocalException(String) - Constructor for exception microsoft.exchange.webservices.data.autodiscover.exception.AutodiscoverLocalException
Initializes a new instance of the class.
AutodiscoverLocalException(String, Exception) - Constructor for exception microsoft.exchange.webservices.data.autodiscover.exception.AutodiscoverLocalException
Initializes a new instance of the class.
AutodiscoverMaxRedirections - Static variable in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
The Constant AutodiscoverMaxRedirections.
autodiscoverRedirectionUrlValidationCallback(String) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
 
autodiscoverRedirectionUrlValidationCallback(String) - Method in interface microsoft.exchange.webservices.data.autodiscover.IAutodiscoverRedirectionUrl
Autodiscover redirection url validation callback.
autodiscoverRedirectionUrlValidationCallback(String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
 
AutodiscoverRemoteException - Exception in microsoft.exchange.webservices.data.autodiscover.exception
Represents an exception that is thrown when the Autodiscover service returns an error.
AutodiscoverRemoteException(AutodiscoverError) - Constructor for exception microsoft.exchange.webservices.data.autodiscover.exception.AutodiscoverRemoteException
Initializes a new instance of the class.
AutodiscoverRemoteException(String, AutodiscoverError) - Constructor for exception microsoft.exchange.webservices.data.autodiscover.exception.AutodiscoverRemoteException
Initializes a new instance of the class.
AutodiscoverRemoteException(String, AutodiscoverError, Exception) - Constructor for exception microsoft.exchange.webservices.data.autodiscover.exception.AutodiscoverRemoteException
Initializes a new instance of the class.
AutodiscoverRequest - Class in microsoft.exchange.webservices.data.autodiscover.request
Represents the base class for all requested made to the Autodiscover service.
AutodiscoverRequest(AutodiscoverService, URI) - Constructor for class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Initializes a new instance of the AutodiscoverResponse class.
AutodiscoverResponse - Class in microsoft.exchange.webservices.data.autodiscover.response
Represents the base class for all response returned by the Autodiscover service.
AutodiscoverResponse() - Constructor for class microsoft.exchange.webservices.data.autodiscover.response.AutodiscoverResponse
Initializes a new instance of the AutodiscoverResponse class.
AutodiscoverResponseCollection<TResponse extends AutodiscoverResponse> - Class in microsoft.exchange.webservices.data.autodiscover
Represents a collection of response to a call to the Autodiscover service.
AutodiscoverResponseCollection() - Constructor for class microsoft.exchange.webservices.data.autodiscover.AutodiscoverResponseCollection
Initializes a new instance of the AutodiscoverResponseCollection class.
AutodiscoverResponseException - Exception in microsoft.exchange.webservices.data.autodiscover.exception
Represents an exception from an autodiscover error response.
AutodiscoverResponseException(AutodiscoverErrorCode, String) - Constructor for exception microsoft.exchange.webservices.data.autodiscover.exception.AutodiscoverResponseException
Initializes a new instance of the class.
AutodiscoverResponseType - Enum in microsoft.exchange.webservices.data.autodiscover.enumeration
Defines the types of response the Autodiscover service can return.
AutodiscoverService - Class in microsoft.exchange.webservices.data.autodiscover
Represents a binding to the Exchange Autodiscover Service.
AutodiscoverService() - Constructor for class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Initializes a new instance of the "AutodiscoverService" class.
AutodiscoverService(ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Initializes a new instance of the "AutodiscoverService" class.
AutodiscoverService(String) - Constructor for class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Initializes a new instance of the "AutodiscoverService" class.
AutodiscoverService(String, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Initializes a new instance of the "AutodiscoverService" class.
AutodiscoverService(URI) - Constructor for class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Initializes a new instance of the "AutodiscoverService" class.
AutodiscoverService(URI, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Initializes a new instance of the "AutodiscoverService" class.
AutodiscoverService(URI, String) - Constructor for class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Initializes a new instance of the "AutodiscoverService" class.
AutodiscoverService(URI, String, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Initializes a new instance of the "AutodiscoverService" class.
AutodiscoverService(ExchangeServiceBase, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Initializes a new instance of the AutodiscoverService class.
AutodiscoverService(ExchangeServiceBase) - Constructor for class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Initializes a new instance of the "AutodiscoverService" class.
AutodiscoverSoapNamespace - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant AutodiscoverSoapNamespace.
AutodiscoverSoapNamespacePrefix - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant AutodiscoverSoapNamespacePrefix.
autodiscoverUrl(String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Initializes the Url property to the Exchange Web Services URL for the specified e-mail address by calling the Autodiscover service.
autodiscoverUrl(String, IAutodiscoverRedirectionUrl) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Initializes the Url property to the Exchange Web Services URL for the specified e-mail address by calling the Autodiscover service.
AvailabilityData - Enum in microsoft.exchange.webservices.data.core.enumeration.availability
Defines the type of data that can be requested via GetUserAvailability.
AvailabilityOptions - Class in microsoft.exchange.webservices.data.misc.availability
Represents the options of a GetAvailability request.
AvailabilityOptions() - Constructor for class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Initializes a new instance of the AvailabilityOptions class.

B

Base64Decoder() - Constructor for class microsoft.exchange.webservices.data.misc.IFunctions.Base64Decoder
 
Base64Encoder() - Constructor for class microsoft.exchange.webservices.data.misc.IFunctions.Base64Encoder
 
BaseFolderIds - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant BaseFolderIds.
BaseOffset - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant BaseOffset.
BasePoint - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant BasePoint.
BasePropertySet - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines base property sets that are used as the base for custom property sets.
BaseShape - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant BaseShape.
BccRecipients - Static variable in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Defines the BccRecipients property.
BccRecipients - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant BccRecipients.
beginExecute(AsyncCallback) - Method in class microsoft.exchange.webservices.data.core.request.SimpleServiceRequestBase
Begins executing this async request.
beginGetEvents(AsyncCallback, Object, String, String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Begins an asynchronous request to retrieve the latest events associated with a pull subscription.
beginGetEvents(AsyncCallback, Object) - Method in class microsoft.exchange.webservices.data.notification.PullSubscription
Begins an asynchronous request to obtain a collection of events that occurred on the subscribed folder since the point in time defined by the Watermark property
beginSubscribeToPullNotifications(AsyncCallback, Object, Iterable<FolderId>, int, String, EventType...) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Begins an asynchronous request to subscribes to pull notification.
beginSubscribeToPullNotificationsOnAllFolders(AsyncCallback, Object, int, String, EventType...) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Begins an asynchronous request to subscribe to pull notification on all folder in the authenticated user's mailbox.
beginSubscribeToPushNotifications(AsyncCallback, Object, Iterable<FolderId>, URI, int, String, EventType...) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Begins an asynchronous request to subscribe to push notification.
beginSubscribeToPushNotificationsOnAllFolders(AsyncCallback, Object, URI, int, String, EventType...) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Begins an asynchronous request to subscribe to push notification on all folder in the authenticated user's mailbox.
beginSubscribeToStreamingNotifications(AsyncCallback, Object, Iterable<FolderId>, EventType...) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Begins an asynchronous request to subscribe to streaming notification.
beginSubscribeToStreamingNotificationsOnAllFolders(AsyncCallback, Object, EventType...) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Begins an asynchronous request to subscribe to streaming notification on all folder in the authenticated user's mailbox.
beginSyncFolderHierarchy(AsyncCallback, Object, FolderId, PropertySet, String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Begins an asynchronous request to synchronize the sub-folder of a specific folder.
beginSyncFolderItems(AsyncCallback, Object, FolderId, PropertySet, Iterable<ItemId>, int, SyncFolderItemsScope, String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Begins an asynchronous request to synchronize the item of a specific folder.
beginUnsubscribe(AsyncCallback, Object, String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Begins an asynchronous request to unsubscribe from a subscription.
beginUnsubscribe(AsyncCallback, Object) - Method in class microsoft.exchange.webservices.data.notification.PullSubscription
Begins an asynchronous request to unsubscribe from the pull subscription.
beginUnsubscribe(AsyncCallback, Object) - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscription
Begins an asynchronous request to unsubscribe from the streaming subscription.
Bias - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Bias.
Bias - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Bias.
BillingInformation - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the BillingInformation property.
BillingInformation - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant BillingInformation.
BinaryData - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant BinaryData.
BinarySecret - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant BinarySecret.
bind(ExchangeService, FolderId, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.folder.CalendarFolder
Binds to an existing calendar folder and loads the specified set of property.
bind(ExchangeService, FolderId) - Static method in class microsoft.exchange.webservices.data.core.service.folder.CalendarFolder
Binds to an existing calendar folder and loads the specified set of property.
bind(ExchangeService, WellKnownFolderName, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.folder.CalendarFolder
Binds to an existing calendar folder and loads the specified set of property.
bind(ExchangeService, WellKnownFolderName) - Static method in class microsoft.exchange.webservices.data.core.service.folder.CalendarFolder
Binds to an existing calendar folder and loads the specified set of property.
bind(ExchangeService, FolderId, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.folder.ContactsFolder
Binds to an existing contacts folder and loads the specified set of property.
bind(ExchangeService, FolderId) - Static method in class microsoft.exchange.webservices.data.core.service.folder.ContactsFolder
Binds to an existing contacts folder and loads its first class property.
bind(ExchangeService, WellKnownFolderName, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.folder.ContactsFolder
Binds to an existing contacts folder and loads the specified set of property.
bind(ExchangeService, WellKnownFolderName) - Static method in class microsoft.exchange.webservices.data.core.service.folder.ContactsFolder
Binds to an existing contacts folder and loads its first class property.
bind(ExchangeService, FolderId, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Binds to an existing folder, whatever its actual type is, and loads the specified set of property.
bind(ExchangeService, FolderId) - Static method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Binds to an existing folder, whatever its actual type is, and loads the specified set of property.
bind(ExchangeService, WellKnownFolderName, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Binds to an existing folder, whatever its actual type is, and loads the specified set of property.
bind(ExchangeService, WellKnownFolderName) - Static method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Binds to an existing folder, whatever its actual type is, and loads the specified set of property.
bind(ExchangeService, FolderId, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.folder.SearchFolder
Binds to an existing search folder and loads the specified set of property.
bind(ExchangeService, FolderId) - Static method in class microsoft.exchange.webservices.data.core.service.folder.SearchFolder
Binds to an existing search folder and loads its first class property.
bind(ExchangeService, WellKnownFolderName, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.folder.SearchFolder
Binds to an existing search folder and loads the specified set of property.
bind(ExchangeService, WellKnownFolderName) - Static method in class microsoft.exchange.webservices.data.core.service.folder.SearchFolder
Binds to an existing search folder and loads the specified set of property.
bind(ExchangeService, FolderId, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.folder.TasksFolder
Binds to an existing tasks folder and loads the specified set of property.
bind(ExchangeService, FolderId) - Static method in class microsoft.exchange.webservices.data.core.service.folder.TasksFolder
Binds to an existing tasks folder and loads its first class property.
bind(ExchangeService, WellKnownFolderName, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.folder.TasksFolder
Binds to an existing tasks folder and loads specified set of property.
bind(ExchangeService, WellKnownFolderName) - Static method in class microsoft.exchange.webservices.data.core.service.folder.TasksFolder
Binds to an existing tasks folder and loads its first class property.
bind(ExchangeService, ItemId, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Binds to an existing appointment and loads the specified set of property.
bind(ExchangeService, ItemId) - Static method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Binds to an existing appointment and loads its first class property.
bind(ExchangeService, ItemId, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.item.Contact
Binds to an existing contact and loads the specified set of property.
bind(ExchangeService, ItemId) - Static method in class microsoft.exchange.webservices.data.core.service.item.Contact
Binds to an existing contact and loads its first class property.
bind(ExchangeService, ItemId, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.item.ContactGroup
Binds to an existing contact group and loads the specified set of property.Calling this method results in a call to EWS.
bind(ExchangeService, ItemId) - Static method in class microsoft.exchange.webservices.data.core.service.item.ContactGroup
Binds to an existing contact group and loads the specified set of property.Calling this method results in a call to EWS.
bind(ExchangeService, ItemId, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Binds to an existing e-mail message and loads the specified set of property.Calling this method results in a call to EWS.
bind(ExchangeService, ItemId) - Static method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Binds to an existing e-mail message and loads its first class property.Calling this method results in a call to EWS.
bind(ExchangeService, ItemId, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.item.Item
Binds to an existing item, whatever its actual type is, and loads the specified set of property.
bind(ExchangeService, ItemId) - Static method in class microsoft.exchange.webservices.data.core.service.item.Item
Binds to an existing item, whatever its actual type is, and loads the specified set of property.
bind(ExchangeService, ItemId, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.item.MeetingCancellation
Binds to an existing meeting cancellation message and loads the specified set of property.
bind(ExchangeService, ItemId) - Static method in class microsoft.exchange.webservices.data.core.service.item.MeetingCancellation
Binds to an existing meeting cancellation message and loads the specified set of property.
bind(ExchangeService, ItemId, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.item.MeetingMessage
Binds to an existing meeting message and loads the specified set of property.
bind(ExchangeService, ItemId) - Static method in class microsoft.exchange.webservices.data.core.service.item.MeetingMessage
Binds to an existing meeting message and loads its first class property.
bind(ExchangeService, ItemId, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Binds to an existing meeting response and loads the specified set of property.
bind(ExchangeService, ItemId) - Static method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Binds to an existing meeting response and loads the specified set of property.
bind(ExchangeService, ItemId, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.item.MeetingResponse
Binds to an existing meeting response and loads the specified set of property.
bind(ExchangeService, ItemId) - Static method in class microsoft.exchange.webservices.data.core.service.item.MeetingResponse
Binds to an existing meeting response and loads the specified set of property.
bind(ExchangeService, ItemId, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Binds to an existing post item and loads the specified set of property.
bind(ExchangeService, ItemId) - Static method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Binds to an existing post item and loads its first class property.
bind(ExchangeService, ItemId, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.item.Task
Binds to an existing task and loads the specified set of property.
bind(ExchangeService, ItemId) - Static method in class microsoft.exchange.webservices.data.core.service.item.Task
Binds to an existing task and loads its first class property.
bind(ExchangeService, String, FolderId, UserConfigurationProperties) - Static method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Binds to an existing user configuration and loads the specified property.
bind(ExchangeService, String, WellKnownFolderName, UserConfigurationProperties) - Static method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Binds to an existing user configuration and loads the specified property.
bindToFolder(FolderId, PropertySet) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Binds to a folder.
bindToFolder(Class<TFolder>, FolderId, PropertySet) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Binds to folder.
bindToItem(ItemId, PropertySet) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Binds to multiple item in a single call to EWS.
bindToItem(Class<TItem>, ItemId, PropertySet) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Bind to item.
bindToItems(Iterable<ItemId>, PropertySet) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Binds to multiple item in a single call to EWS.
bindToOccurrence(ExchangeService, ItemId, int) - Static method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Binds to an existing appointment and loads its first class property.
bindToOccurrence(ExchangeService, ItemId, int, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Binds to an existing appointment and loads its first class property.
bindToRecurringMaster(ExchangeService, ItemId) - Static method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Binds to the master appointment of a recurring series and loads its first class property.
bindToRecurringMaster(ExchangeService, ItemId, PropertySet) - Static method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Binds to the master appointment of a recurring series and loads its first class property.
Birthday - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the Birthday property.
Birthday - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Birthday.
Bitmask - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Bitmask.
Body - Static variable in class microsoft.exchange.webservices.data.core.service.schema.CancelMeetingMessageSchema
The Constant Body.
Body - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the Body property.
Body - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Body.
BodyPrefix - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ResponseObjectSchema
The Body prefix.
BodyType - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines the type of body of an item.
BodyType - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant BodyType.
BodyType - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant BodyType.
BoolPropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents Boolean property definition.
BoolPropertyDefinition(String, String, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.BoolPropertyDefinition
Initializes a new instance.
BoolPropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.BoolPropertyDefinition
Initializes a new instance.
BoolPropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion, boolean) - Constructor for class microsoft.exchange.webservices.data.property.definition.BoolPropertyDefinition
Initializes a new instance.
boolToXSBool(Boolean) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Convert bool to XML Schema bool.
BUFFER_SIZE - Static variable in class microsoft.exchange.webservices.data.core.request.HangingServiceRequestBase
 
build(TrustManager) - Static method in class microsoft.exchange.webservices.data.core.EwsSSLProtocolSocketFactory
Create and configure SSL protocol socket factory using default hostname verifier.
build(TrustManager, HostnameVerifier) - Static method in class microsoft.exchange.webservices.data.core.EwsSSLProtocolSocketFactory
Create and configure SSL protocol socket factory using trust manager and hostname verifier.
buildEwsHttpPoolingWebRequest() - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Builds a HttpWebRequest object from a pooling connection manager for current service request with exception handling.
buildEwsHttpWebRequest() - Method in class microsoft.exchange.webservices.data.core.request.GetStreamingEventsRequest
 
buildEwsHttpWebRequest() - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Builds the HttpWebRequest object for current service request with exception handling.
buildEwsHttpWebRequest() - Method in class microsoft.exchange.webservices.data.core.request.UnsubscribeRequest
 
BusinessAddressCity - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the BusinessAddressCity property.
BusinessAddressCountryOrRegion - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the BusinessAddressCountryOrRegion property.
BusinessAddressPostalCode - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the BusinessAddressPostalCode property.
BusinessAddressState - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the BusinessAddressState property.
BusinessAddressStreet - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the BusinessAddressStreet property.
BusinessFax - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the BusinessFax property.
BusinessHomePage - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the BusinessHomePage property.
BusinessHomePage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant BusinessHomePage.
BusinessPhone - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the BusinessPhone property.
BusinessPhone2 - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the BusinessPhone2 property.
BusyType - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant BusyType.
ByteArrayArray - Class in microsoft.exchange.webservices.data.property.complex
Represents an array of byte arrays
ByteArrayArray() - Constructor for class microsoft.exchange.webservices.data.property.complex.ByteArrayArray
 
ByteArrayOSRequestEntity - Class in microsoft.exchange.webservices.data.core.request
 
ByteArrayOSRequestEntity(OutputStream) - Constructor for class microsoft.exchange.webservices.data.core.request.ByteArrayOSRequestEntity
Constructor for ByteArrayOSRequestEntity.
ByteArrayPropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents byte array property definition.
ByteArrayPropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.ByteArrayPropertyDefinition
Initializes a new instance.

C

CalendarActionResults - Class in microsoft.exchange.webservices.data.misc
Represents the results of an action performed on a calendar item or meeting message, such as accepting, tentatively accepting or declining a meeting request.
CalendarActionResults(Iterable<Item>) - Constructor for class microsoft.exchange.webservices.data.misc.CalendarActionResults
Initializes a new instance of the class.
CalendarEvent - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CalendarEvent.
CalendarEvent - Class in microsoft.exchange.webservices.data.property.complex.availability
Represents an event in a calendar.
CalendarEvent() - Constructor for class microsoft.exchange.webservices.data.property.complex.availability.CalendarEvent
Initializes a new instance of the CalendarEvent class.
CalendarEventArray - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CalendarEventArray.
CalendarEventDetails - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CalendarEventDetails.
CalendarEventDetails - Class in microsoft.exchange.webservices.data.property.complex.availability
Represents the details of a calendar event as returned by the GetUserAvailability operation.
CalendarEventDetails() - Constructor for class microsoft.exchange.webservices.data.property.complex.availability.CalendarEventDetails
Initializes a new instance of the CalendarEventDetails class.
CalendarFolder - Class in microsoft.exchange.webservices.data.core.service.folder
Represents a folder containing appointments.
CalendarFolder(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.folder.CalendarFolder
Initializes an unsaved local instance of "CalendarFolder".
CalendarFolder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CalendarFolder.
CalendarFolderPermissionLevel - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CalendarFolderPermissionLevel.
CalendarItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CalendarItem.
CalendarItemType - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CalendarItemType.
CalendarPermission - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CalendarPermission.
CalendarPermissionLevel - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CalendarPermissionLevel.
CalendarPermissions - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CalendarPermissions.
CalendarResponseMessage<TMessage extends EmailMessage> - Class in microsoft.exchange.webservices.data.core.service.response
Represents the base class for accept, tentatively accept and decline response messages.
CalendarResponseMessage(Item) - Constructor for class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage
Initializes a new instance of the CalendarResponseMessage class.
CalendarResponseMessageBase<TMessage extends EmailMessage> - Class in microsoft.exchange.webservices.data.core.service.response
Represents the base class for all calendar-related response messages.
CalendarResponseObjectSchema - Class in microsoft.exchange.webservices.data.core.service.schema
Represents the schema for CalendarResponseObject.
CalendarResponseObjectSchema() - Constructor for class microsoft.exchange.webservices.data.core.service.schema.CalendarResponseObjectSchema
 
calendarSave(FolderId) - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessageBase
Saves the response in the specified folder.
calendarSave(WellKnownFolderName) - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessageBase
Saves the response in the specified folder.
calendarSave() - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessageBase
Saves the response in the Drafts folder.
calendarSend() - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessageBase
Sends this response without saving a copy.
calendarSendAndSaveCopy(FolderId) - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessageBase
Sends this response ans saves a copy in the specified folder.
calendarSendAndSaveCopy(WellKnownFolderName) - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessageBase
Sends this response ans saves a copy in the specified folder.
calendarSendAndSaveCopy() - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessageBase
Sends this response ans saves a copy in the specified folder.
CalendarView - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CalendarView.
CalendarView - Class in microsoft.exchange.webservices.data.search
Represents a date range view of appointments in calendar folder search operations.
CalendarView(Date, Date) - Constructor for class microsoft.exchange.webservices.data.search.CalendarView
Initializes a new instance of CalendarView.
CalendarView(Date, Date, int) - Constructor for class microsoft.exchange.webservices.data.search.CalendarView
Initializes a new instance of CalendarView.
call() - Method in class microsoft.exchange.webservices.data.misc.CallableMethod
 
CallableMethod - Class in microsoft.exchange.webservices.data.misc
 
CallableMethod(HttpWebRequest) - Constructor for class microsoft.exchange.webservices.data.misc.CallableMethod
 
Callback - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the Callback property.
Callback<T> - Interface in microsoft.exchange.webservices.data.misc
 
cancel(boolean) - Method in class microsoft.exchange.webservices.data.misc.AsyncRequestResult
 
CancelCalendarItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CancelCalendarItem.
cancelMeeting() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Cancels the meeting and sends cancellation messages to all attendees.
cancelMeeting(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Cancels the meeting and sends cancellation messages to all attendees.
CancelMeetingMessage - Class in microsoft.exchange.webservices.data.core.service.response
Represents a meeting cancellation message.
CancelMeetingMessage(Item) - Constructor for class microsoft.exchange.webservices.data.core.service.response.CancelMeetingMessage
Initializes a new instance of the class.
CancelMeetingMessageSchema - Class in microsoft.exchange.webservices.data.core.service.schema
Represents a meeting cancellation message.
CancelMeetingMessageSchema() - Constructor for class microsoft.exchange.webservices.data.core.service.schema.CancelMeetingMessageSchema
 
CanCreateItems - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CanCreateItems.
CanCreateSubFolders - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CanCreateSubFolders.
CanDelete - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CanDelete.
CanRenameOrMove - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CanRenameOrMove.
canSetFieldValue(T, T) - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Sets value of field.
canSetFieldValue(T, T) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Sets value of field.
CarPhone - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the CarPhone property.
Categories - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the Categories property.
Categories - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the Categories property.
Categories - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Categories.
CcRecipients - Static variable in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Defines the CcRecipients property.
CcRecipients - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CcRecipients.
Change - Class in microsoft.exchange.webservices.data.sync
Represents a change as returned by a synchronization operation.
Change() - Constructor for class microsoft.exchange.webservices.data.sync.Change
Initializes a new instance of Change.
ChangeCollection<TChange extends Change> - Class in microsoft.exchange.webservices.data.sync
Represents a collection of changes as returned by a synchronization operation.
ChangeCollection() - Constructor for class microsoft.exchange.webservices.data.sync.ChangeCollection
Initializes a new instance of the class.
ChangeCount - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the ChangeCount property.
ChangeCount - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ChangeCount.
changed() - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Sets the isDirty flag to true and triggers dispatch of the change event to the owner of the property bag.
changed() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Triggers dispatch of the change event.
changed() - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Instance was changed.
changed() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.RecurrenceRange
Changes handler.
changed() - Method in class microsoft.exchange.webservices.data.property.complex.UserConfigurationDictionary
Instance was changed.
ChangeKey - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant ChangeKey.
Changes - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Changes.
ChangeType - Enum in microsoft.exchange.webservices.data.core.enumeration.sync
Defines the type of change of a synchronization event.
changeType(MapiPropertyType, Object) - Static method in class microsoft.exchange.webservices.data.misc.MapiTypeConverter
Change value to a value of compatible type.
changeType(Object) - Method in class microsoft.exchange.webservices.data.misc.MapiTypeConverterMapEntry
Change value to a value of compatible type.
CharacterSet - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant CharacterSet.
checkEndElement(XMLEvent, XMLEvent) - Static method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Check end element.
checkURIPath(String) - Static method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
 
ChildFolderCount - Static variable in class microsoft.exchange.webservices.data.core.service.schema.FolderSchema
Defines the ChildFolderCount property.
ChildFolderCount - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ChildFolderCount.
Children - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the Children property.
Children - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Children.
City - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant City.
clear() - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Clears the bag.
clear() - Method in class microsoft.exchange.webservices.data.core.PropertySet
Remove all explicitly added property from the property set.
clear() - Method in class microsoft.exchange.webservices.data.property.complex.AttachmentCollection
Removes all attachments from this collection.
clear() - Method in class microsoft.exchange.webservices.data.property.complex.AttendeeCollection
Clears the collection.
clear() - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressCollection
Clears the collection.
clear() - Method in class microsoft.exchange.webservices.data.property.complex.FolderIdCollection
Clears the collection.
clear() - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermissionCollection
Clears this collection.
clear() - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Clears the collection.
clear() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.DayOfTheWeekCollection
Clears the collection.
clear() - Method in class microsoft.exchange.webservices.data.property.complex.UserConfigurationDictionary
Removes all item from the user configuration dictionary.
clear() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Clears the collection.
clear() - Method in class microsoft.exchange.webservices.data.search.OrderByCollection
Removes all elements from the collection.
clearChangeEvents() - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Clears change events list.
clearChangeLog() - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Clears the bag's change log.
clearChangeLog() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Clear change log.
clearChangeLog() - Method in class microsoft.exchange.webservices.data.core.SimplePropertyBag
Clears the change log.
clearChangeLog() - Method in class microsoft.exchange.webservices.data.property.complex.AttachmentCollection
Disables the change log clearing mechanism.
clearChangeLog() - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Clears the change log.
clearChangeLog() - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Clears the change log.
clearChangeLog() - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
Clears the change log.
clearChangeLog() - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Clears the change log.
clearChangeLog() - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
Clears the change log.
clearDisconnect() - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
Clears disconnect events list.
clearDisconnectEvents() - Method in class microsoft.exchange.webservices.data.core.request.HangingServiceRequestBase
Clears disconnect events list.
clearList() - Method in class microsoft.exchange.webservices.data.property.complex.StringList
Clears the list.
clearNotificationEvent() - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
Clears notification events list.
clearServiceObjectChangedEvent() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Clear service object changed event.
clearSubscriptionError() - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
Clears subscription events list.
clone() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Returns a clone of this TimeSpan.
close() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
 
close() - Method in class microsoft.exchange.webservices.data.core.request.HttpClientWebRequest
Releases the connection by Closing.
close() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Close.
close() - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
Closes this connection so it stops receiving events from the server.This terminates a long-standing call to EWS.
Comment - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Comment.
Companies - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the Companies property.
Companies - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the Companies property.
Companies - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Companies.
CompanyMainPhone - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the CompanyMainPhone property.
CompanyName - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the CompanyName property.
CompanyName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CompanyName.
compare(TimeSpan, TimeSpan) - Static method in class microsoft.exchange.webservices.data.misc.TimeSpan
Compares two TimeSpan objects.
compare(TimeZoneTransition, TimeZoneTransition) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
Compares the transitions.
compareTo(TimeSpan) - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Compares this object with the specified object for order.
ComparisonMode - Enum in microsoft.exchange.webservices.data.core.enumeration.search
Defines the way values are compared in search filter.
CompleteDate - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the CompleteDate property.
CompleteDate - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CompleteDate.
CompleteName - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the CompleteName property.
CompleteName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CompleteName.
CompleteName - Class in microsoft.exchange.webservices.data.property.complex
Represents the complete name of a contact.
CompleteName() - Constructor for class microsoft.exchange.webservices.data.property.complex.CompleteName
 
ComplexFunctionDelegate<T1 extends EwsServiceXmlReader> - Interface in microsoft.exchange.webservices.data.property.complex
 
ComplexProperty - Class in microsoft.exchange.webservices.data.property.complex
Represents a property that can be sent to or retrieved from EWS.
ComplexProperty() - Constructor for class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Initializes a new instance.
complexPropertyChanged(ComplexProperty) - Method in class microsoft.exchange.webservices.data.core.PropertyBag
 
complexPropertyChanged(TComplexProperty) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Complex property changed.
complexPropertyChanged(TEntry) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
Complex property changed.
complexPropertyChanged(ComplexProperty) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressEntry
 
complexPropertyChanged(ComplexProperty) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
 
complexPropertyChanged(ComplexProperty) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMember
Complex property changed.
complexPropertyChanged(ComplexProperty) - Method in interface microsoft.exchange.webservices.data.property.complex.IComplexPropertyChanged
Indicates that a complex property changed.
complexPropertyChanged(TComplexProperty) - Method in interface microsoft.exchange.webservices.data.property.complex.IComplexPropertyChangedDelegate
Complex property changed.
complexPropertyChanged(ComplexProperty) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.WeeklyPattern
 
complexPropertyChanged(ComplexProperty) - Method in class microsoft.exchange.webservices.data.property.complex.SearchFolderParameters
Complex property changed.
complexPropertyChanged(ComplexProperty) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.Not
 
complexPropertyChanged(ComplexProperty) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
 
ComplexPropertyCollection<TComplexProperty extends ComplexProperty> - Class in microsoft.exchange.webservices.data.property.complex
Represents a collection of property that can be sent to and retrieved from EWS.
ComplexPropertyCollection() - Constructor for class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Initializes a new instance of.
ComplexPropertyDefinition<TComplexProperty extends ComplexProperty> - Class in microsoft.exchange.webservices.data.property.definition
Represents base complex property type.
ComplexPropertyDefinition(Class<TComplexProperty>, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion, ICreateComplexPropertyDelegate<TComplexProperty>) - Constructor for class microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinition
Initializes a new instance.
ComplexPropertyDefinition(Class<TComplexProperty>, String, String, ExchangeVersion, ICreateComplexPropertyDelegate<TComplexProperty>) - Constructor for class microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinition
Initializes a new instance.
ComplexPropertyDefinition(String, String, ExchangeVersion, ICreateComplexPropertyDelegate<TComplexProperty>) - Constructor for class microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinition
 
ComplexPropertyDefinition(Class<TComplexProperty>, String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion, ICreateComplexPropertyDelegate<TComplexProperty>) - Constructor for class microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinition
Instantiates a new complex property definition.
ComplexPropertyDefinition(String, String, ExchangeVersion, EnumSet<PropertyDefinitionFlags>, ICreateComplexPropertyDelegate<TComplexProperty>) - Constructor for class microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinition
Instantiates a new complex property definition.
ComplexPropertyDefinitionBase - Class in microsoft.exchange.webservices.data.property.definition
Represents abstract complex property definition.
ComplexPropertyDefinitionBase(String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinitionBase
Initializes a new instance.
ComplexPropertyDefinitionBase(String, String, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinitionBase
Initializes a new instance.
ComplexPropertyDefinitionBase(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinitionBase
Initializes a new instance.
Conditions - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Conditions.
ConferenceType - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant ConferenceType.
ConferenceType - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the ConferenceType property.
ConferenceType - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConferenceType.
ConfigurationSettingsBase - Class in microsoft.exchange.webservices.data.autodiscover.configuration
Represents the base class for configuration settings.
ConfigurationSettingsBase() - Constructor for class microsoft.exchange.webservices.data.autodiscover.configuration.ConfigurationSettingsBase
Initializes a new instance of the ConfigurationSettingsBase class.
Conflict - Class in microsoft.exchange.webservices.data.property.complex.availability
Represents a conflict in a meeting time suggestion.
Conflict(ConflictType) - Constructor for class microsoft.exchange.webservices.data.property.complex.availability.Conflict
Initializes a new instance of the Conflict class.
ConflictingMeetingCount - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant ConflictingMeetingCount.
ConflictingMeetingCount - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the ConflictingMeetingCount property.
ConflictingMeetingCount - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConflictingMeetingCount.
ConflictingMeetings - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant ConflictingMeetings.
ConflictingMeetings - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the ConflictingMeetings property.
ConflictingMeetings - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConflictingMeetings.
ConflictResolution - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant ConflictResolution.
ConflictResolutionMode - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Defines how conflict resolutions are handled in update operations.
ConflictResults - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConflictResults.
ConflictType - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines the conflict types that can be returned in meeting time suggestions.
ConnectingIdType - Enum in microsoft.exchange.webservices.data.core.enumeration.misc
Defines the type of Id of a ConnectingId object.
ConnectingSID - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConnectingSID.
ConnectionFailureCause - Enum in microsoft.exchange.webservices.data.core.enumeration.service.error
The ConnectionFailureCause enumeration.
ConnectionFailureCause - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConnectionFailureCause.
ConnectionStatus - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConnectionStatus.
ConnectionTimeout - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConnectionTimeout.
Constant - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Constant.
Contact - Class in microsoft.exchange.webservices.data.core.service.item
Represents a contact.
Contact(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.item.Contact
Initializes an unsaved local instance of Contact.
Contact(ItemAttachment) - Constructor for class microsoft.exchange.webservices.data.core.service.item.Contact
Initializes a new instance of the Contact class.
Contact - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Contact.
ContactDataShape - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant ContactDataShape.
ContactGroup - Class in microsoft.exchange.webservices.data.core.service.item
Represents a Contact Group.
ContactGroup(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.item.ContactGroup
Initializes an unsaved local instance of the class.
ContactGroup(ItemAttachment) - Constructor for class microsoft.exchange.webservices.data.core.service.item.ContactGroup
Initializes an new instance of the class.
ContactGroupSchema - Class in microsoft.exchange.webservices.data.core.service.schema
Represents the schema for contact groups.
ContactGroupSchema() - Constructor for class microsoft.exchange.webservices.data.core.service.schema.ContactGroupSchema
Instantiates a new contact group schema.
Contacts - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the Contacts property.
Contacts - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Contacts.
ContactSchema - Class in microsoft.exchange.webservices.data.core.service.schema
Represents the schema for contacts.
ContactsFolder - Class in microsoft.exchange.webservices.data.core.service.folder
Represents a folder containing contacts.
ContactsFolder(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.folder.ContactsFolder
Initializes an unsaved local instance of the class.To bind to an existing contacts folder, use ContactsFolder.Bind() instead.
ContactsFolder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ContactsFolder.
ContactsFolderPermissionLevel - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ContactsFolderPermissionLevel.
ContactSource - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Defines the source of a contact or group.
ContactSource - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the ContactSource property.
ContactSource - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ContactSource.
ContainedPropertyDefinition<TComplexProperty extends ComplexProperty> - Class in microsoft.exchange.webservices.data.property.definition
Represents contained property definition.
ContainedPropertyDefinition(Class<TComplexProperty>, String, String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion, ICreateComplexPropertyDelegate<TComplexProperty>) - Constructor for class microsoft.exchange.webservices.data.property.definition.ContainedPropertyDefinition
Initializes a new instance of.
ContainmentComparison - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant ContainmentComparison.
ContainmentMode - Enum in microsoft.exchange.webservices.data.core.enumeration.search
Defines the containment mode for Contains search filter.
ContainmentMode - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant ContainmentMode.
contains(PropertyDefinition) - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Determines whether the property bag contains a specific property.
contains(PropertyDefinitionBase) - Method in class microsoft.exchange.webservices.data.core.PropertySet
Determines whether the specified property has been explicitly added to this property set using the Add or AddRange methods.
Contains - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Contains.
contains(TComplexProperty) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Determines whether a specific property is in the collection.
contains(TKey) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
Determines whether this instance contains the specified key.
contains(String) - Method in class microsoft.exchange.webservices.data.property.complex.StringList
Determines whether the list contains a specific string.
contains(SearchFilter) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Determines whether a specific search filter is in the collection.
contains(PropertyDefinitionBase) - Method in class microsoft.exchange.webservices.data.search.OrderByCollection
Determines whether the collection contains the specified property definition.
ContainsBodyStrings - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ContainsBodyStrings.
ContainsHeaderStrings - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ContainsHeaderStrings.
containsKey(TKey) - Method in class microsoft.exchange.webservices.data.core.SimplePropertyBag
Determines whether the specified key is in the property bag.
containsKey(Object) - Method in class microsoft.exchange.webservices.data.property.complex.UserConfigurationDictionary
Determines whether the user configuration dictionary contains an element with the specified key.
ContainsRecipientStrings - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ContainsRecipientStrings.
ContainsSenderStrings - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ContainsSenderStrings.
ContainsSubjectOrBodyStrings - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ContainsSubjectOrBodyStrings.
ContainsSubjectStrings - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ContainsSubjectStrings.
ContainsSubstring() - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.ContainsSubstring
Initializes a new instance of the class.
ContainsSubstring(PropertyDefinitionBase, String) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.ContainsSubstring
Initializes a new instance of the class.
ContainsSubstring(PropertyDefinitionBase, String, ContainmentMode, ComparisonMode) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.ContainsSubstring
Initializes a new instance of the class.
Content - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Content.
ContentId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ContentId.
ContentLocation - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ContentLocation.
ContentType - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ContentType.
ContextFolderId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ContextFolderId.
Conversation - Class in microsoft.exchange.webservices.data.core.service.item
Represents a collection of Conversation related property.
Conversation(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.item.Conversation
Initializes an unsaved local instance of Conversation.
Conversation - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Conversation.
ConversationAction - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConversationAction.
ConversationAction - Class in microsoft.exchange.webservices.data.misc
ConversationAction class that represents ConversationActionType in the request XML.
ConversationAction() - Constructor for class microsoft.exchange.webservices.data.misc.ConversationAction
 
ConversationActions - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConversationActions.
ConversationActionType - Enum in microsoft.exchange.webservices.data.core.enumeration.misc
Defines actions applicable to Conversation.
ConversationFlagStatus - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Defines the flag status of a Conversation.
ConversationId - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the ConversationId property.
ConversationId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConversationId.
ConversationId - Class in microsoft.exchange.webservices.data.property.complex
Represents the Id of a Conversation.
ConversationId() - Constructor for class microsoft.exchange.webservices.data.property.complex.ConversationId
Initializes a new instance of the ConversationId class.
ConversationId(String) - Constructor for class microsoft.exchange.webservices.data.property.complex.ConversationId
Initializes a new instance of ConversationId.
ConversationIndex - Static variable in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Defines the ConversationIndex property.
ConversationIndex - Static variable in class microsoft.exchange.webservices.data.core.service.schema.PostItemSchema
Defines the ConversationIndex property.
ConversationIndex - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConversationIndex.
ConversationIndexedItemView - Class in microsoft.exchange.webservices.data.search
Represents the view settings in a folder search operation.
ConversationIndexedItemView(int) - Constructor for class microsoft.exchange.webservices.data.search.ConversationIndexedItemView
Initializes a new instance of the class.
ConversationIndexedItemView(int, int) - Constructor for class microsoft.exchange.webservices.data.search.ConversationIndexedItemView
Initializes a new instance of the ItemView class.
ConversationIndexedItemView(int, int, OffsetBasePoint) - Constructor for class microsoft.exchange.webservices.data.search.ConversationIndexedItemView
Initializes a new instance of the ItemView class.
ConversationLastSyncTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConversationLastSyncTime.
Conversations - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Conversations.
ConversationSchema - Class in microsoft.exchange.webservices.data.core.service.schema
Represents the schema for Conversation.
ConversationSchema() - Constructor for class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Initializes a new instance of the ConversationSchema class.
ConversationTopic - Static variable in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Defines the ConversationTopic property.
ConversationTopic - Static variable in class microsoft.exchange.webservices.data.core.service.schema.PostItemSchema
Defines the ConversationTopic property.
ConversationTopic - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConversationTopic.
convertDateStringToDate(String) - Static method in class microsoft.exchange.webservices.data.util.DateTimeUtils
Converts a date string to local date time.
convertDateTimeStringToDate(String) - Static method in class microsoft.exchange.webservices.data.util.DateTimeUtils
Converts a date time string to local date time.
convertDateTimeToUniversalDateTimeString(Date) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Converts the date time to universal date time string.
ConvertHtmlCodePageToUTF8 - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConvertHtmlCodePageToUTF8.
convertId(AlternateIdBase, IdFormat) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Converts Id from one format to another in a single call to EWS.
ConvertId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConvertId.
ConvertIdRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a ConvertId request.
ConvertIdRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.ConvertIdRequest
Initializes a new instance of the class.
ConvertIdResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to an individual Id conversion operation.
ConvertIdResponse() - Constructor for class microsoft.exchange.webservices.data.core.response.ConvertIdResponse
Initializes a new instance of the class.
ConvertIdResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConvertIdResponse.
ConvertIdResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ConvertIdResponseMessage.
convertIds(Iterable<AlternateIdBase>, IdFormat) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Converts multiple Ids from one format to another in a single call to EWS.
convertSettings(String, List<UserSettingName>) - Method in class microsoft.exchange.webservices.data.autodiscover.configuration.ConfigurationSettingsBase
Convert ConfigurationSettings to GetUserSettings response.
convertSettings(String, List<UserSettingName>) - Method in class microsoft.exchange.webservices.data.autodiscover.configuration.outlook.OutlookConfigurationSettings
Convert OutlookConfigurationSettings to GetUserSettings response.
convertToMinutes() - Method in class microsoft.exchange.webservices.data.misc.Time
Converts the time into a number of minutes since 12:00AM.
convertToString(MapiPropertyType, Object) - Static method in class microsoft.exchange.webservices.data.misc.MapiTypeConverter
Converts a value to a string.
convertToValue(MapiPropertyType, Iterator<String>) - Static method in class microsoft.exchange.webservices.data.misc.MapiTypeConverter
Converts the string list to array.
convertToValue(MapiPropertyType, String) - Static method in class microsoft.exchange.webservices.data.misc.MapiTypeConverter
Converts a string to value consistent with MAPI type.
convertToValue(String) - Method in class microsoft.exchange.webservices.data.misc.MapiTypeConverterMapEntry
Converts a string to value consistent with type.
convertToValueOrDefault(String) - Method in class microsoft.exchange.webservices.data.misc.MapiTypeConverterMapEntry
Converts a string to value consistent with type (or uses the default value if the string is null or empty).
CookieProcessingTargetAuthenticationStrategy - Class in microsoft.exchange.webservices.data.core
TargetAuthenticationStrategy that also processes the cookies in HTTP 401 response.
CookieProcessingTargetAuthenticationStrategy() - Constructor for class microsoft.exchange.webservices.data.core.CookieProcessingTargetAuthenticationStrategy
 
CopiedEvent - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CopiedEvent.
copy(FolderId) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Copies this folder into a specific folder.
copy(WellKnownFolderName) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Copies this folder into the specified folder.
copy(FolderId) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Creates a copy of this item in the specified folder.
copy(WellKnownFolderName) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Creates a copy of this item in the specified folder.
Copy - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Copy.
copyFolder(FolderId, FolderId) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Copies a folder.
CopyFolder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CopyFolder.
CopyFolderRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a CopyFolder request.
CopyFolderRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.CopyFolderRequest
Initializes a new instance of the CopyFolderRequest class.
CopyFolderResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CopyFolderResponse.
CopyFolderResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CopyFolderResponseMessage.
copyItem(ItemId, FolderId) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Copies an item.
CopyItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CopyItem.
CopyItemRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a CopyItem request.
CopyItemRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.CopyItemRequest
Initializes a new instance of the class.
CopyItemResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CopyItemResponse.
CopyItemResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CopyItemResponseMessage.
copyItems(Iterable<ItemId>, FolderId) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Copies multiple item in a single call to EWS.
copyItems(Iterable<ItemId>, FolderId, boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Copies multiple item in a single call to EWS.
copyItemsInConversation(FolderId, FolderId) - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Copies item in the specified conversation to a specific folder.
copyItemsInConversations(Iterable<HashMap<ConversationId, Date>>, FolderId, FolderId) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Copies the item in the specified conversation to the specified destination folder.
COPYTOFILEPATH - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
CopyToFolder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CopyToFolder.
Count - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Count.
count() - Method in class microsoft.exchange.webservices.data.search.OrderByCollection
Gets the number of elements contained in the collection.
countMatchingChars(String, IPredicate<Character>) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Count characters in string that match a condition.
CountryOrRegion - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CountryOrRegion.
create(InputStream, ExchangeService) - Static method in class microsoft.exchange.webservices.data.core.EwsServiceMultiResponseXmlReader
Creates a new instance of the EwsServiceMultiResponseXmlReader class.
Create - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Create.
create(TimeZoneDefinition, String) - Static method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransition
Creates a time zone period transition of the appropriate type given an XML element name.
createAcceptMessage(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Creates a local meeting acceptance message that can be customized and sent.
createAcceptMessage(boolean) - Method in interface microsoft.exchange.webservices.data.core.service.item.ICalendarActionProvider
Implements the CreateAcceptMessage method.
createAcceptMessage(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Creates a local meeting acceptance message that can be customized and sent.
CreateAssociated - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CreateAssociated.
CreateAttachment - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CreateAttachment.
CreateAttachmentException - Exception in microsoft.exchange.webservices.data.core.exception.service.remote
Represents an error that occurs when a call to the CreateAttachment web method fails.
CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse>, String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.remote.CreateAttachmentException
Initializes a new instance of CreateAttachmentException.
CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse>, String, Exception) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.remote.CreateAttachmentException
Initializes a new instance of CreateAttachmentException.
CreateAttachmentRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a CreateAttachment request.
CreateAttachmentRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.CreateAttachmentRequest
Initializes a new instance of the class.
CreateAttachmentResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to an individual attachment creation operation.
CreateAttachmentResponse(Attachment) - Constructor for class microsoft.exchange.webservices.data.core.response.CreateAttachmentResponse
Initializes a new instance of the CreateAttachmentResponse class.
CreateAttachmentResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CreateAttachmentResponse.
CreateAttachmentResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CreateAttachmentResponseMessage.
createAttachments(String, Iterable<Attachment>) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Creates attachments.
createCancelMeetingMessage() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Creates a local meeting acceptance message that can be customized and sent.
createChangeInstance() - Method in class microsoft.exchange.webservices.data.core.response.SyncFolderHierarchyResponse
Creates a folder change instance.
createChangeInstance() - Method in class microsoft.exchange.webservices.data.core.response.SyncFolderItemsResponse
Creates an item change instance.
createChangeInstance() - Method in class microsoft.exchange.webservices.data.core.response.SyncResponse
Creates the change instance.
createComplexProperty(String) - Method in class microsoft.exchange.webservices.data.property.complex.AttachmentCollection
Instantiate the appropriate attachment type depending on the current XML element name.
createComplexProperty(String) - Method in class microsoft.exchange.webservices.data.property.complex.AttendeeCollection
Creates an Attendee object from an XML element name.
createComplexProperty(String) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Creates the complex property.
createComplexProperty(String) - Method in class microsoft.exchange.webservices.data.property.complex.DeletedOccurrenceInfoCollection
Creates the complex property.
createComplexProperty(String) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressCollection
Creates an EmailAddress object from an XML element name.
createComplexProperty(String) - Method in class microsoft.exchange.webservices.data.property.complex.ExtendedPropertyCollection
Creates the complex property.
createComplexProperty(String) - Method in class microsoft.exchange.webservices.data.property.complex.FolderIdCollection
Creates the complex property.
createComplexProperty(String) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermissionCollection
Creates the complex property.
createComplexProperty(String) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Creates a GroupMember object from an XML element name.
createComplexProperty() - Method in interface microsoft.exchange.webservices.data.property.complex.ICreateComplexPropertyDelegate
used to create instances of ComplexProperty.
createComplexProperty(String) - Method in class microsoft.exchange.webservices.data.property.complex.InternetMessageHeaderCollection
Creates the complex property.
createComplexProperty(String) - Method in class microsoft.exchange.webservices.data.property.complex.ItemIdCollection
Creates the complex property.
createComplexProperty(String) - Method in class microsoft.exchange.webservices.data.property.complex.OccurrenceInfoCollection
Creates the complex property.
createComplexProperty(String) - Method in class microsoft.exchange.webservices.data.property.complex.RuleErrorCollection
Creates an RuleError object from an XML element name.
createComplexProperty(String) - Method in class microsoft.exchange.webservices.data.property.complex.RuleOperationErrorCollection
Creates an RuleOperationError object from an XML element name.
createConnectionSocketFactoryRegistry() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Create registry with configured ConnectionSocketFactory instances.
CreateContents - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CreateContents.
createDeclineMessage() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Creates a local meeting declination message that can be customized and sent.
createDeclineMessage() - Method in interface microsoft.exchange.webservices.data.core.service.item.ICalendarActionProvider
Implements the DeclineMeetingInvitationMessage method.
createDeclineMessage() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Creates a local meeting declination message that can be customized and sent.
CreatedEvent - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CreatedEvent.
createEntry(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
Creates the entry.
createEntryInstance() - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
Creates instance of dictionary entry.
createEntryInstance() - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressDictionary
Creates instance of dictionary entry.
createEntryInstance() - Method in class microsoft.exchange.webservices.data.property.complex.ImAddressDictionary
Creates instance of dictionary entry.
createEntryInstance() - Method in class microsoft.exchange.webservices.data.property.complex.PhoneNumberDictionary
Creates instance of dictionary entry.
createEntryInstance() - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressDictionary
Creates instance of dictionary entry.
createEwsObjectFromXmlElementName(Class<?>, ExchangeService, String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Creates the ews object from xml element name.
createFolder(Folder, FolderId) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Creates a folder.
CreateFolder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CreateFolder.
CreateFolderRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a CreateFolder request.
CreateFolderRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.CreateFolderRequest
Initializes a new instance of the CreateFolderRequest class.
CreateFolderResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to an individual folder creation operation.
CreateFolderResponse(Folder) - Constructor for class microsoft.exchange.webservices.data.core.response.CreateFolderResponse
Initializes a new instance of the CreateFolderResponse class.
CreateFolderResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CreateFolderResponse.
CreateFolderResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CreateFolderResponseMessage.
createForward() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Creates a forward message from this appointment.
createForward() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Creates a forward response to the message.
createForward() - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Creates a forward response to the post item.
CreateHierarchy - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CreateHierarchy.
createId() - Method in class microsoft.exchange.webservices.data.sync.Change
Initializes a new instance of Change.
createId() - Method in class microsoft.exchange.webservices.data.sync.FolderChange
Creates a FolderId instance.
createId() - Method in class microsoft.exchange.webservices.data.sync.ItemChange
Creates an ItemId instance.
createInstance() - Method in interface microsoft.exchange.webservices.data.core.ILazyMember
Creates the instance.
createItem(Item, FolderId, MessageDisposition, SendInvitationsMode) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Creates an item.
CreateItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CreateItem.
createItemFromItemClass(ItemAttachment, Class<?>, boolean) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Creates the item from item class.
createItemFromXmlElementName(ItemAttachment, String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Creates the item from xml element name.
CreateItemRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a CreateItem request.
CreateItemRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.CreateItemRequest
Initializes a new instance.
CreateItemResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to an individual item creation operation.
CreateItemResponse(Item) - Constructor for class microsoft.exchange.webservices.data.core.response.CreateItemResponse
Initializes a new instance.
CreateItemResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CreateItemResponse.
CreateItemResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CreateItemResponseMessage.
createItems(Collection<Item>, FolderId, MessageDisposition, SendInvitationsMode) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Creates multiple item in a single EWS call.
createOlsonTimeZoneToMsMap() - Static method in class microsoft.exchange.webservices.data.util.TimeZoneUtils
 
createPostReply() - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Creates a post reply to this post item.
createPropertyInstance(ServiceObject) - Method in class microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinition
Creates the property instance.
createPropertyInstance(ServiceObject) - Method in class microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinitionBase
Creates the property instance.
createPropertyInstance(ServiceObject) - Method in class microsoft.exchange.webservices.data.property.definition.PermissionSetPropertyDefinition
Creates the property instance.
createReply(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Creates a reply response to the organizer and/or attendees of the meeting.
createReply(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Creates a reply response to the message.
createReply(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Creates a e-mail reply response to the post item.
createResponse() - Method in class microsoft.exchange.webservices.data.core.request.AddDelegateRequest
Creates the response.
createResponse() - Method in class microsoft.exchange.webservices.data.core.request.GetDelegateRequest
Creates the response.
createResponse() - Method in class microsoft.exchange.webservices.data.core.request.RemoveDelegateRequest
Creates the response.
createResponse() - Method in class microsoft.exchange.webservices.data.core.request.UpdateDelegateRequest
Creates the response.
createResponseInstance() - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverResponseCollection
Create a response instance.
createResponseInstance() - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetDomainSettingsResponseCollection
Create a response instance.
createResponseInstance() - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetUserSettingsResponseCollection
Create a response instance.
CreateResponseObjectRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a CreateItem request for a response object.
CreateResponseObjectRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.CreateResponseObjectRequest
Initializes a new instance of the CreateResponseObjectRequest class.
CreateResponseObjectResponse - Class in microsoft.exchange.webservices.data.core.response
Represents response to generic Create request.
CreateResponseObjectResponse() - Constructor for class microsoft.exchange.webservices.data.core.response.CreateResponseObjectResponse
Initializes a new instance of the CreateResponseObjectResponse class.
CreateRuleOperation - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CreateRuleOperation.
CreateRuleOperation - Class in microsoft.exchange.webservices.data.property.complex
Represents an operation to create a new rule.
CreateRuleOperation() - Constructor for class microsoft.exchange.webservices.data.property.complex.CreateRuleOperation
Initializes a new instance of the class.
CreateRuleOperation(Rule) - Constructor for class microsoft.exchange.webservices.data.property.complex.CreateRuleOperation
Initializes a new instance of the class.
createSafeXmlTextReader(InputStream) - Static method in class microsoft.exchange.webservices.data.security.SafeXmlFactory
 
createSafeXmlTextReader(String) - Static method in class microsoft.exchange.webservices.data.security.SafeXmlFactory
 
createSafeXmlTextReader(XMLStreamReader) - Static method in class microsoft.exchange.webservices.data.security.SafeXmlFactory
 
createServiceObjectWithAttachmentParam(ItemAttachment, boolean) - Method in interface microsoft.exchange.webservices.data.core.service.ICreateServiceObjectWithAttachmentParam
Creates the service object with attachment param.
createServiceObjectWithServiceParam(ExchangeService) - Method in interface microsoft.exchange.webservices.data.core.service.ICreateServiceObjectWithServiceParam
Creates the service object with service param.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.autodiscover.request.ApplyConversationActionRequest
Creates the service response.
createServiceResponse() - Method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Creates the service response.
createServiceResponse() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetDomainSettingsRequest
Creates the service response.
createServiceResponse() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.ConvertIdRequest
Initializes a new instance of the class.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.CopyFolderRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.CopyItemRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.CreateAttachmentRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.CreateFolderRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.CreateItemRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.CreateResponseObjectRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.CreateUserConfigurationRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.DeleteAttachmentRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.DeleteFolderRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.DeleteItemRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.DeleteUserConfigurationRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.EmptyFolderRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.ExecuteDiagnosticMethodRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.ExpandGroupRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.FindFolderRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.FindItemRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.GetAttachmentRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.GetEventsRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.GetFolderRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.GetFolderRequestForLoad
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.GetItemRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.GetItemRequestForLoad
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.GetServerTimeZonesRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.MoveFolderRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.MoveItemRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.SendItemRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToPullNotificationsRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToPushNotificationsRequest
 
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToStreamingNotificationsRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderHierarchyRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Creates service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.UnsubscribeRequest
Creates service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.UpdateFolderRequest
Creates the service response.
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
 
createServiceResponse(ExchangeService, int) - Method in class microsoft.exchange.webservices.data.core.request.UpdateUserConfigurationRequest
Creates the service response.
createSslContext(TrustManager) - Static method in class microsoft.exchange.webservices.data.core.EwsSSLProtocolSocketFactory
Create SSL context and initialize it using specific trust manager.
createUserConfiguration(UserConfiguration) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Creates the user configuration.
CreateUserConfiguration - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CreateUserConfiguration.
CreateUserConfigurationRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a CreateUserConfiguration request.
CreateUserConfigurationRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.CreateUserConfigurationRequest
Initializes a new instance of the class.
CreateUserConfigurationResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CreateUserConfigurationResponse.
CreateUserConfigurationResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CreateUserConfigurationResponseMessage.
CredentialConstants - Interface in microsoft.exchange.webservices.data.credential
 
Culture - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the Culture property.
Culture - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Culture.
CurrentMeetingTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant CurrentMeetingTime.
CustomTimeZoneCreateParams() - Constructor for class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup.CustomTimeZoneCreateParams
Initializes a new instance of the class.
CustomXmlSerialization(XMLStreamWriter) - Method in interface microsoft.exchange.webservices.data.core.ICustomXmlSerialization
Custom xml serialization.

D

DailyPattern() - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.DailyPattern
Initializes a new instance of the DailyPattern class.
DailyPattern(Date, int) - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.DailyPattern
Initializes a new instance of the DailyPattern class.
DailyRecurrence - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DailyRecurrence.
DailyRegeneration - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DailyRegeneration.
DailyRegenerationPattern() - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.DailyRegenerationPattern
Initializes a new instance of the DailyRegenerationPattern class.
DailyRegenerationPattern(Date, int) - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.DailyRegenerationPattern
Initializes a new instance of the DailyRegenerationPattern class.
Date - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Date.
DateTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DateTime.
DateTimeCreated - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the DateTimeCreated property.
DateTimeCreated - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DateTimeCreated.
DateTimePrecision - Enum in microsoft.exchange.webservices.data.core.enumeration.misc
Defines the precision for returned DateTime values
DateTimePrecision - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DateTimePrecision.
DateTimePropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents DateTime property definition.
DateTimePropertyDefinition(String, String, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.DateTimePropertyDefinition
Initializes a new instance of the DateTimePropertyDefinition class.
DateTimePropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.DateTimePropertyDefinition
Initializes a new instance of the DateTimePropertyDefinition class.
DateTimePropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion, boolean) - Constructor for class microsoft.exchange.webservices.data.property.definition.DateTimePropertyDefinition
Initializes a new instance of the DateTimePropertyDefinition class.
DateTimeReceived - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the DateTimeReceived property.
DateTimeReceived - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DateTimeReceived.
DateTimeSent - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the DateTimeSent property.
DateTimeSent - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DateTimeSent.
DateTimeStamp - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DateTimeStamp.
dateTimeToXSDate(Date) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Convert DateTime to XML Schema date.
dateTimeToXSDateTime(Date) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Dates the DateTime into an XML schema date time.
DateTimeToXSDateTime() - Constructor for class microsoft.exchange.webservices.data.misc.IFunctions.DateTimeToXSDateTime
 
DateTimeUtils - Class in microsoft.exchange.webservices.data.util
 
Day - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Day.
Daylight - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Daylight.
DaylightPeriodId - Variable in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
The Daylight period id.
DaylightPeriodId - Static variable in class microsoft.exchange.webservices.data.property.complex.time.TimeZonePeriod
The Constant DaylightPeriodId.
DaylightPeriodName - Variable in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
The Daylight period name.
DaylightPeriodName - Static variable in class microsoft.exchange.webservices.data.property.complex.time.TimeZonePeriod
The Constant DaylightPeriodName.
DaylightTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DaylightTime.
DayOfMonth - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DayOfMonth.
DayOfTheWeek - Enum in microsoft.exchange.webservices.data.core.enumeration.property.time
Specifies the day of the week.
DayOfTheWeekCollection - Class in microsoft.exchange.webservices.data.property.complex.recurrence
Represents a collection of DayOfTheWeek values.
DayOfTheWeekCollection() - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.DayOfTheWeekCollection
Initializes a new instance of the class.
DayOfTheWeekIndex - Enum in microsoft.exchange.webservices.data.core.enumeration.property.time
Defines the index of a week day within a month.
DayOfWeek - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DayOfWeek.
DayOfWeekIndex - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DayOfWeekIndex.
DayOrder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DayOrder.
DayQuality - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DayQuality.
DAYS - Static variable in class microsoft.exchange.webservices.data.misc.TimeSpan
Constant for days unit and conversion.
DaysOfWeek - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DaysOfWeek.
DebugData - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DebugData.
decline(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Declines the meeting invitation.
decline(boolean) - Method in interface microsoft.exchange.webservices.data.core.service.item.ICalendarActionProvider
Implements the Decline method.
decline(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Declines the meeting invitation.
DeclineItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeclineItem.
DeclineMeetingInvitationMessage - Class in microsoft.exchange.webservices.data.core.service.response
Represents a meeting declination message.
DeclineMeetingInvitationMessage(Item) - Constructor for class microsoft.exchange.webservices.data.core.service.response.DeclineMeetingInvitationMessage
Initializes a new instance of the DeclineMeetingInvitationMessage class.
DefaultExtendedPropertySet - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines the default sets of extended property.
DelegateFolderPermissionLevel - Enum in microsoft.exchange.webservices.data.core.enumeration.permission.folder
Defines a delegate user's permission level on a specific folder.
DelegateInformation - Class in microsoft.exchange.webservices.data.misc
Represents the results of a GetDelegates operation.
DelegateInformation(List<DelegateUserResponse>, MeetingRequestsDeliveryScope) - Constructor for class microsoft.exchange.webservices.data.misc.DelegateInformation
Initializes a DelegateInformation object.
DelegateManagementResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a delegate managent-related operation.
DelegateManagementResponse(boolean, List<DelegateUser>) - Constructor for class microsoft.exchange.webservices.data.core.response.DelegateManagementResponse
Initializes a new instance of the class.
DelegatePermissions - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DelegatePermissions.
DelegatePermissions - Class in microsoft.exchange.webservices.data.property.complex
Represents the permissions of a delegate user.
DelegatePermissions() - Constructor for class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
Initializes a new instance of the class.
DelegateUser - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DelegateUser.
DelegateUser - Class in microsoft.exchange.webservices.data.property.complex
Represents a delegate user.
DelegateUser() - Constructor for class microsoft.exchange.webservices.data.property.complex.DelegateUser
Initializes a new instance of the class.
DelegateUser(String) - Constructor for class microsoft.exchange.webservices.data.property.complex.DelegateUser
Initializes a new instance of the class.
DelegateUser(StandardUser) - Constructor for class microsoft.exchange.webservices.data.property.complex.DelegateUser
Initializes a new instance of the class.
DelegateUserResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to an individual delegate user manipulation (add, remove, update) operation.
DelegateUserResponse(boolean, DelegateUser) - Constructor for class microsoft.exchange.webservices.data.core.response.DelegateUserResponse
Initializes a new instance of the class.
DelegateUserResponseMessageType - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DelegateUserResponseMessageType.
DelegateUsers - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DelegateUsers.
DelegationState - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the DelegationState property.
DelegationState - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DelegationState.
Delegator - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the Delegator property.
Delegator - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Delegator.
delete(DeleteMode) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Deletes the folder.
delete(DeleteMode, SendCancellationsMode) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Deletes this appointment.
delete(DeleteMode) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Deletes the item.
Delete - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Delete.
delete() - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Deletes the user configuration.
DeleteAttachment - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeleteAttachment.
DeleteAttachmentException - Exception in microsoft.exchange.webservices.data.core.exception.service.remote
Represents an error that occurs when a call to the DeleteAttachment web method fails.
DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse>, String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.remote.DeleteAttachmentException
Initializes a new instance of DeleteAttachmentException.
DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse>, String, Exception) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.remote.DeleteAttachmentException
Initializes a new instance of DeleteAttachmentException.
DeleteAttachmentRequest - Class in microsoft.exchange.webservices.data.core.request
The Class DeleteAttachmentRequest.
DeleteAttachmentRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.DeleteAttachmentRequest
Initializes a new instance of the DeleteAttachmentRequest class.
DeleteAttachmentResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to an individual attachment deletion operation.
DeleteAttachmentResponse(Attachment) - Constructor for class microsoft.exchange.webservices.data.core.response.DeleteAttachmentResponse
Initializes a new instance of the DeleteAttachmentResponse class.
DeleteAttachmentResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeleteAttachmentResponse.
DeleteAttachmentResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeleteAttachmentResponseMessage.
deleteAttachments(Iterable<Attachment>) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Deletes attachments.
deleteCurrentOccurrence(DeleteMode) - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Deletes the current occurrence of a recurring task.
DeletedEvent - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeletedEvent.
DeletedOccurrence - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeletedOccurrence.
DeletedOccurrenceInfo - Class in microsoft.exchange.webservices.data.property.complex
Encapsulates information on the deleted occurrence of a recurring appointment.
DeletedOccurrenceInfo() - Constructor for class microsoft.exchange.webservices.data.property.complex.DeletedOccurrenceInfo
Initializes a new instance of the "DeletedOccurrenceInfo" class.
DeletedOccurrenceInfoCollection - Class in microsoft.exchange.webservices.data.property.complex
Represents a collection of deleted occurrence objects.
DeletedOccurrenceInfoCollection() - Constructor for class microsoft.exchange.webservices.data.property.complex.DeletedOccurrenceInfoCollection
Initializes a new instance of the OccurrenceInfoCollection class.
DeletedOccurrences - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant DeletedOccurrences.
DeletedOccurrences - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the Duration property.
DeletedOccurrences - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeletedOccurrences.
deleteFolder(FolderId, DeleteMode) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Deletes a folder.
DeleteFolder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeleteFolder.
DeleteFolderField - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeleteFolderField.
DeleteFolderRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a DeleteFolder request.
DeleteFolderRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.DeleteFolderRequest
Initializes a new instance of the DeleteFolderRequest class.
DeleteFolderResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeleteFolderResponse.
DeleteFolderResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeleteFolderResponseMessage.
deleteItem(ItemId, DeleteMode, SendCancellationsMode, AffectedTaskOccurrence) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Deletes an item.
DeleteItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeleteItem.
DeleteItemField - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeleteItemField.
DeleteItemRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a DeleteItem request.
DeleteItemRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.DeleteItemRequest
Initializes a new instance of the class.
DeleteItemResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeleteItemResponse.
DeleteItemResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeleteItemResponseMessage.
deleteItems(Iterable<ItemId>, DeleteMode, SendCancellationsMode, AffectedTaskOccurrence) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Deletes multiple item in a single call to EWS.
deleteItems(FolderId, DeleteMode) - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Deletes item in the specified conversation.
DeleteItems - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeleteItems.
deleteItemsInConversations(Iterable<HashMap<ConversationId, Date>>, FolderId, DeleteMode) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Deletes the item in the specified conversation.
DeleteMode - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Represents deletion modes.
deleteProperty(PropertyDefinition) - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Deletes the property from the bag.
DeleteRuleOperation - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeleteRuleOperation.
DeleteRuleOperation - Class in microsoft.exchange.webservices.data.property.complex
Represents an operation to delete an existing rule.
DeleteRuleOperation() - Constructor for class microsoft.exchange.webservices.data.property.complex.DeleteRuleOperation
Initializes a new instance of the class.
DeleteRuleOperation(String) - Constructor for class microsoft.exchange.webservices.data.property.complex.DeleteRuleOperation
Initializes a new instance of the class.
DeleteSubFolders - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant DeleteSubFolders.
DeleteType - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant DeleteType.
DeleteType - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeleteType.
deleteUserConfiguration(String, FolderId) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Creates a UserConfiguration.
DeleteUserConfiguration - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeleteUserConfiguration.
DeleteUserConfigurationRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a DeleteUserConfiguration request.
DeleteUserConfigurationRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.DeleteUserConfigurationRequest
Initializes a new instance of the class.
DeleteUserConfigurationResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeleteUserConfigurationResponse.
DeleteUserConfigurationResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeleteUserConfigurationResponseMessage.
DeliverMeetingRequests - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeliverMeetingRequests.
Denominator - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Denominator.
Department - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the Department property.
Department - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Department.
DeploymentId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DeploymentId.
DescriptiveLinkKey - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DescriptiveLinkKey.
DestinationFolderId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DestinationFolderId.
DestinationFormat - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant DestinationFormat.
DetailedSuggestionsWindow - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DetailedSuggestionsWindow.
DialString - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DialString.
Dictionary - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Dictionary.
DictionaryEntry - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DictionaryEntry.
DictionaryEntryProperty<TKey> - Class in microsoft.exchange.webservices.data.property.complex
Represents an entry of a DictionaryProperty object.
DictionaryEntryProperty(Class<TKey>) - Constructor for class microsoft.exchange.webservices.data.property.complex.DictionaryEntryProperty
Initializes a new instance of the "DictionaryEntryProperty<TKey>" class.
DictionaryEntryProperty(Class<TKey>, TKey) - Constructor for class microsoft.exchange.webservices.data.property.complex.DictionaryEntryProperty
Initializes a new instance of the "DictionaryEntryProperty<TKey>" class.
DictionaryKey - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DictionaryKey.
DictionaryProperty<TKey,TEntry extends DictionaryEntryProperty<TKey>> - Class in microsoft.exchange.webservices.data.property.complex
Represents a generic dictionary that can be sent to or retrieved from EWS.
DictionaryProperty() - Constructor for class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
 
DictionaryValue - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DictionaryValue.
DirectoryId - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines DirectoryId Property **
DirectoryId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DirectoryId.
DirectReports - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines DirectReports Property **
DirectReports - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DirectReports.
disableAlwaysCategorizeItems(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Sets up a conversation so that any item received within that conversation is no longer categorized.
disableAlwaysCategorizeItemsInConversations(Iterable<ConversationId>, boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Sets up a conversation so that any item received within that conversation is no longer categorized.
disableAlwaysDeleteItems(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Sets up a conversation so that any item received within that conversation is no longer moved to Deleted Items folder.
disableAlwaysDeleteItemsInConversations(Iterable<ConversationId>, boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Sets up a conversation so that any item received within that conversation is no longer moved to Deleted Items folder.
disableAlwaysMoveItemsInConversation(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Sets up a conversation so that any item received within that conversation is no longer moved to a specific folder.
disableAlwaysMoveItemsInConversations(Iterable<ConversationId>, boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Sets up a conversation so that any item received within that conversation is no longer moved to a specific folder.
disconnect() - Method in class microsoft.exchange.webservices.data.core.request.HangingServiceRequestBase
Disconnects the request.
disconnect(HangingRequestDisconnectReason, Exception) - Method in class microsoft.exchange.webservices.data.core.request.HangingServiceRequestBase
Disconnects the request with the specified reason and exception.
disconnect() - Method in class microsoft.exchange.webservices.data.messaging.PhoneCall
Disconnects this phone call.
DisconnectPhoneCall - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DisconnectPhoneCall.
disconnectPhoneCall(PhoneCallId) - Method in class microsoft.exchange.webservices.data.messaging.UnifiedMessaging
Disconnects a phone call.
DisconnectPhoneCallRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a DisconnectPhoneCall request.
DisconnectPhoneCallRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.DisconnectPhoneCallRequest
Initializes a new instance of the DisconnectPhoneCallRequest class.
DisconnectPhoneCallResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DisconnectPhoneCallResponse.
DisplayCc - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the DisplayCc property.
DisplayCc - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DisplayCc.
DisplayName - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactGroupSchema
The Constant DisplayName.
DisplayName - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the DisplayName property.
DisplayName - Static variable in class microsoft.exchange.webservices.data.core.service.schema.FolderSchema
Defines the DisplayName property.
DisplayName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DisplayName.
DisplayTo - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the DisplayTo property.
DisplayTo - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DisplayTo.
dispose() - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
dispose() - Method in interface microsoft.exchange.webservices.data.core.IDisposable
Dispose.
dispose() - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
Frees resources associated with this StreamingSubscriptionConnection.
DistinguishedFolderId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DistinguishedFolderId.
DistinguishedPropertySetId - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant DistinguishedPropertySetId.
DistinguishedUser - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DistinguishedUser.
DistributionList - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DistributionList.
DLExpansion - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DLExpansion.
DnsClient - Class in microsoft.exchange.webservices.data.dns
Class that represents DNS Query client.
DnsClient() - Constructor for class microsoft.exchange.webservices.data.dns.DnsClient
 
DnsException - Exception in microsoft.exchange.webservices.data.core.exception.dns
Defines DnsException class.
DnsException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.dns.DnsException
Instantiates a new dns exception.
dnsQuery(Class<T>, String, String) - Static method in class microsoft.exchange.webservices.data.dns.DnsClient
Performs Dns query.
DNSSERVERADDRESS - Static variable in class microsoft.exchange.webservices.data.EWSConstants
The Constant DNSSERVERADDRESS.
DnsSrvRecord - Class in microsoft.exchange.webservices.data.dns
Represents a DNS SRV Record.
DnsSrvRecord() - Constructor for class microsoft.exchange.webservices.data.dns.DnsSrvRecord
 
Domain - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Domain.
DOMAIN - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
DOMAIN - Static variable in class microsoft.exchange.webservices.data.EWSConstants
The Constant DOMAIN.
domainFromEmailAddress(String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Gets the domain name from an email address.
DomainRegex - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
Regular expression for legal domain names.
DomainResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DomainResponse.
DomainResponses - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DomainResponses.
Domains - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Domains.
DomainSetting - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DomainSetting.
DomainSettingError - Class in microsoft.exchange.webservices.data.autodiscover.exception.error
Represents an error from a GetDomainSettings request.
DomainSettingError() - Constructor for class microsoft.exchange.webservices.data.autodiscover.exception.error.DomainSettingError
Initializes a new instance of the DomainSettingError class.
DomainSettingError - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DomainSettingError.
DomainSettingErrors - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DomainSettingErrors.
DomainSettingName - Enum in microsoft.exchange.webservices.data.autodiscover.enumeration
Domain setting names.
DomainSettings - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DomainSettings.
DomainStringSetting - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DomainStringSetting.
doOnSerializeCustomSoapHeaders(XMLStreamWriter) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Calls the custom SOAP header serialisation event handlers, if defined.
DoublePropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents double-precision floating point property definition.
DoublePropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.DoublePropertyDefinition
Initializes a new instance of the "DoublePropertyDefinition" class.
DueDate - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the DueDate property.
DueDate - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant DueDate.
Duration - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant Duration.
Duration - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the Duration property.
Duration - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Duration.
duration() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Returns a TimeSpan whose value is the absolute value of this TimeSpan.

E

EcpUrl - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EcpUrl.
EcpUrl_aggr - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EcpUrl_aggr.
EcpUrl_mt - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EcpUrl_mt.
EcpUrl_publish - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EcpUrl_publish.
EcpUrl_ret - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EcpUrl_ret.
EcpUrl_sms - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EcpUrl_sms.
EcpUrl_um - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EcpUrl_um.
EditItems - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EditItems.
EditorBrowsable - Annotation Type in microsoft.exchange.webservices.data.attribute
The Interface EditorBrowsable.
EditorBrowsableState - Enum in microsoft.exchange.webservices.data.core.enumeration.attribute
The Enum EditorBrowsableState.
EffectiveRights - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Defines the effective user rights associated with an item or folder.
EffectiveRights - Static variable in class microsoft.exchange.webservices.data.core.service.schema.FolderSchema
Defines the EffectiveRights property.
EffectiveRights - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the EffectiveRights property.
EffectiveRights - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EffectiveRights.
EffectiveRightsPropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents effective rights property definition.
EffectiveRightsPropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.EffectiveRightsPropertyDefinition
Initializes a new instance of the EffectiveRightsPropertyDefinition.
Email - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Email.
EMAIL_ID - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
EmailAddress - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EmailAddress.
EmailAddress - Class in microsoft.exchange.webservices.data.property.complex
Represents an e-mail address.
EmailAddress() - Constructor for class microsoft.exchange.webservices.data.property.complex.EmailAddress
Initializes a new instance.
EmailAddress(String) - Constructor for class microsoft.exchange.webservices.data.property.complex.EmailAddress
Initializes a new instance.
EmailAddress(String, String) - Constructor for class microsoft.exchange.webservices.data.property.complex.EmailAddress
Initializes a new instance.
EmailAddress(String, String, String) - Constructor for class microsoft.exchange.webservices.data.property.complex.EmailAddress
Initializes a new instance.
EmailAddress(String, String, String, MailboxType) - Constructor for class microsoft.exchange.webservices.data.property.complex.EmailAddress
Initializes a new instance.
EmailAddress(String, String, String, MailboxType, ItemId) - Constructor for class microsoft.exchange.webservices.data.property.complex.EmailAddress
Initializes a new instance.
EmailAddress(EmailAddress) - Constructor for class microsoft.exchange.webservices.data.property.complex.EmailAddress
Initializes a new instance from another EmailAddress instance.
EmailAddress1 - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the EmailAddress1 property.
EmailAddress2 - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the EmailAddress2 property.
EmailAddress3 - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the EmailAddress3 property.
EmailAddressCollection - Class in microsoft.exchange.webservices.data.property.complex
Represents a collection of e-mail addresses.
EmailAddressCollection() - Constructor for class microsoft.exchange.webservices.data.property.complex.EmailAddressCollection
Initializes a new instance.
EmailAddressCollection(String) - Constructor for class microsoft.exchange.webservices.data.property.complex.EmailAddressCollection
Initializes a new instance of the EmailAddressCollection class.
EmailAddressDictionary - Class in microsoft.exchange.webservices.data.property.complex
Represents a dictionary of e-mail addresses.
EmailAddressDictionary() - Constructor for class microsoft.exchange.webservices.data.property.complex.EmailAddressDictionary
 
EmailAddressEntry - Class in microsoft.exchange.webservices.data.property.complex
Represents an entry of an EmailAddressDictionary.
EmailAddressEntry() - Constructor for class microsoft.exchange.webservices.data.property.complex.EmailAddressEntry
Initializes a new instance of the class.
EmailAddressEntry(EmailAddressKey, EmailAddress) - Constructor for class microsoft.exchange.webservices.data.property.complex.EmailAddressEntry
Initializes a new instance of the "EmailAddressEntry" class.
EmailAddresses - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the EmailAddresses property.
EmailAddresses - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EmailAddresses.
EmailAddressKey - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines e-mail address entries for a contact.
EmailMessage - Class in microsoft.exchange.webservices.data.core.service.item
Represents an e-mail message.
EmailMessage(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Initializes an unsaved local instance of EmailMessage.
EmailMessage(ItemAttachment) - Constructor for class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Initializes a new instance of the "EmailMessage" class.
EmailMessageSchema - Class in microsoft.exchange.webservices.data.core.service.schema
Represents the schema for e-mail messages.
EmailMessageSchema() - Constructor for class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Initializes a new instance.
emitExtraSoapHeaderNamespaceAliases(XMLStreamWriter) - Method in class microsoft.exchange.webservices.data.credential.ExchangeCredentials
Emit any extra necessary namespace aliases for the SOAP:header block.
emitExtraSoapHeaderNamespaceAliases(XMLStreamWriter) - Method in class microsoft.exchange.webservices.data.credential.WSSecurityBasedCredentials
Emit the extra namespace aliases used for WS-Security and WS-Addressing.
emitTimeZoneHeader() - Method in class microsoft.exchange.webservices.data.core.request.CreateAttachmentRequest
Gets a value indicating whether the TimeZoneContext SOAP header should be emitted.
empty(DeleteMode, boolean) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Empties the folder.
emptyFolder(FolderId, DeleteMode, boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Empties a folder.
EmptyFolder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EmptyFolder.
EmptyFolderRequest - Class in microsoft.exchange.webservices.data.core.request
Represents an EmptyFolder request.
EmptyFolderRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.EmptyFolderRequest
Initializes a new instance of the EmptyFolderRequest class.
EmptyFolderResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EmptyFolderResponse.
EmptyFolderResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EmptyFolderResponseMessage.
enableAlwaysCategorizeItems(Iterable<String>, boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Sets up a conversation so that any item received within that conversation is always categorized.
enableAlwaysCategorizeItemsInConversations(Iterable<ConversationId>, Iterable<String>, boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Sets up a conversation so that any item received within that conversation is always categorized.
EnableAlwaysDelete - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EnableAlwaysDelete.
enableAlwaysDeleteItems(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Sets up a conversation so that any item received within that conversation is always moved to Deleted Items folder.
enableAlwaysDeleteItemsInConversations(Iterable<ConversationId>, boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Sets up a conversation so that any item received within that conversation is always moved to Deleted Items folder.
enableAlwaysMoveItems(FolderId, boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Sets up a conversation so that any item received within that conversation is always moved to a specific folder.
enableAlwaysMoveItemsInConversations(Iterable<ConversationId>, FolderId, boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Sets up a conversation so that any item received within that conversation is always moved to a specific folder.
EncryptionMethod - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EncryptionMethod.
End - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant End.
End - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the End property.
End - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant End.
EndDate - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant EndDate.
EndDate - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EndDate.
EndDateRecurrence - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EndDateRecurrence.
EndDateRecurrenceRange - Class in microsoft.exchange.webservices.data.property.complex.recurrence.range
Represents recurrent range with an end date.
EndDateRecurrenceRange() - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.range.EndDateRecurrenceRange
Initializes a new instance.
EndDateRecurrenceRange(Date, Date) - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.range.EndDateRecurrenceRange
Initializes a new instance.
EndDateTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EndDateTime.
endExecute(IAsyncResult) - Method in class microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest
Ends executing this async request.
endGetEvents(IAsyncResult) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Ends an asynchronous request to retrieve the latest events associated with a pull subscription.
endGetEvents(IAsyncResult) - Method in class microsoft.exchange.webservices.data.notification.PullSubscription
Ends an asynchronous request to obtain a collection of events that occurred on the subscribed folder since the point in time defined by the Watermark property.
endInternalExecute(IAsyncResult) - Method in class microsoft.exchange.webservices.data.core.request.SimpleServiceRequestBase
Ends executing this async request.
endSubscribeToPullNotifications(IAsyncResult) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Ends an asynchronous request to subscribe to pull notification in the authenticated user's mailbox.
endSubscribeToPushNotifications(IAsyncResult) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Ends an asynchronous request to subscribe to push notification in the authenticated user's mailbox.
endSubscribeToStreamingNotifications(IAsyncResult) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Ends an asynchronous request to subscribe to push notification in the authenticated user's mailbox.
endSyncFolderHierarchy(IAsyncResult) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Ends an asynchronous request to synchronize the specified folder hierarchy of the mailbox this Service is connected to.
endSyncFolderItems(IAsyncResult) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Ends an asynchronous request to synchronize the item of a specific folder.
EndTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EndTime.
EndTimeInMinutes - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EndTimeInMinutes.
EndTimeZone - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant EndTimeZone.
EndTimeZone - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the EndTimeZone property.
EndTimeZone - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EndTimeZone.
endUnsubscribe(IAsyncResult) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Ends an asynchronous request to unsubscribe from a subscription.
endUnsubscribe(IAsyncResult) - Method in class microsoft.exchange.webservices.data.notification.PullSubscription
Ends an asynchronous request to unsubscribe from the pull subscription.
endUnsubscribe(IAsyncResult) - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscription
Ends an asynchronous request to unsubscribe from the streaming subscription.
ensureCurrentNodeIsEndElement(XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Ensures the current node is start element.
ensureCurrentNodeIsStartElement(XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Ensures the current node is start element.
ensureCurrentNodeIsStartElement() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Ensures the current node is start element.
Entry - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Entry.
ENUM_TO_SCHEMA_DICTIONARIES - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
Dictionary of enum type to enum-value-to-schema-name maps.
equals(Object) - Method in class microsoft.exchange.webservices.data.core.EwsSSLProtocolSocketFactory
 
equals(Object) - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class microsoft.exchange.webservices.data.property.complex.ExtendedProperty
Determines whether the specified is equal to the current true if the specified is equal to the current
equals(Object) - Method in class microsoft.exchange.webservices.data.property.complex.FolderId
Determines whether the specified is equal to the current.
equals(Object) - Method in class microsoft.exchange.webservices.data.property.complex.Mailbox
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class microsoft.exchange.webservices.data.property.complex.ServiceId
Determines whether the specified instance is equal to the current instance.
equals(Object) - Method in class microsoft.exchange.webservices.data.property.complex.StringList
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Determines whether two specified instances of ExtendedPropertyDefinition are equal.
equals(Object) - Method in class microsoft.exchange.webservices.data.property.definition.IndexedPropertyDefinition
Determines whether a given indexed property definition is equal to this indexed property definition.
equals(Object) - Method in class microsoft.exchange.webservices.data.security.XmlNodeType
Indicates whether some other object is "equal to" this one.
Error - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Error.
ErrorCode - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ErrorCode.
ErrorMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ErrorMessage.
ErrorSubscriptionIds - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ErrorSubscriptionIds.
events - Variable in class microsoft.exchange.webservices.data.notification.GetStreamingEventsResults.NotificationGroup
Events in the response associated with the subscription id.
EventType - Enum in microsoft.exchange.webservices.data.core.enumeration.notification
Defines the types of event that can occur in a folder.
EventType - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EventType.
EventTypes - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EventTypes.
EWS_PROP_FILE - Static variable in class microsoft.exchange.webservices.data.EWSConstants
The Constant EWS_PROP_FILE.
ewsAssert(boolean, String, String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Asserts that the specified condition if true.
EWSConstants - Class in microsoft.exchange.webservices.data
Class that holds all constants.
EWSConstants() - Constructor for class microsoft.exchange.webservices.data.EWSConstants
 
EwsEnum - Annotation Type in microsoft.exchange.webservices.data.attribute
The Interface EwsEnum.
EwsErrorCodeElementName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EwsErrorCodeElementName.
EwsErrorsNamespace - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant EwsErrorsNamespace.
EwsErrorsNamespacePrefix - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant EwsErrorsNamespacePrefix.
EwsExceptionTypeElementName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EwsExceptionTypeElementName.
EWSHttpException - Exception in microsoft.exchange.webservices.data.core.exception.http
The Class EWSHttpException.
EWSHttpException() - Constructor for exception microsoft.exchange.webservices.data.core.exception.http.EWSHttpException
Instantiates a new EWS http exception.
EWSHttpException(String, Throwable) - Constructor for exception microsoft.exchange.webservices.data.core.exception.http.EWSHttpException
Instantiates a new EWS http exception.
EWSHttpException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.http.EWSHttpException
Instantiates a new EWS http exception.
EWSHttpException(Throwable) - Constructor for exception microsoft.exchange.webservices.data.core.exception.http.EWSHttpException
Instantiates a new EWS http exception.
EwsLineElementName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EwsLineElementName.
EwsMessageElementName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EwsMessageElementName.
EwsMessagesNamespace - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant EwsMessagesNamespace.
EwsMessagesNamespacePrefix - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant EwsMessagesNamespacePrefix.
EwsPositionElementName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EwsPositionElementName.
EwsResponseCodeElementName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EwsResponseCodeElementName.
EwsServiceMultiResponseXmlReader - Class in microsoft.exchange.webservices.data.core
Represents an xml reader used by the ExchangeService to parse multi-response streams, such as GetStreamingEvents.
EwsServiceXmlReader - Class in microsoft.exchange.webservices.data.core
XML reader.
EwsServiceXmlReader(InputStream, ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.EwsServiceXmlReader
Initializes a new instance of the EwsXmlReader class.
EwsServiceXmlWriter - Class in microsoft.exchange.webservices.data.core
Stax based XML Writer implementation.
EwsServiceXmlWriter(ExchangeServiceBase, OutputStream) - Constructor for class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Initializes a new instance.
EwsSoap12Namespace - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant EwsSoap12Namespace.
EwsSoapNamespace - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant EwsSoapNamespace.
EwsSoapNamespacePrefix - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant EwsSoapNamespacePrefix.
EwsSSLProtocolSocketFactory - Class in microsoft.exchange.webservices.data.core
EwsSSLProtocolSocketFactory can be used to create SSL Sockets that accept self-signed certificates.
EwsSSLProtocolSocketFactory(SSLContext, HostnameVerifier) - Constructor for class microsoft.exchange.webservices.data.core.EwsSSLProtocolSocketFactory
Constructor for EasySSLProtocolSocketFactory.
EwsTraceListener - Class in microsoft.exchange.webservices.data.misc
EwsTraceListener logs request/response.
EwsTraceListener() - Constructor for class microsoft.exchange.webservices.data.misc.EwsTraceListener
 
EwsTypesNamespace - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant EwsTypesNamespace.
EwsTypesNamespacePrefix - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant EwsTypesNamespacePrefix.
EWSUrl - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant EWSUrl.
EwsUtilities - Class in microsoft.exchange.webservices.data.core
EWS utilities.
EwsXmlReader - Class in microsoft.exchange.webservices.data.core
Defines the EwsXmlReader class.
EwsXmlReader(InputStream) - Constructor for class microsoft.exchange.webservices.data.core.EwsXmlReader
Initializes a new instance of the EwsXmlReader class.
EwsXmlSchemaInstanceNamespace - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant EwsXmlSchemaInstanceNamespace.
EwsXmlSchemaInstanceNamespacePrefix - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant EwsXmlSchemaInstanceNamespacePrefix.
Exceptions - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Exceptions.
ExchangeCredentials - Class in microsoft.exchange.webservices.data.credential
Base class of Exchange credential types.
ExchangeCredentials() - Constructor for class microsoft.exchange.webservices.data.credential.ExchangeCredentials
 
ExchangeImpersonation - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ExchangeImpersonation.
ExchangeRpcUrl - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ExchangeRpcUrl.
ExchangeServerInfo - Class in microsoft.exchange.webservices.data.core
Represents Exchange server information.
ExchangeServerInfo() - Constructor for class microsoft.exchange.webservices.data.core.ExchangeServerInfo
Instantiates a new exchange server info.
ExchangeService - Class in microsoft.exchange.webservices.data.core
Represents a binding to the Exchange Web Services.
ExchangeService() - Constructor for class microsoft.exchange.webservices.data.core.ExchangeService
Initializes a new instance of the class, targeting the specified version of EWS and scoped to the to the system's current time zone.
ExchangeService(ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.core.ExchangeService
Initializes a new instance of the class, targeting the specified version of EWS and scoped to the system's current time zone.
ExchangeServiceBase - Class in microsoft.exchange.webservices.data.core
Represents an abstract binding to an Exchange Service.
ExchangeServiceBase() - Constructor for class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Initializes a new instance.
ExchangeServiceBase(ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.core.ExchangeServiceBase
 
ExchangeServiceBase(ExchangeServiceBase, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.core.ExchangeServiceBase
 
ExchangeVersion - Enum in microsoft.exchange.webservices.data.core.enumeration.misc
Defines the each available Exchange release version.
ExcludeConflicts - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ExcludeConflicts.
Excludes - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Excludes.
ExcludesBitmask() - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.ExcludesBitmask
Initializes a new instance of the class.
ExcludesBitmask(PropertyDefinitionBase, int) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.ExcludesBitmask
Initializes a new instance of the class.
execute() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetDomainSettingsRequest
Executes this instance.
execute() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
Executes this instance.
execute() - Method in class microsoft.exchange.webservices.data.core.request.DisconnectPhoneCallRequest
Executes this request.
execute() - Method in class microsoft.exchange.webservices.data.core.request.FindConversationRequest
Executes this request.
execute() - Method in class microsoft.exchange.webservices.data.core.request.GetInboxRulesRequest
Executes this request.
execute() - Method in class microsoft.exchange.webservices.data.core.request.GetPasswordExpirationDateRequest
Executes this request.
execute() - Method in class microsoft.exchange.webservices.data.core.request.GetPhoneCallRequest
Executes this request.
execute() - Method in class microsoft.exchange.webservices.data.core.request.GetRoomListsRequest
Executes this request.
execute() - Method in class microsoft.exchange.webservices.data.core.request.GetRoomsRequest
Executes this request.
execute() - Method in class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Executes this request.
execute() - Method in class microsoft.exchange.webservices.data.core.request.GetUserOofSettingsRequest
Executes this request.
execute() - Method in class microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest
Executes this request.
execute() - Method in class microsoft.exchange.webservices.data.core.request.PlayOnPhoneRequest
Executes this request.
execute() - Method in class microsoft.exchange.webservices.data.core.request.SetUserOofSettingsRequest
Executes this request.
execute() - Method in class microsoft.exchange.webservices.data.core.request.UpdateInboxRulesRequest
Executes this request.
executeDiagnosticMethod(String, Node) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Executes the diagnostic method.
ExecuteDiagnosticMethod - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ExecuteDiagnosticMethod.
ExecuteDiagnosticMethodRequest - Class in microsoft.exchange.webservices.data.core.request
Defines the ExecuteDiagnosticMethodRequest class.
ExecuteDiagnosticMethodRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.ExecuteDiagnosticMethodRequest
Initializes a new instance of the ExecuteDiagnosticMethodRequest class.
ExecuteDiagnosticMethodResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a ExecuteDiagnosticMethod operation
ExecuteDiagnosticMethodResponse(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.response.ExecuteDiagnosticMethodResponse
Initializes a new instance of the ExecuteDiagnosticMethodResponse class.
ExecuteDiagnosticMethodResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ExecuteDiagnosticMethodResponse.
ExecuteDiagnosticMethodResponseMEssage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ExecuteDiagnosticMethodResponseMEssage.
executeMethod() - Method in class microsoft.exchange.webservices.data.misc.CallableMethod
 
executeRequest() - Method in class microsoft.exchange.webservices.data.core.request.HttpClientWebRequest
Executes Request by sending request xml data to server.
executeRequest() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Executes Request by sending request xml data to server.
Exists - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Exists.
Exists() - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.Exists
Initializes a new instance of the class.
Exists(PropertyDefinitionBase) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.Exists
Initializes a new instance of the class.
ExpandDL - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ExpandDL.
ExpandDLResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ExpandDLResponse.
ExpandDLResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ExpandDLResponseMessage.
expandGroup(EmailAddress) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Expands a group by retrieving a list of its members.
expandGroup(ItemId) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Expands a group by retrieving a list of its members.
expandGroup(String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Expands a group by retrieving a list of its members.
expandGroup(String, String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Expands a group by retrieving a list of its members.
ExpandGroupRequest - Class in microsoft.exchange.webservices.data.core.request
Represents an ExpandGroup request.
ExpandGroupRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.ExpandGroupRequest
Initializes a new instance of the class.
ExpandGroupResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a group expansion operation.
ExpandGroupResponse() - Constructor for class microsoft.exchange.webservices.data.core.response.ExpandGroupResponse
Initializes a new instance of the class.
ExpandGroupResults - Class in microsoft.exchange.webservices.data.misc
Represents the results of an ExpandGroup operation.
ExpandGroupResults() - Constructor for class microsoft.exchange.webservices.data.misc.ExpandGroupResults
Initializes a new instance of the class.
ExtendedFieldURI - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ExtendedFieldURI.
extendedProperties - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
Defines the ExtendedProperties property.
ExtendedProperty - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ExtendedProperty.
ExtendedProperty - Class in microsoft.exchange.webservices.data.property.complex
Represents an extended property.
ExtendedProperty() - Constructor for class microsoft.exchange.webservices.data.property.complex.ExtendedProperty
Initializes a new instance.
ExtendedProperty(ExtendedPropertyDefinition) - Constructor for class microsoft.exchange.webservices.data.property.complex.ExtendedProperty
Initializes a new instance.
ExtendedPropertyCollection - Class in microsoft.exchange.webservices.data.property.complex
Represents a collection of extended property.
ExtendedPropertyCollection() - Constructor for class microsoft.exchange.webservices.data.property.complex.ExtendedPropertyCollection
 
ExtendedPropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents the definition of an extended property.
ExtendedPropertyDefinition() - Constructor for class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Initializes a new instance.
ExtendedPropertyDefinition(MapiPropertyType) - Constructor for class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Initializes a new instance.
ExtendedPropertyDefinition(int, MapiPropertyType) - Constructor for class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Initializes a new instance.
ExtendedPropertyDefinition(DefaultExtendedPropertySet, String, MapiPropertyType) - Constructor for class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Initializes a new instance.
ExtendedPropertyDefinition(DefaultExtendedPropertySet, int, MapiPropertyType) - Constructor for class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Initializes a new instance.
ExtendedPropertyDefinition(UUID, String, MapiPropertyType) - Constructor for class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Initializes a new instance.
ExtendedPropertyDefinition(UUID, int, MapiPropertyType) - Constructor for class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Initializes a new instance.
External - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant External.
ExternalAudience - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ExternalAudience.
ExternalReply - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ExternalReply.
extractServiceRequest(ExchangeService, Future<?>) - Static method in class microsoft.exchange.webservices.data.misc.AsyncRequestResult
 

F

factory - Static variable in class microsoft.exchange.webservices.data.security.SafeXmlFactory
 
FieldIndex - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant FieldIndex.
FieldOrder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FieldOrder.
FieldURI - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant FieldURI.
FieldURI - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FieldURI.
FieldURIOrConstant - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FieldURIOrConstant.
FieldValue - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FieldValue.
FileAs - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactGroupSchema
The Constant FileAs.
FileAs - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the FileAs property.
FileAs - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FileAs.
FileAsMapping - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Defines the way the FileAs property of a contact is automatically formatted.
FileAsMapping - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the FileAsMapping property.
FileAsMapping - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FileAsMapping.
FileAttachment - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FileAttachment.
FileAttachment - Class in microsoft.exchange.webservices.data.property.complex
Represents a file attachment.
FileAttachment(Item) - Constructor for class microsoft.exchange.webservices.data.property.complex.FileAttachment
Initializes a new instance.
FilterHtmlContent - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FilterHtmlContent.
FinalName - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant FinalName.
find(String) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
* Finds the member with the specified key in the collection.Members that have not yet been saved do not have a key.
find(String) - Method in class microsoft.exchange.webservices.data.property.complex.InternetMessageHeaderCollection
Find a specific header in the collection.
findAppointments(FolderId, CalendarView) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a list of appointments by searching the contents of a specific folder.
findAppointments(WellKnownFolderName, CalendarView) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a list of appointments by searching the contents of a specific folder.
findAppointments(CalendarView) - Method in class microsoft.exchange.webservices.data.core.service.folder.CalendarFolder
Obtains a list of appointments by searching the contents of this folder and performing recurrence expansion for recurring appointments.
findConversation(ConversationIndexedItemView, FolderId) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Retrieves a collection of all Conversations in the specified Folder.
FindConversation - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FindConversation.
FindConversationRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a request to a Find Conversation operation
FindConversationRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.FindConversationRequest
 
FindConversationResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a Conversation search operation.
FindConversationResponse() - Constructor for class microsoft.exchange.webservices.data.core.response.FindConversationResponse
Initializes a new instance of the FindConversationResponse class.
FindConversationResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FindConversationResponse.
FindConversationResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FindConversationResponseMessage.
findFirstItemOfType(Class<TItem>, Iterable<Item>) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Finds the first item of type TItem (not a descendant type) in the specified collection.
FindFolder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FindFolder.
FindFolderRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a FindFolder request.
FindFolderRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.FindFolderRequest
Initializes a new instance of the FindFolderRequest class.
FindFolderResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a folder search operation.
FindFolderResponse(PropertySet) - Constructor for class microsoft.exchange.webservices.data.core.response.FindFolderResponse
Initializes a new instance of the FindFolderResponse class.
FindFolderResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FindFolderResponse.
FindFolderResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FindFolderResponseMessage.
findFolders(FolderId, SearchFilter, FolderView) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a list of folder by searching the sub-folder of the specified folder.
findFolders(FolderId, FolderView) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a list of folder by searching the sub-folder of the specified folder.
findFolders(WellKnownFolderName, SearchFilter, FolderView) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a list of folder by searching the sub-folder of the specified folder.
findFolders(WellKnownFolderName, FolderView) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a list of folder by searching the sub-folder of the specified folder.
findFolders(FolderView) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Obtains a list of folder by searching the sub-folder of this folder.
findFolders(SearchFilter, FolderView) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Obtains a list of folder by searching the sub-folder of this folder.
FindFoldersResults - Class in microsoft.exchange.webservices.data.search
Represents the results of a folder search operation.
FindFoldersResults() - Constructor for class microsoft.exchange.webservices.data.search.FindFoldersResults
Initializes a new instance of the class.
FindItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FindItem.
FindItemRequest<TItem extends Item> - Class in microsoft.exchange.webservices.data.core.request
Represents a FindItem request.
FindItemRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.FindItemRequest
Initializes a new instance of the FindItemRequest class.
FindItemResponse<TItem extends Item> - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a item search operation.
FindItemResponse(boolean, PropertySet) - Constructor for class microsoft.exchange.webservices.data.core.response.FindItemResponse
Initializes a new instance of the FindItemResponse class.
FindItemResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FindItemResponse.
FindItemResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FindItemResponseMessage.
findItems(Iterable<FolderId>, SearchFilter, String, ViewBase, Grouping, ServiceErrorHandling) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Finds item.
findItems(FolderId, String, ItemView) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a list of item by searching the contents of a specific folder.
findItems(FolderId, SearchFilter, ItemView) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a list of item by searching the contents of a specific folder.
findItems(FolderId, ItemView) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a list of item by searching the contents of a specific folder.
findItems(WellKnownFolderName, String, ItemView) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a list of item by searching the contents of a specific folder.
findItems(WellKnownFolderName, SearchFilter, ItemView) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a list of item by searching the contents of a specific folder.
findItems(WellKnownFolderName, ItemView) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a list of item by searching the contents of a specific folder.
findItems(FolderId, String, ItemView, Grouping) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a grouped list of item by searching the contents of a specific folder.
findItems(FolderId, SearchFilter, ItemView, Grouping) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a grouped list of item by searching the contents of a specific folder.
findItems(FolderId, ItemView, Grouping) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a grouped list of item by searching the contents of a specific folder.
findItems(Class<TItem>, FolderId, SearchFilter, ViewBase, Grouping) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a grouped list of item by searching the contents of a specific folder.
findItems(WellKnownFolderName, String, ItemView, Grouping) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a grouped list of item by searching the contents of a specific folder.
findItems(WellKnownFolderName, SearchFilter, ItemView, Grouping) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Obtains a grouped list of item by searching the contents of a specific folder.
findItems(SearchFilter, ItemView) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Find item.
findItems(String, ItemView) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Find item.
findItems(ItemView) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Find item.
findItems(SearchFilter, ItemView, Grouping) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Find item.
findItems(String, ItemView, Grouping) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Find item.
findItems(ItemView, Grouping) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Obtains a grouped list of item by searching the contents of this folder.
FindItemsResults<TItem extends Item> - Class in microsoft.exchange.webservices.data.search
Represents the results of an item search operation.
FindItemsResults() - Constructor for class microsoft.exchange.webservices.data.search.FindItemsResults
Initializes a new instance of the FindItemsResults class.
findPropertyDefinition(String) - Static method in class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
Finds the property definition.
FirstClassProperties - Static variable in class microsoft.exchange.webservices.data.core.PropertySet
The Constant FirstClassProperties.
FirstDayOfWeek - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FirstDayOfWeek.
FirstName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FirstName.
FirstOccurrence - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant FirstOccurrence.
FirstOccurrence - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the FirstOccurrence property.
FirstOccurrence - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FirstOccurrence.
FlaggedForAction - Enum in microsoft.exchange.webservices.data.core.enumeration.misc
Defines the follow-up actions that may be stamped on a message.
FlaggedForAction - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FlaggedForAction.
FlagMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FlagMessage.
Flags - Annotation Type in microsoft.exchange.webservices.data.attribute
The Interface Flags.
FlagStatus - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the FlagStatus property.
FlagStatus - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FlagStatus.
flush() - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Flushes this instance.
Folder - Class in microsoft.exchange.webservices.data.core.service.folder
Represents a generic folder.
Folder(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.folder.Folder
Initializes an unsaved local instance of Folder.
Folder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Folder.
FolderChange - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FolderChange.
FolderChange - Class in microsoft.exchange.webservices.data.sync
Represents a change on a folder as returned by a synchronization operation.
FolderChange() - Constructor for class microsoft.exchange.webservices.data.sync.FolderChange
Initializes a new instance of FolderChange.
FolderChanges - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FolderChanges.
FolderClass - Static variable in class microsoft.exchange.webservices.data.core.service.schema.FolderSchema
Defines the FolderClass property.
FolderClass - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FolderClass.
FolderEvent - Class in microsoft.exchange.webservices.data.notification
Represents an event that applies to a folder.
FolderEvent(EventType, Date) - Constructor for class microsoft.exchange.webservices.data.notification.FolderEvent
Initializes a new instance.
FolderId - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant FolderId.
FolderId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FolderId.
FolderId - Class in microsoft.exchange.webservices.data.property.complex
Represents the Id of a folder.
FolderId() - Constructor for class microsoft.exchange.webservices.data.property.complex.FolderId
Initializes a new instance.
FolderId(String) - Constructor for class microsoft.exchange.webservices.data.property.complex.FolderId
Initializes a new instance.Use this constructor to link this FolderId to an existing folder that you have the unique Id of.
FolderId(WellKnownFolderName) - Constructor for class microsoft.exchange.webservices.data.property.complex.FolderId
Initializes a new instance.Use this constructor to link this FolderId to a well known folder (e.g.
FolderId(WellKnownFolderName, Mailbox) - Constructor for class microsoft.exchange.webservices.data.property.complex.FolderId
Initializes a new instance.Use this constructor to link this FolderId to a well known folder (e.g.
FolderIdCollection - Class in microsoft.exchange.webservices.data.property.complex
Represents a collection of folder Ids.
FolderIdCollection() - Constructor for class microsoft.exchange.webservices.data.property.complex.FolderIdCollection
Initializes a new instance of the class.
FolderIds - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FolderIds.
FolderIdWrapper - Class in microsoft.exchange.webservices.data.misc
Represents a folder Id provided by a FolderId object.
FolderIdWrapper(FolderId) - Constructor for class microsoft.exchange.webservices.data.misc.FolderIdWrapper
Initializes a new instance of FolderIdWrapper.
FolderIdWrapperList - Class in microsoft.exchange.webservices.data.misc
Represents a list a abstracted folder Ids.
FolderIdWrapperList() - Constructor for class microsoft.exchange.webservices.data.misc.FolderIdWrapperList
 
FolderPermission - Class in microsoft.exchange.webservices.data.property.complex
Represents a permission on a folder.
FolderPermission() - Constructor for class microsoft.exchange.webservices.data.property.complex.FolderPermission
Initializes a new instance of the FolderPermission class.
FolderPermission(UserId, FolderPermissionLevel) - Constructor for class microsoft.exchange.webservices.data.property.complex.FolderPermission
Initializes a new instance of the FolderPermission class.
FolderPermission(String, FolderPermissionLevel) - Constructor for class microsoft.exchange.webservices.data.property.complex.FolderPermission
Initializes a new instance of the FolderPermission class.
FolderPermission(StandardUser, FolderPermissionLevel) - Constructor for class microsoft.exchange.webservices.data.property.complex.FolderPermission
Initializes a new instance of the FolderPermission class.
FolderPermissionCollection - Class in microsoft.exchange.webservices.data.property.complex
Represents a collection of folder permissions.
FolderPermissionCollection(Folder) - Constructor for class microsoft.exchange.webservices.data.property.complex.FolderPermissionCollection
Initializes a new instance of the FolderPermissionCollection class.
FolderPermissionLevel - Enum in microsoft.exchange.webservices.data.core.enumeration.permission.folder
Defines permission levels for calendar folder.
FolderPermissionReadAccess - Enum in microsoft.exchange.webservices.data.core.enumeration.permission.folder
Defines a user's read access permission on item in a non-calendar folder.
Folders - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Folders.
FolderSchema - Class in microsoft.exchange.webservices.data.core.service.schema
Represents the schema for folder.
FolderSchema() - Constructor for class microsoft.exchange.webservices.data.core.service.schema.FolderSchema
 
FolderShape - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FolderShape.
FolderSize - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FolderSize.
FolderTraversal - Enum in microsoft.exchange.webservices.data.core.enumeration.search
Defines the scope of FindFolders operations.
FolderView - Class in microsoft.exchange.webservices.data.search
Represents the view settings in a folder search operation.
FolderView(int) - Constructor for class microsoft.exchange.webservices.data.search.FolderView
Initializes a new instance of the FolderView class.
FolderView(int, int) - Constructor for class microsoft.exchange.webservices.data.search.FolderView
Initializes a new instance of the FolderView class.
FolderView(int, int, OffsetBasePoint) - Constructor for class microsoft.exchange.webservices.data.search.FolderView
Initializes a new instance of the FolderView class.
forEach(Iterable<T>, IAction<T>) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Call an action for each member of a collection.
Format - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Format.
FormatException - Exception in microsoft.exchange.webservices.data.core.exception.misc
The Class FormatException.
FormatException() - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.FormatException
Instantiates a new format exception.
FormatException(String, Throwable) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.FormatException
Instantiates a new format exception.
FormatException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.FormatException
Instantiates a new format exception.
FormatException(Throwable) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.FormatException
Instantiates a new format exception.
formatField(String, T) - Method in class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Formats the field.
formatHttpRequestHeaders(HttpWebRequest) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Format request HTTP headers.
formatHttpResponseHeaders(HttpWebRequest) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Format http response headers.
formatLogMessage(String, String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
.
formatLogMessageWithXmlContent(String, ByteArrayOutputStream) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Format XML content in a MemoryStream for message.
forward(MessageBody, EmailAddress...) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Forwards the appointment.
forward(MessageBody, Iterable<EmailAddress>) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Forwards the appointment.
forward(MessageBody, EmailAddress...) - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Forwards the message.
forward(MessageBody, Iterable<EmailAddress>) - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Forwards the message.
forward(MessageBody, EmailAddress...) - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Forwards the post item.
forward(MessageBody, Iterable<EmailAddress>) - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Forwards the post item.
ForwardAsAttachmentToRecipients - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ForwardAsAttachmentToRecipients.
ForwardItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ForwardItem.
ForwardToRecipients - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ForwardToRecipients.
FractionalPageFolderView - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FractionalPageFolderView.
FractionalPageItemView - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FractionalPageItemView.
FreeBusyChangedEvent - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FreeBusyChangedEvent.
FreeBusyResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FreeBusyResponse.
FreeBusyResponseArray - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FreeBusyResponseArray.
FreeBusyView - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FreeBusyView.
FreeBusyViewOptions - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FreeBusyViewOptions.
FreeBusyViewType - Enum in microsoft.exchange.webservices.data.core.enumeration.availability
Defines the type of free/busy information returned by a GetUserAvailability operation.
FreeBusyViewType - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FreeBusyViewType.
From - Static variable in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Defines the From property.
From - Static variable in class microsoft.exchange.webservices.data.core.service.schema.PostItemSchema
Defines the From property.
From - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant From.
FromAddresses - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FromAddresses.
FromConnectedAccounts - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FromConnectedAccounts.
FullName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant FullName.
func(List, List, ExchangeVersion, URI) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
 
func(T) - Method in interface microsoft.exchange.webservices.data.autodiscover.IFunc
Func.
func() - Method in interface microsoft.exchange.webservices.data.autodiscover.IFuncDelegate
Func.
func(T1, T2, ExchangeVersion, URI) - Method in interface microsoft.exchange.webservices.data.autodiscover.IFunctionDelegate
Func.
func(T) - Method in interface microsoft.exchange.webservices.data.misc.IFunction
Func.
func(String) - Method in class microsoft.exchange.webservices.data.misc.IFunctions.Base64Decoder
 
func(Object) - Method in class microsoft.exchange.webservices.data.misc.IFunctions.Base64Encoder
 
func(Object) - Method in class microsoft.exchange.webservices.data.misc.IFunctions.DateTimeToXSDateTime
 
func(String) - Method in class microsoft.exchange.webservices.data.misc.IFunctions.StringToObject
 
func(String) - Method in class microsoft.exchange.webservices.data.misc.IFunctions.ToBoolean
 
func(Object) - Method in class microsoft.exchange.webservices.data.misc.IFunctions.ToLowerCase
 
func(Object) - Method in class microsoft.exchange.webservices.data.misc.IFunctions.ToString
 
func(String) - Method in class microsoft.exchange.webservices.data.misc.IFunctions.ToUUID
 
func(T1) - Method in interface microsoft.exchange.webservices.data.property.complex.ComplexFunctionDelegate
 
func(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
 

G

Generation - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the Generation property.
Generation - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Generation.
GenericItemAttachment<TItem extends Item> - Class in microsoft.exchange.webservices.data.property.complex
Represents a strongly typed item attachment.
GenericItemAttachment(Item) - Constructor for class microsoft.exchange.webservices.data.property.complex.GenericItemAttachment
Initializes a new instance of the GenericItemAttachment class.
GenericPropertyDefinition<TPropertyValue extends Serializable> - Class in microsoft.exchange.webservices.data.property.definition
Represents generic property definition.
GenericPropertyDefinition(Class<TPropertyValue>, String, String, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.GenericPropertyDefinition
Initializes a new instance of the "GenericPropertyDefinition<T>" class.
GenericPropertyDefinition(Class<TPropertyValue>, String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.GenericPropertyDefinition
Initializes a new instance of the "GenericPropertyDefinition<T>" class.
GenericPropertyDefinition(Class<TPropertyValue>, String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion, boolean) - Constructor for class microsoft.exchange.webservices.data.property.definition.GenericPropertyDefinition
Initializes a new instance of the GenericPropertyDefinition class.
get(long, TimeUnit) - Method in class microsoft.exchange.webservices.data.misc.AsyncRequestResult
 
get() - Method in class microsoft.exchange.webservices.data.misc.AsyncRequestResult
 
Get(String) - Method in class microsoft.exchange.webservices.data.security.XmlNameTable
When overridden in a derived class, gets the atomized String containing the same value as the specified String.
Get(char[], int, int) - Method in class microsoft.exchange.webservices.data.security.XmlNameTable
When overridden in a derived class, gets the atomized String containing the same characters as the specified range of characters in the given array.
getAbsoluteDate() - Method in class microsoft.exchange.webservices.data.property.complex.TimeChange
Gets the absolute date.
getAccept() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the accept.
getAcceptGzipEncoding() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Gets a value indicating whether GZip compression encoding should be accepted.
getAccountUnlockUrl() - Method in exception microsoft.exchange.webservices.data.core.exception.service.remote.AccountIsLockedException
Gets the URL of a web page where the user can navigate to unlock his or her account.
getAction() - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
Gets conversation action
getActions() - Method in class microsoft.exchange.webservices.data.property.complex.Rule
Gets the actions that should be executed against incoming messages if the conditions evaluate as true.
getActualWork() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets the actual amount of time that is spent on the task.
getAddedItems() - Method in class microsoft.exchange.webservices.data.core.SimplePropertyBag
Gets the added item.
getAddedItems() - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Gets the added item.
getAdditionalProperties() - Method in class microsoft.exchange.webservices.data.core.request.GetAttachmentRequest
Gets the additional property.
getAddress() - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddress
Gets the actual address associated with the e-mail address.
getAddress() - Method in class microsoft.exchange.webservices.data.property.complex.Mailbox
Gets the address.
getAddressInformation() - Method in class microsoft.exchange.webservices.data.property.complex.GroupMember
Gets the address information of the member.
getAdjacentMeetingCount() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the number of calendar entries that are adjacent to this appointment in the authenticated user's calendar.
getAdjacentMeetingCount() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the number of calendar entries that are adjacent to this appointment in the authenticated user's calendar.
getAdjacentMeetings() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a list of meetings that conflict with this appointment in the authenticated user's calendar.
getAdjacentMeetings() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a list of meetings that are adjacent with this appointment in the authenticated user's calendar.
getAggregateOn() - Method in class microsoft.exchange.webservices.data.search.Grouping
Gets the property to aggregateOn.
getAggregateType() - Method in class microsoft.exchange.webservices.data.search.Grouping
Gets the types of aggregate to calculate.
getAlias() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the Alias from the directory
getAllEvents() - Method in class microsoft.exchange.webservices.data.notification.GetEventsResults
Gets the collection of all events.
getAllowedResponseActions() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a value indicating which response actions are allowed on this item.
getAllowExternalOof() - Method in class microsoft.exchange.webservices.data.property.complex.availability.OofSettings
Gets a value indicating the authorized external OOF notification.
getAllowNewTimeProposal() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a value indicating whether new time proposals are allowed for attendees of this meeting.
getAllowNewTimeProposal() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a value indicating whether new time proposals are allowed for attendees of this meeting.
getAppointment() - Method in class microsoft.exchange.webservices.data.misc.CalendarActionResults
Gets the meeting that was accepted, tentatively accepted or declined.
getAppointmentReplyTime() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the time when the attendee replied to the meeting request.
getAppointmentReplyTime() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the time when the attendee replied to the meeting request.
getAppointmentSequenceNumber() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the sequence number of this appointment.
getAppointmentSequenceNumber() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the sequence number of this appointment.
getAppointmentState() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the state of this appointment.
getAppointmentState() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the state of this appointment.
getAppointmentType() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a value indicating the type of this appointment.
getAppointmentType() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a value indicating the type of this appointment.
getAssignCategories() - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
Gets the categories that should be stamped on incoming messages.
getAssignedTime() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets the date and time the task was assigned.
getAssistantName() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the contact's assistant name.
getAssociatedAppointmentId() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingMessage
Gets the associated appointment ID.
getAssociatedInternalProperties() - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinition
Gets a list of associated internal property.
getAsyncCallback() - Method in class microsoft.exchange.webservices.data.core.WebAsyncCallStateAnchor
 
getAsyncState() - Method in class microsoft.exchange.webservices.data.core.WebAsyncCallStateAnchor
 
getAsyncState() - Method in class microsoft.exchange.webservices.data.misc.AsyncRequestResult
 
getAsyncState() - Method in interface microsoft.exchange.webservices.data.misc.IAsyncResult
 
getAsyncWaitHanle() - Method in class microsoft.exchange.webservices.data.misc.AsyncRequestResult
 
getAsyncWaitHanle() - Method in interface microsoft.exchange.webservices.data.misc.IAsyncResult
 
getAttachment(Attachment, BodyType, Iterable<PropertyDefinitionBase>) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Gets the attachment.
getAttachment() - Method in class microsoft.exchange.webservices.data.core.response.CreateAttachmentResponse
Gets the attachment that was created.
getAttachment() - Method in class microsoft.exchange.webservices.data.core.response.DeleteAttachmentResponse
Gets the attachment that was deleted.
getAttachment() - Method in class microsoft.exchange.webservices.data.core.response.GetAttachmentResponse
Gets the attachment that was retrieved.
GetAttachment - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetAttachment.
GetAttachmentRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a GetAttachment request.
GetAttachmentRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.GetAttachmentRequest
Initializes a new instance of the GetAttachmentRequest class.
GetAttachmentResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to an individual attachment retrieval request.
GetAttachmentResponse(Attachment) - Constructor for class microsoft.exchange.webservices.data.core.response.GetAttachmentResponse
Initializes a new instance of the GetAttachmentResponse class.
GetAttachmentResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetAttachmentResponse.
GetAttachmentResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetAttachmentResponseMessage.
getAttachments(Attachment[], BodyType, Iterable<PropertyDefinitionBase>) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Gets attachments.
getAttachments() - Method in class microsoft.exchange.webservices.data.core.request.CreateAttachmentRequest
Gets the attachments.
getAttachments() - Method in class microsoft.exchange.webservices.data.core.request.DeleteAttachmentRequest
Gets the attachments.
getAttachments() - Method in class microsoft.exchange.webservices.data.core.request.GetAttachmentRequest
Gets the attachments.
getAttachments() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a list of the attachments to this item.
getAttachments() - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage
Gets a list of attachments to this response.
getAttendeeInfoFromString(String) - Static method in class microsoft.exchange.webservices.data.misc.availability.AttendeeInfo
Defines an implicit conversion between a string representing an SMTP address and AttendeeInfo.
getAttendees() - Method in class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Gets the attendees.
getAttendeesAvailability() - Method in class microsoft.exchange.webservices.data.misc.availability.GetUserAvailabilityResults
Gets a collection of AttendeeAvailability objects representing availability information for each of the specified attendees.
getAttendeeType() - Method in class microsoft.exchange.webservices.data.misc.availability.AttendeeInfo
Gets the type of this attendee.
getAuthenticationMethods() - Method in class microsoft.exchange.webservices.data.autodiscover.WebClientUrl
Gets the authentication methods.
getAutodiscoverServiceHosts(String, OutParam<Integer>) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Gets the list of autodiscover service hosts.
getAutodiscoverServiceUrls(String, OutParam<Integer>) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Gets the list of autodiscover service URLs.
getBaseOffset() - Method in class microsoft.exchange.webservices.data.property.complex.MeetingTimeZone
Gets the base offset of the time zone from the UTC time zone.
getBaseOffsetToUtc() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup.CustomTimeZoneCreateParams
Gets the base offset to UTC.
getBasePropertySet() - Method in class microsoft.exchange.webservices.data.core.PropertySet
Gets the base property set, the property set is based upon.
getBaseShapeValue() - Method in enum microsoft.exchange.webservices.data.core.enumeration.property.BasePropertySet
Gets the base shape value.
getBatchProcessingStopped() - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponse
Gets a value indicating whether a batch request stopped processing before the end.
getBccRecipients() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets the list of Bcc recipients for the e-mail message.
getBccRecipients() - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage
Gets a list of recipients this response will be sent to as Bcc.
getBccRecipients() - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseMessage
Gets a list of recipients the response will be sent to as Cc.
getBias() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZonePeriod
Gets the bias to UTC associated with this period.
getBillingInformation() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets the billing information of the task.
getBinaryData() - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Gets the binary data of the user configuration.
getBirthday() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the contact's assistant name.
getBitmask() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.ExcludesBitmask
Gets the bitmask to compare the property with.
getBody() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the body of this item.
getBody() - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage
Gets the body of the response.
getBody() - Method in class microsoft.exchange.webservices.data.core.service.response.CancelMeetingMessage
Gets the body of the response.
getBody() - Method in class microsoft.exchange.webservices.data.core.service.response.PostReply
Gets the body of the post reply.
getBody() - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseMessage
Gets the body of the response.
getBodyPrefix() - Method in class microsoft.exchange.webservices.data.core.service.response.PostReply
Gets the body prefix that should be prepended to the original post item's body.
getBodyPrefix() - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseMessage
Gets the body prefix of this response.
getBodyType() - Method in class microsoft.exchange.webservices.data.core.request.GetAttachmentRequest
Gets the type of the body.
getBodyType() - Method in class microsoft.exchange.webservices.data.property.complex.MessageBody
Gets the type of the message body's text.
getBodyType() - Method in class microsoft.exchange.webservices.data.property.complex.UniqueBody
Gets the type of the unique body's text.
getBuildVersion() - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Gets the builds the version.
getBusinessHomePage() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the business home page of the contact.
getBusyStatus() - Method in enum microsoft.exchange.webservices.data.core.enumeration.property.LegacyFreeBusyStatus
 
getCalendarEvents() - Method in class microsoft.exchange.webservices.data.core.response.AttendeeAvailability
Gets a collection of calendar events for the attendee.
getCalendarFolderPermissionLevel() - Method in class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
Gets the delegate user's permission on the principal's calendar.
getCanCreateItems() - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Gets a value indicating whether the user can create new item.
getCanCreateSubFolders() - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Gets a value indicating whether the user can create sub-folder.
getCanDelete() - Method in class microsoft.exchange.webservices.data.property.complex.ManagedFolderInformation
Gets a value indicating whether the user can delete objects in the folder.
getCanRead() - Method in class microsoft.exchange.webservices.data.misc.HangingTraceStream
Gets a value indicating whether the current stream supports reading.
getCanRenameOrMove() - Method in class microsoft.exchange.webservices.data.property.complex.ManagedFolderInformation
Gets a value indicating whether the user can rename or move objects in the folder.
getCanSeek() - Method in class microsoft.exchange.webservices.data.misc.HangingTraceStream
Gets a value indicating whether the current stream supports seeking.
getCanWrite() - Method in class microsoft.exchange.webservices.data.misc.HangingTraceStream
Gets a value indicating whether the current stream supports writing.
getCategories() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets a list summarizing the categories stamped on messages in this conversation, in the current folder only.
getCategories() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the list of categories associated with this item.
getCategories() - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
Gets conversation categories for Always Categorize action
getCategories() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets the categories that an incoming message should be stamped with for the condition or exception to apply.
getCcRecipients() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets the list of Cc recipients for the e-mail message.
getCcRecipients() - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage
Gets a list of recipients the response will be sent to as Cc.
getCcRecipients() - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseMessage
Gets a list of recipients the response will be sent to as Cc.
getChallenges(HttpHost, HttpResponse, HttpContext) - Method in class microsoft.exchange.webservices.data.core.CookieProcessingTargetAuthenticationStrategy
 
getChangeAtIndex(int) - Method in class microsoft.exchange.webservices.data.sync.ChangeCollection
Gets an individual change from the change collection.
getChangeCount() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets the number of times the task has changed since it was created.
getChangeKey() - Method in class microsoft.exchange.webservices.data.property.complex.ServiceId
Gets the change key associated with the Exchange object.
getChanges() - Method in class microsoft.exchange.webservices.data.core.response.SyncResponse
Gets a list of changes that occurred on the synchronized folder.
getChangeType() - Method in class microsoft.exchange.webservices.data.sync.Change
Gets the type of the change.
getChangeXmlElementName() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Gets the name of the change XML element.
getChangeXmlElementName() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
This method is not supported in this object.
getChangeXmlElementName() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Gets the name of the change XML element.
getCharacterSet() - Method in class microsoft.exchange.webservices.data.property.complex.MimeContent
Gets the character set of the content.
getChildFolderCount() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Gets the number of child folder this folder has.
getChildren() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets a list of children for the contact.
getCity() - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
Gets the city.
getCollectionItemXmlElementName(Attachment) - Method in class microsoft.exchange.webservices.data.property.complex.AttachmentCollection
Determines the name of the XML element associated with the complexProperty parameter.
getCollectionItemXmlElementName(Attendee) - Method in class microsoft.exchange.webservices.data.property.complex.AttendeeCollection
Retrieves the XML element name corresponding to the provided Attendee object.
getCollectionItemXmlElementName(TComplexProperty) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Gets the name of the collection item XML element.
getCollectionItemXmlElementName(DeletedOccurrenceInfo) - Method in class microsoft.exchange.webservices.data.property.complex.DeletedOccurrenceInfoCollection
Gets the name of the collection item XML element.
getCollectionItemXmlElementName(EmailAddress) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressCollection
Retrieves the XML element name corresponding to the provided EmailAddress object.
getCollectionItemXmlElementName(ExtendedProperty) - Method in class microsoft.exchange.webservices.data.property.complex.ExtendedPropertyCollection
Gets the name of the collection item XML element.
getCollectionItemXmlElementName(FolderId) - Method in class microsoft.exchange.webservices.data.property.complex.FolderIdCollection
Gets the name of the collection item XML element.
getCollectionItemXmlElementName(FolderPermission) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermissionCollection
Gets the name of the collection item XML element.
getCollectionItemXmlElementName(GroupMember) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Retrieves the XML element name corresponding to the provided GroupMember object.
getCollectionItemXmlElementName(InternetMessageHeader) - Method in class microsoft.exchange.webservices.data.property.complex.InternetMessageHeaderCollection
Gets the name of the collection item XML element.
getCollectionItemXmlElementName(ItemId) - Method in class microsoft.exchange.webservices.data.property.complex.ItemIdCollection
Gets the name of the collection item XML element.
getCollectionItemXmlElementName(OccurrenceInfo) - Method in class microsoft.exchange.webservices.data.property.complex.OccurrenceInfoCollection
Gets the name of the collection item XML element.
getCollectionItemXmlElementName(RuleError) - Method in class microsoft.exchange.webservices.data.property.complex.RuleErrorCollection
Retrieves the XML element name corresponding to the provided RuleError object.
getCollectionItemXmlElementName(RuleOperationError) - Method in class microsoft.exchange.webservices.data.property.complex.RuleOperationErrorCollection
Retrieves the XML element name corresponding to the provided RuleOperationError object.
getComment() - Method in class microsoft.exchange.webservices.data.property.complex.ManagedFolderInformation
Gets the comment associated with the folder.
getCompanies() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets a list of companies for the contact.
getCompanies() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets a list of companies associated with the task.
getCompanyName() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the company name of the contact.
getComparisonMode() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.ContainsSubstring
Gets the comparison mode.
getCompleteDate() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets the date and time on which the task was completed.
getCompleteName() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the complete name of the contact.
getCompleteSynchronously() - Method in class microsoft.exchange.webservices.data.misc.AsyncRequestResult
 
getCompleteSynchronously() - Method in interface microsoft.exchange.webservices.data.misc.IAsyncResult
 
getConditions() - Method in class microsoft.exchange.webservices.data.property.complex.Rule
Gets the conditions that determine whether or not this rule should be executed against incoming messages.
getConferenceType() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the type of conferencing that will be used during the meeting.
getConferenceType() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the type of conferencing that will be used during the meeting.
getConflictCount() - Method in class microsoft.exchange.webservices.data.core.response.UpdateItemResponse
Gets the number of property conflicts that were resolved during the update operation.
getConflictingMeetingCount() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the number of calendar entries that conflict with this appointment in the authenticated user's calendar.
getConflictingMeetingCount() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the number of calendar entries that conflict with this appointment in the authenticated user's calendar.
getConflictingMeetings() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a list of meetings that conflict with this appointment in the authenticated user's calendar.
getConflictingMeetings() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a list of meetings that conflict with this appointment in the authenticated user's calendar.
getConflictResolutionMode() - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
Gets the conflict resolution mode.
getConflicts() - Method in class microsoft.exchange.webservices.data.property.complex.availability.TimeSuggestion
Gets a collection of conflicts at the suggested time.
getConflictType() - Method in class microsoft.exchange.webservices.data.property.complex.availability.Conflict
Gets the type of the conflict.
getConnectionFailureCause() - Method in class microsoft.exchange.webservices.data.messaging.PhoneCall
Gets a value indicating the reason why this phone call failed to connect.
getConnections() - Method in class microsoft.exchange.webservices.data.autodiscover.ProtocolConnectionCollection
Gets the Connections.
getContact() - Method in class microsoft.exchange.webservices.data.misc.NameResolution
Gets the contact information of the suggested resolved name.
getContactDataPropertySet() - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Gets or sets the PropertySet for Contact Data
getContactPictureAttachment() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Retrieves the file attachment that holds the contact's picture.
getContacts() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets a list of contacts associated with the task.
getContactsFolderPermissionLevel() - Method in class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
Gets the delegate user's permission on the principal's contacts folder.
getContactSource() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the source of the contact.
getContainmentMode() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.ContainsSubstring
Gets the containment mode.
getContainsBodyStrings() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets the strings that should appear in the body of incoming messages for the condition or exception to apply.
getContainsHeaderStrings() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets the strings that should appear in the headers of incoming messages for the condition or exception to apply.
getContainsRecipientStrings() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets the strings that should appear in either the To or Cc fields of incoming messages for the condition or exception to apply.
getContainsSenderStrings() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets the strings that should appear in the From field of incoming messages for the condition or exception to apply.
getContainsSubjectOrBodyStrings() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets the strings that should appear in either the body or the subject of incoming messages for the condition or exception to apply.
getContainsSubjectStrings() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets the strings that should appear in the subject of incoming messages for the condition or exception to apply.
getContent() - Method in class microsoft.exchange.webservices.data.property.complex.ByteArrayArray
Gets the content of the array of byte arrays
getContent() - Method in class microsoft.exchange.webservices.data.property.complex.FileAttachment
Gets the content of the attachment into memory.
getContent() - Method in class microsoft.exchange.webservices.data.property.complex.MimeContent
Gets the character set of the content.
getContentEncoding() - Method in class microsoft.exchange.webservices.data.core.request.HttpClientWebRequest
Gets the content encoding.
getContentEncoding() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the content encoding.
getContentId() - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Gets the content Id of the attachment.
getContentLength() - Method in class microsoft.exchange.webservices.data.core.request.ByteArrayOSRequestEntity
 
getContentLocation() - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Gets the content location of the attachment.
getContentStream() - Method in class microsoft.exchange.webservices.data.property.complex.FileAttachment
Gets the content stream.Gets the name of the file the attachment is linked to.
getContentType() - Method in class microsoft.exchange.webservices.data.core.request.ByteArrayOSRequestEntity
 
getContentType() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the content type.
getContentType() - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Gets the content type of the attachment.
getContext() - Method in class microsoft.exchange.webservices.data.core.EwsSSLProtocolSocketFactory
 
getContextFolderId() - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
Gets folder id ContextFolder
getConversationActions() - Method in class microsoft.exchange.webservices.data.autodiscover.request.ApplyConversationActionRequest
 
getConversationId() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the Id of the conversation this item is part of.
getConversationId() - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
Gets conversation id
getConversationIdFromUniqueId(String) - Static method in class microsoft.exchange.webservices.data.property.complex.ConversationId
Defines an implicit conversion between string and ConversationId.
getConversationIndex() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets the conversation index of the e-mail message.
getConversationIndex() - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Gets the conversation index of the post item.
getConversationLastSyncTime() - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
ConversationLastSyncTime is used in one time action to determine the item on which to take the action.
getConversations() - Method in class microsoft.exchange.webservices.data.core.response.FindConversationResponse
Gets the results of the operation.
getConversationTopic() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets the conversation topic of the e-mail message.
getConversationTopic() - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Gets the conversation topic of the post item.
getConversationViewFilter() - Method in class microsoft.exchange.webservices.data.core.request.FindConversationRequest
Gets or sets the search filter.
getConvertedId() - Method in class microsoft.exchange.webservices.data.core.response.ConvertIdResponse
Reads response elements from XML.
getConvertHtmlCodePageToUTF8() - Method in class microsoft.exchange.webservices.data.core.PropertySet
Gets value indicating whether or not to convert HTML code page to UTF8 encoding.
getConvertToString() - Method in class microsoft.exchange.webservices.data.misc.MapiTypeConverterMapEntry
Gets the string to object converter.
getCopyToFolder() - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
Gets or sets the Id of the folder incoming messages should be copied to.
getCount() - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverResponseCollection
Gets the number of response in the collection.
getCount() - Method in class microsoft.exchange.webservices.data.core.PropertySet
Gets the number of explicitly added property in this set.
getCount() - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponseCollection
Gets the total number of response in the list.
getCount() - Method in class microsoft.exchange.webservices.data.misc.ExpandGroupResults
Gets the number of members that were returned by the ExpandGroup operation.
getCount() - Method in class microsoft.exchange.webservices.data.misc.FolderIdWrapperList
Gets the id count.
getCount() - Method in class microsoft.exchange.webservices.data.misc.ItemIdWrapperList
Gets the count.
getCount() - Method in class microsoft.exchange.webservices.data.misc.NameResolutionCollection
Gets the total number of elements in the list.
getCount() - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Gets the total number of property in the collection.
getCount() - Method in class microsoft.exchange.webservices.data.property.complex.ItemCollection
Gets the total number of item in the collection.
getCount() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.DayOfTheWeekCollection
Gets the number of days in the collection.
getCount() - Method in class microsoft.exchange.webservices.data.property.complex.RuleCollection
Gets the number of rules in this collection.
getCount() - Method in class microsoft.exchange.webservices.data.property.complex.RuleOperationError
Gets the number of rule errors in the list.
getCount() - Method in class microsoft.exchange.webservices.data.property.complex.UserConfigurationDictionary
Gets the number of elements in the user configuration dictionary.
getCount() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Gets the total number of search filter in the collection.
getCount() - Method in class microsoft.exchange.webservices.data.sync.ChangeCollection
Gets the number of changes in the collection.
getCountryOrRegion() - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
Gets the country or region.
getCredentials() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Gets the credential used to authenticate with the Exchange Web Services.
getCredentials() - Method in class microsoft.exchange.webservices.data.core.WebProxy
Gets the Proxy Credentials.
getCulture() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the culture associated with this item.
getCulture() - Method in class microsoft.exchange.webservices.data.misc.availability.OofReply
Gets the culture of the reply.
getCurrentMeetingTime() - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Gets the start time of a meeting that you want to update with the suggested meeting times.
getCustomTimeZoneCreationParams() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup
Gets the offset to UTC based on this group's transitions.
getDate() - Method in class microsoft.exchange.webservices.data.property.complex.availability.Suggestion
Gets the date and time of the suggestion.
getDateTime() - Method in class microsoft.exchange.webservices.data.property.complex.time.AbsoluteDateTransition
Gets the absolute date and time when the transition occurs.
getDateTimeCreated() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the date and time this item was created.
getDateTimePrecision() - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Gets the DateTime precision for DateTime values returned from Exchange Web Services.
getDateTimeReceived() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the time when this item was received.
getDateTimeSent() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the date and time this item was sent.
getDaylight() - Method in class microsoft.exchange.webservices.data.property.complex.MeetingTimeZone
Gets a TimeChange defining when the time changes to Daylight Saving Time.
getDaylightDisplayName() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup.CustomTimeZoneCreateParams
Gets the display name of the daylight period.
getDayOfMonth() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.MonthlyPattern
Gets the day of month.
getDayOfMonth() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.YearlyPattern
Gets the day of the month when each occurrence happens.
getDayOfTheWeek() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeMonthlyPattern
Gets the day of the week.
getDayOfTheWeek() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeYearlyPattern
Gets the day of the week.
getDayOfTheWeekIndex() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeMonthlyPattern
Day of the week index.
getDayOfTheWeekIndex() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeYearlyPattern
Gets the relative position of the day specified in DayOfTheWeek within the month.
getDays() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Gets the number of days (truncated).
getDaysOfTheWeek() - Method in class microsoft.exchange.webservices.data.property.complex.availability.WorkingHours
Gets the working days of the attendees.
getDaysOfTheWeek() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.WeeklyPattern
Gets the list of the days of the week when occurrences happen.
getDebugData() - Method in class microsoft.exchange.webservices.data.autodiscover.exception.error.AutodiscoverError
Gets the debug data.
getDefaultAffectedTaskOccurrences() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the default setting for how to treat affected task occurrences on Delete.
getDefaultAffectedTaskOccurrences() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets the default setting for how to treat affected task occurrences on Delete.
getDefaultPropertySetMap() - Static method in class microsoft.exchange.webservices.data.core.PropertySet
Maps BasePropertySet values to EWS's BaseShape values.
getDefaultSendCancellationsMode() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the default setting for sending cancellations on Delete.
getDefaultSendCancellationsMode() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the default setting for sending cancellations on Delete.
getDefaultSendInvitationsMode() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the default settings for sending invitations on Save.
getDefaultSendInvitationsMode() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the default settings for sending invitations on Save.
getDefaultSendInvitationsOrCancellationsMode() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the default settings for sending invitations on Save.
getDefaultSendInvitationsOrCancellationsMode() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the default settings for sending invitations or cancellations on Update.
getDefaultValue() - Method in class microsoft.exchange.webservices.data.misc.MapiTypeConverterMapEntry
Gets the default value for the type.
GetDelegate - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetDelegate.
GetDelegateRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a GetDelegate request.
GetDelegateRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.GetDelegateRequest
Initializes a new instance of the class.
GetDelegateResponse - Class in microsoft.exchange.webservices.data.core.response
The Class GetDelegateResponse.
GetDelegateResponse(boolean) - Constructor for class microsoft.exchange.webservices.data.core.response.GetDelegateResponse
Initializes a new instance of the class.
GetDelegateResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetDelegateResponse.
getDelegates(Mailbox, boolean, UserId...) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Retrieves the delegates of a specific mailbox.
getDelegates(Mailbox, boolean, Iterable<UserId>) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Retrieves the delegates of a specific mailbox.
getDelegateUser() - Method in class microsoft.exchange.webservices.data.core.response.DelegateUserResponse
The delegate user that was involved in the operation.
getDelegateUserResponses() - Method in class microsoft.exchange.webservices.data.core.response.DelegateManagementResponse
Gets a collection of response for each of the delegate users concerned by the operation.
getDelegateUserResponses() - Method in class microsoft.exchange.webservices.data.misc.DelegateInformation
Gets a list of response for each of the delegate users concerned by the operation.
getDelegateUsers() - Method in class microsoft.exchange.webservices.data.core.request.AddDelegateRequest
Gets the delegate users.
getDelegateUsers() - Method in class microsoft.exchange.webservices.data.core.request.UpdateDelegateRequest
Gets the delegate users.
getDelegationState() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets the current delegation state of the task.
getDelegator() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets the name of the delegator of this task.
getDelete() - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
Gets or sets a value indicating whether incoming messages should be automatically moved to the Deleted Items folder.
getDeletedOccurrences() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a list of deleted occurrences for this meeting.
getDeletedOccurrences() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a list of deleted occurrences for this meeting.
getDeleteFieldXmlElementName() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Gets the name of the delete field XML element.
getDeleteFieldXmlElementName() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
This method is not supported in this object.
getDeleteFieldXmlElementName() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Gets the name of the delete field XML element.
getDeleteItems() - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Gets a value indicating if/how the user can delete existing item.
getDeleteSubFolders() - Method in class microsoft.exchange.webservices.data.core.request.EmptyFolderRequest
Gets a value indicating whether empty folder should also delete sub folder.
getDeleteType() - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
DeleteType
getDepartment() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the department of the contact.
getDestinationFolderId() - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
Gets folder id for Move action
getDestinationFormat() - Method in class microsoft.exchange.webservices.data.core.request.ConvertIdRequest
Gets the destination format.
getDetailedSuggestionsWindow() - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Gets the time window for which detailed information about suggested meeting times should be returned.
getDetails() - Method in class microsoft.exchange.webservices.data.property.complex.availability.CalendarEvent
Gets the details of the calendar event.
getDialString() - Method in class microsoft.exchange.webservices.data.core.request.PlayOnPhoneRequest
Gets the dial string.
getDictionary() - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Gets the dictionary of the user configuration.
getDim(Object) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
 
getDim(Object) - Static method in class microsoft.exchange.webservices.data.misc.MapiTypeConverterMapEntry
Gets the dim.
getDirectoryId() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the DirectoryID as Guid or DN string
getDirectoryPhoto() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the Photo from the directory
getDirectReports() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Get the direct reports mailbox information
getDisplayCc() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a text summarizing the Cc receipients of this item.
getDisplayName() - Method in class microsoft.exchange.webservices.data.autodiscover.AlternateMailbox
Gets the alternate mailbox display name.
getDisplayName() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Gets the display name of the folder.
getDisplayName() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the display name of the contact.
getDisplayName() - Method in class microsoft.exchange.webservices.data.core.service.item.ContactGroup
Gets the display name of the contact group.
getDisplayName() - Method in class microsoft.exchange.webservices.data.property.complex.Rule
Gets or sets the name of this rule as it should be displayed to the user.
getDisplayName() - Method in class microsoft.exchange.webservices.data.property.complex.UserId
Gets the display name of the user.
getDisplayPermissionLevel() - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Gets the permission level that Outlook would display for this folder permission.
getDisplayTo() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a text summarizing the To recipients of this item.
getDnsServerAddress() - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Gets the dns server address.
getDomain() - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Gets the domain this service is bound to.
getDomain() - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetDomainSettingsResponse
Gets the domain this response applies to.
getDomain() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the domain.
getDomain() - Method in class microsoft.exchange.webservices.data.credential.WebCredentials
Gets the domain.
getDomain() - Method in class microsoft.exchange.webservices.data.credential.WebProxyCredentials
 
getDomains() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetDomainSettingsRequest
Gets the domains.
getDomainSettingErrors() - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetDomainSettingsResponse
Gets error information for settings that could not be returned.
getDomainSettings(List<String>, List<DomainSettingName>, ExchangeVersion) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Gets the domain settings using Autodiscover SOAP service.
getDomainSettings(String, ExchangeVersion, DomainSettingName...) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Retrieves the specified settings for a domain.
getDomainSettings(Iterable<String>, ExchangeVersion, DomainSettingName...) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Retrieves the specified settings for a set of domains.
GetDomainSettingsRequest - Class in microsoft.exchange.webservices.data.autodiscover.request
Represents a GetDomainSettings request.
GetDomainSettingsRequest(AutodiscoverService, URI) - Constructor for class microsoft.exchange.webservices.data.autodiscover.request.GetDomainSettingsRequest
Initializes a new instance of the GetDomainSettingsRequest class.
GetDomainSettingsRequestMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetDomainSettingsRequestMessage.
GetDomainSettingsResponse - Class in microsoft.exchange.webservices.data.autodiscover.response
Represents the response to a GetDomainSettings call for an individual domain.
GetDomainSettingsResponse() - Constructor for class microsoft.exchange.webservices.data.autodiscover.response.GetDomainSettingsResponse
Initializes a new instance of the GetDomainSettingsResponse class.
GetDomainSettingsResponseCollection - Class in microsoft.exchange.webservices.data.autodiscover.response
Represents a collection of response to GetDomainSettings.
GetDomainSettingsResponseCollection() - Constructor for class microsoft.exchange.webservices.data.autodiscover.response.GetDomainSettingsResponseCollection
Initializes a new instance of the AutodiscoverResponseCollection class.
GetDomainSettingsResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetDomainSettingsResponseMessage.
getDOMImplementation() - Method in class microsoft.exchange.webservices.data.security.SafeXmlDocument
 
getDueDate() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets a list of contacts associated with the task.
getDuration() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the duration of this appointment.
getDuration() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the duration of this appointment.
getDuration() - Method in class microsoft.exchange.webservices.data.misc.availability.TimeWindow
Gets the duration.
getDuration() - Method in class microsoft.exchange.webservices.data.property.complex.availability.OofSettings
Gets the duration of the OOF status when State is set to OofState.Scheduled.
getEditItems() - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Gets a value indicating if/how the user can edit existing item.
getEffectiveRights() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Gets a value indicating the effective rights the current authenticated user has on the folder.
getEffectiveRights() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a value indicating the effective rights the current authenticated user has on this item.
getElements(Object) - Method in class microsoft.exchange.webservices.data.property.complex.UserConfigurationDictionary
Gets the element with the specified key.
getEmailAddress() - Method in class microsoft.exchange.webservices.data.core.request.ExpandGroupRequest
Gets the email address.
getEmailAddress(EmailAddressKey) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressDictionary
Gets the e-mail address at the specified key.
getEmailAddress() - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressEntry
Gets the e-mail address of the entry.
getEmailAddresses() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets an indexed list of e-mail addresses for the contact.
getEmailAddressFromString(String) - Static method in class microsoft.exchange.webservices.data.property.complex.EmailAddress
Defines an implicit conversion between a string representing an SMTP address and EmailAddress.
getEnableAlwaysDelete() - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
Gets Enable Always Delete value for Always Delete action
getEnableScpLookup() - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Gets a value indicating whether the AutodiscoverService should perform SCP (ServiceConnectionPoint) record lookup when determining the Autodiscover service URL.
getEnableScpLookup() - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Gets or sets a value indicating whether the AutodiscoverUrl method should perform SCP (Service Connection Point) record lookup when determining the Autodiscover service URL.
getEncryptionMethod() - Method in class microsoft.exchange.webservices.data.autodiscover.ProtocolConnection
Gets the encryption method.
getEnd() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets or sets the end time of the appointment.
getEnd() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the end time of the appointment.
getEnd() - Method in class microsoft.exchange.webservices.data.property.complex.OccurrenceInfo
Gets the end date and time of the occurrence.
getEnd() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicateDateRange
Gets or sets the range end date and time.
getEndDate() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
Gets the date after which the recurrence ends.
getEndDate() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.EndDateRecurrenceRange
Gets the end date.
getEndDate() - Method in class microsoft.exchange.webservices.data.search.CalendarView
Gets the end date.
getEndTime() - Method in class microsoft.exchange.webservices.data.misc.availability.TimeWindow
Gets the end time.
getEndTime() - Method in class microsoft.exchange.webservices.data.property.complex.availability.CalendarEvent
Gets the end date and time of the event.
getEndTime() - Method in class microsoft.exchange.webservices.data.property.complex.availability.WorkingHours
Gets the time of the day the attendee stops working.
getEndTimeZone() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the start time zone.
getEndTimeZone() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets time zone of the end property of this meeting request.
getEntries() - Method in class microsoft.exchange.webservices.data.autodiscover.AlternateMailboxCollection
Gets the collection of alternate mailboxes.
getEntries() - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
Gets the entries.
getEntryXmlElementName(TEntry) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
Gets the name of the entry XML element.
getEnumeratedObjectAt(Iterable<T>, int) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Gets the enumerated object at.
getEnumeratedObjectCount(Iterator<T>) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Gets the enumerated object count.
getEnumerator() - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponseCollection
Gets the enumerator.
getEnumerator() - Method in class microsoft.exchange.webservices.data.property.complex.UserConfigurationDictionary
Returns an enumerator that iterates through the user configuration dictionary.
getEnumerator() - Method in class microsoft.exchange.webservices.data.search.OrderByCollection
Returns an enumerator that iterates through the collection.
getError() - Method in class microsoft.exchange.webservices.data.autodiscover.configuration.ConfigurationSettingsBase
Gets the error.
getError() - Method in exception microsoft.exchange.webservices.data.autodiscover.exception.AutodiscoverRemoteException
Gets the error.
getErrorCode() - Method in exception microsoft.exchange.webservices.data.autodiscover.exception.AutodiscoverResponseException
Gets the ErrorCode for the exception.
getErrorCode() - Method in class microsoft.exchange.webservices.data.autodiscover.exception.error.AutodiscoverError
Gets the error code.
getErrorCode() - Method in class microsoft.exchange.webservices.data.autodiscover.exception.error.DomainSettingError
Gets the error code.
getErrorCode() - Method in class microsoft.exchange.webservices.data.autodiscover.exception.error.UserSettingError
Gets the error code.
getErrorCode() - Method in class microsoft.exchange.webservices.data.autodiscover.response.AutodiscoverResponse
Gets the error code that was returned by the service.
getErrorCode() - Method in exception microsoft.exchange.webservices.data.core.exception.service.remote.ServiceResponseException
Gets the service error code.
getErrorCode() - Method in exception microsoft.exchange.webservices.data.core.exception.service.remote.UpdateInboxRulesException
Gets the rule operation error code.
getErrorCode() - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponse
Gets the error code associated with this response.
getErrorCode() - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Gets the error code.
getErrorCode() - Method in class microsoft.exchange.webservices.data.property.complex.RuleError
Gets the validation error code.
getErrorDetails() - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponse
Gets error details associated with the response.
getErrorDetails() - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Gets the error details.
getErrorHandlingMode() - Method in class microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest
Gets a value indicating how errors should be handled.
getErrorMessage() - Method in class microsoft.exchange.webservices.data.autodiscover.exception.error.DomainSettingError
Gets the error message.
getErrorMessage() - Method in class microsoft.exchange.webservices.data.autodiscover.exception.error.UserSettingError
Gets the error message.
getErrorMessage() - Method in class microsoft.exchange.webservices.data.autodiscover.response.AutodiscoverResponse
Gets the error message that was returned by the service.
getErrorMessage() - Method in exception microsoft.exchange.webservices.data.core.exception.service.remote.UpdateInboxRulesException
Gets the rule operation error message.
getErrorMessage() - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponse
Gets a detailed error message associated with the response.
getErrorMessage() - Method in class microsoft.exchange.webservices.data.property.complex.RuleError
Gets the error message.
getErrorProperties() - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponse
Gets information about property errors associated with the response.
getErrors() - Method in exception microsoft.exchange.webservices.data.core.exception.service.remote.UpdateInboxRulesException
Gets the rule operation error collection.
getErrors() - Method in class microsoft.exchange.webservices.data.core.response.UpdateInboxRulesResponse
Gets the rule operation errors in the response.
getErrorStream() - Method in class microsoft.exchange.webservices.data.core.request.HttpClientWebRequest
Gets the error stream.
getErrorStream() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the error stream.
getErrorSubscriptionIds() - Method in class microsoft.exchange.webservices.data.core.response.GetStreamingEventsResponse
Gets the error subscription ids.
getEvents(String, String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Retrieves the latests events associated with a pull subscription.
GetEvents - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetEvents.
getEvents() - Method in class microsoft.exchange.webservices.data.notification.NotificationEventArgs
Gets the events that were received.
getEvents() - Method in class microsoft.exchange.webservices.data.notification.PullSubscription
Obtains a collection of events that occurred on the subscribed folder since the point in time defined by the Watermark property.
GetEventsRequest - Class in microsoft.exchange.webservices.data.core.request
GetEvents request.
GetEventsRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.GetEventsRequest
Initializes a new instance.
GetEventsResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a subscription event retrieval operation.
GetEventsResponse() - Constructor for class microsoft.exchange.webservices.data.core.response.GetEventsResponse
Initializes a new instance.
GetEventsResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetEventsResponse.
GetEventsResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetEventsResponseMessage.
GetEventsResults - Class in microsoft.exchange.webservices.data.notification
Represents a collection of notification events.
GetEventsResults() - Constructor for class microsoft.exchange.webservices.data.notification.GetEventsResults
Initializes a new instance.
getEventType() - Method in class microsoft.exchange.webservices.data.notification.NotificationEvent
gets the eventType.
getEwsHttpWebResponse(HttpWebRequest) - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Gets the IEwsHttpWebRequest object from the specifiedHttpWebRequest object with exception handling
getEwsUrl() - Method in class microsoft.exchange.webservices.data.credential.WSSecurityBasedCredentials
Gets the EWS URL.
getException() - Method in class microsoft.exchange.webservices.data.core.request.HangingRequestDisconnectEventArgs
Gets the exception that caused the disconnection.
getException() - Method in class microsoft.exchange.webservices.data.notification.SubscriptionErrorEventArgs
Gets the exception representing the error.
getExceptions() - Method in class microsoft.exchange.webservices.data.property.complex.Rule
Gets the exception that determine if this rule should be skipped even if its conditions evaluate to true.
getExceptionType() - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Gets the exception type.
getExchange2007CompatibilityMode() - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Returns true whether Exchange2007 compatibility mode is enabled, false otherwise.
getExchangeCredentialsFromNetworkCredential(String, String, String) - Static method in class microsoft.exchange.webservices.data.credential.ExchangeCredentials
Performs an implicit conversion from to .
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.autodiscover.request.ApplyConversationActionRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.ConvertIdRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.CreateAttachmentRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.CreateUserConfigurationRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.DeleteAttachmentRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.DeleteFolderRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.DeleteItemRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.DeleteUserConfigurationRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.EmptyFolderRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.ExecuteDiagnosticMethodRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.ExpandGroupRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.GetAttachmentRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.GetEventsRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.GetServerTimeZonesRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.MoveCopyItemRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.SendItemRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderHierarchyRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.UnsubscribeRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.UpdateFolderRequest
Gets the expected response message count.
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
 
getExpectedResponseMessageCount() - Method in class microsoft.exchange.webservices.data.core.request.UpdateUserConfigurationRequest
Gets the expected response message count.
getExtendedProperties() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
True if property was removed.
getExtendedProperties() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
This method is not supported in this object.
getExtendedProperties() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a list of extended property defined on this item.
getExtendedProperties() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Gets the extended property.
getExtendedPropertiesForService() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Gets a list of extended property associated with the folder.
getExternalAudience() - Method in class microsoft.exchange.webservices.data.property.complex.availability.OofSettings
Gets a value indicating who should receive external OOF messages.
getExternalReply() - Method in class microsoft.exchange.webservices.data.property.complex.availability.OofSettings
Gets the OOF response sent to addresses outside the user's domain or trusted domain.
getFaultActor() - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Gets the fault actor.
getFaultCode() - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Gets the fault code.
getFaultString() - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Gets the fault string.
getFieldIndex(TKey) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
Gets the index of the field.
getFieldURI() - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
Gets the field URI.
getFieldURI() - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressDictionary
Gets the field URI.
getFieldURI() - Method in class microsoft.exchange.webservices.data.property.complex.ImAddressDictionary
Gets the field URI.
getFieldURI() - Method in class microsoft.exchange.webservices.data.property.complex.PhoneNumberDictionary
Gets the field URI.
getFieldValueOrThrowIfNull(Class<T>, Object, String) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
Gets a property value or throw if null
getFileAs() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the name under which this contact is filed as.
getFileAs() - Method in class microsoft.exchange.webservices.data.core.service.item.ContactGroup
Gets the name under which this contact group is filed as.
getFileAsMapping() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets a value indicating how the FileAs property should be automatically calculated.
getFileAttachmentContentHandler() - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Gets the file attachment content handler.
getFileName() - Method in class microsoft.exchange.webservices.data.property.complex.FileAttachment
Gets the name of the file the attachment is linked to.
getFilterHtmlContent() - Method in class microsoft.exchange.webservices.data.core.PropertySet
Gets value indicating whether or not to filter potentially unsafe HTML content from message bodies.
getFirstClassProperties() - Static method in class microsoft.exchange.webservices.data.core.PropertySet
Returns a predefined property set that includes the first class property of an item or folder.
getFirstClassProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
Gets the list of first class property for this service object type.
getFirstClassSummaryProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
Gets the list of first class summary property for this service object type.
getFirstDayOfWeek() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.WeeklyPattern
 
getFirstOccurrence() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets an OccurrenceInfo identifying the first occurrence of this meeting.
getFirstOccurrence() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets an OccurrenceInfo identifying the first occurrence of this meeting.
getFlaggedForAction() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets the flag for action value that should appear on incoming messages for the condition or execption to apply.
getFlagStatus() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets the flag status for this conversation, calculated by aggregating individual messages flag status in the current folder.
getFolder() - Method in class microsoft.exchange.webservices.data.core.response.GetFolderResponse
Gets the folder that was retrieved.
getFolder() - Method in class microsoft.exchange.webservices.data.core.response.MoveCopyFolderResponse
Gets the new (moved or copied) folder.
GetFolder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetFolder.
getFolder() - Method in class microsoft.exchange.webservices.data.misc.AbstractFolderIdWrapper
Obtains the Folder object associated with the wrapper.
getFolder() - Method in class microsoft.exchange.webservices.data.sync.FolderChange
Gets the folder the change applies to.
getFolderClass() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Gets the custom class name of this folder.
getFolderEvents() - Method in class microsoft.exchange.webservices.data.notification.GetEventsResults
Gets the collection of folder events.
getFolderId() - Method in class microsoft.exchange.webservices.data.core.request.FindConversationRequest
Gets or sets folder id
getFolderId() - Method in class microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderId
The Id of the public folder.
getFolderId() - Method in class microsoft.exchange.webservices.data.notification.FolderEvent
Gets the Id of the folder this event applies to.
getFolderId() - Method in class microsoft.exchange.webservices.data.sync.FolderChange
Gets the folder the change applies to.
getFolderIdFromString(String) - Static method in class microsoft.exchange.webservices.data.property.complex.FolderId
Defines an implicit conversion between string and FolderId.
getFolderIdFromWellKnownFolderName(WellKnownFolderName) - Static method in class microsoft.exchange.webservices.data.property.complex.FolderId
Defines an implicit conversion between WellKnownFolderName and FolderId.
getFolderIds() - Method in class microsoft.exchange.webservices.data.core.request.DeleteFolderRequest
Gets the folder ids.
getFolderIds() - Method in class microsoft.exchange.webservices.data.core.request.EmptyFolderRequest
Gets the folder ids.
getFolderIdWrapperList(int) - Method in class microsoft.exchange.webservices.data.misc.FolderIdWrapperList
Gets the at the specified index.
getFolderName() - Method in class microsoft.exchange.webservices.data.property.complex.FolderId
Gets the name of the folder associated with the folder Id.
GetFolderRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a GetFolder request.
GetFolderRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.GetFolderRequest
Initializes a new instance of the GetFolderRequest class.
GetFolderRequestForLoad - Class in microsoft.exchange.webservices.data.core.request
Represents a GetFolder request specialized to return ServiceResponse.
GetFolderRequestForLoad(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.GetFolderRequestForLoad
Initializes a new instance of the GetFolderRequestForLoad class.
GetFolderResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to an individual folder retrieval operation.
GetFolderResponse(Folder, PropertySet) - Constructor for class microsoft.exchange.webservices.data.core.response.GetFolderResponse
Initializes a new instance of the GetFolderResponse class.
GetFolderResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetFolderResponse.
GetFolderResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetFolderResponseMessage.
getFolders() - Method in class microsoft.exchange.webservices.data.core.request.CreateFolderRequest
Gets the folder.
getFolders() - Method in class microsoft.exchange.webservices.data.core.request.UpdateFolderRequest
Gets the folder.
getFolders() - Method in class microsoft.exchange.webservices.data.search.FindFoldersResults
Gets a collection containing the folder that were found by the search operation.
getFolderSize() - Method in class microsoft.exchange.webservices.data.property.complex.ManagedFolderInformation
Gets the size of the folder.
getFormat() - Method in class microsoft.exchange.webservices.data.misc.id.AlternateIdBase
Gets the format in which the Id in expressed.
getForwardAsAttachmentToRecipients() - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
Gets the e-mail addresses to which incoming messages should be forwarded as attachments.
getForwardToRecipients() - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
Gets the e-mail addresses to which incoming messages should be forwarded.
getFreeBusyStatus() - Method in class microsoft.exchange.webservices.data.property.complex.availability.CalendarEvent
Gets the free/busy status associated with the event.
getFreeBusyStatus() - Method in class microsoft.exchange.webservices.data.property.complex.availability.Conflict
Gets the free/busy status of the conflicting attendee.
getFrequency() - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToPushNotificationsRequest
Gets the frequency.
getFrom() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets the "on behalf" sender of the e-mail message.
getFrom() - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Gets the "on behalf" poster of the post item.
getFromAddresses() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets the e-mail addresses of the senders of incoming messages for the condition or exception to apply.
getFromConnectedAccounts() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets the e-mail account names from which incoming messages must have been aggregated for the condition or exception to apply.
getFullName() - Method in class microsoft.exchange.webservices.data.property.complex.CompleteName
Gets the full name of the contact.
getGeneration() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the generation of the contact.
getGivenName() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the given name of the contact.
getGivenName() - Method in class microsoft.exchange.webservices.data.property.complex.CompleteName
Gets the given name (first name) of the contact.
getGlobalCategories() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets a list summarizing the categories stamped on messages in this conversation, across all folder in the mailbox.
getGlobalFlagStatus() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets the flag status for this conversation, calculated by aggregating individual messages flag status across all folder in the mailbox.
getGlobalHasAttachments() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets a value indicating if at least one message in this conversation, across all folder in the mailbox, has an attachment.
getGlobalImportance() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets the importance of this conversation, calculated by aggregating individual messages importance across all folder in the mailbox.
getGlobalItemClasses() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets a list summarizing the classes of the item in this conversation, across all folder in the mailbox.
getGlobalItemIds() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets the Ids of the messages in this conversation, across all folder in the mailbox.
getGlobalLastDeliveryTime() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets the delivery time of the message that was last received in this conversation across all folder in the mailbox.
getGlobalMessageCount() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets the total number of messages in this conversation across all folder in the mailbox.
getGlobalObjectId() - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Gets the global object Id of a meeting that will be modified based on the data returned by GetUserAvailability.
getGlobalSize() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets the size of this conversation, calculated by adding the sizes of all messages in the conversation across all folder in the mailbox.
getGlobalUniqueRecipients() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets a list of all the people who have received messages in this conversation across all folder in the mailbox.
getGlobalUniqueSenders() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets a list of all the people who have sent messages in this conversation across all folder in the mailbox.
getGlobalUniqueUnreadSenders() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets a list of all the people who have sent messages that are currently unread in this conversation across all folder in the mailbox.
getGlobalUnreadCount() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets the total number of unread messages in this conversation across all folder in the mailbox.
getGoodSuggestionThreshold() - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Gets the percentage of attendees that must have the time period open for the time period to qualify as a good suggested meeting time.
getGroupBy() - Method in class microsoft.exchange.webservices.data.core.request.FindItemRequest
Gets the group by.
getGroupedFindResults() - Method in class microsoft.exchange.webservices.data.core.response.FindItemResponse
Gets a grouped list of item matching the specified search criteria that were found in Exchange.
getGroupIndex() - Method in class microsoft.exchange.webservices.data.search.ItemGroup
Gets an index identifying the group.
getGroupOn() - Method in class microsoft.exchange.webservices.data.search.Grouping
Gets the property to group on.
getHasAttachments() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets a value indicating if at least one message in this conversation, in the current folder only, has an attachment.
getHasAttachments() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a value indicating whether the item has attachments.
getHasAttachments() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets a value indicating whether incoming messages must have attachments for the condition or exception to apply.
getHasBeenProcessed() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingMessage
Gets whether the meeting message has been processed.
getHasDaylightPeriod() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup.CustomTimeZoneCreateParams
Gets a value indicating whether the custom time zone should have a daylight period.
getHasPicture() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets a value indicating whether this contact has a picture associated with it.
getHasQuota() - Method in class microsoft.exchange.webservices.data.property.complex.ManagedFolderInformation
Gets a value indicating whether the folder has a quota.
getHeaders() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the Headers.
getHomePage() - Method in class microsoft.exchange.webservices.data.property.complex.ManagedFolderInformation
Gets the home page associated with the folder.
getHost() - Method in class microsoft.exchange.webservices.data.core.WebProxy
Gets the Proxy Host.
getHostname() - Method in class microsoft.exchange.webservices.data.autodiscover.ProtocolConnection
Gets the hostname.
getHours() - Method in class microsoft.exchange.webservices.data.misc.Time
Gets the hours.
getHours() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Gets the number of hours (truncated).
getHttpErrorCode() - Method in exception microsoft.exchange.webservices.data.core.exception.http.HttpErrorException
 
getHttpHeaders() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Gets a collection of HTTP headers that will be sent with each request to EWS.
getHttpResponseHeaders() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Gets a collection of HTTP headers from the last response.
getHttpWebRequest() - Method in class microsoft.exchange.webservices.data.core.WebAsyncCallStateAnchor
 
getHttpWebRequest() - Method in class microsoft.exchange.webservices.data.misc.AsyncRequestResult
 
getICalDateTimeStamp() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the ICalendar DateTimeStamp.
getICalDateTimeStamp() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingMessage
Gets the ICalendar DateTimeStamp.
getICalRecurrenceId() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the ICalendar RecurrenceId.
getICalRecurrenceId() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingMessage
Gets the ICalendar RecurrenceId.
getICalUid() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the ICalendar Uid.
getICalUid() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingMessage
Gets the ICalendar Uid.
getId() - Method in class microsoft.exchange.webservices.data.autodiscover.exception.error.AutodiscoverError
Gets a hash of the name of the computer that is running Microsoft Exchange Server that has the Client Access server role installed.
getId() - Method in class microsoft.exchange.webservices.data.core.request.DisconnectPhoneCallRequest
Gets the Id of the phone call.
getId() - Method in class microsoft.exchange.webservices.data.core.request.GetPhoneCallRequest
Gets the Id of the phone call.
getId() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Gets the Id of the folder.
getId() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets the Id of this Conversation.
getId() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the Id of this item.
getId() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Gets the id.
getId() - Method in class microsoft.exchange.webservices.data.messaging.PhoneCallId
Gets the Id of the phone call.
getId() - Method in class microsoft.exchange.webservices.data.misc.ImpersonatedUserId
Gets the user Id.
getId() - Method in class microsoft.exchange.webservices.data.notification.SubscriptionBase
Gets the id.
getId() - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Gets the Id of the attachment.
getId() - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddress
Gets the Id of the contact the e-mail address represents.
getId() - Method in class microsoft.exchange.webservices.data.property.complex.Rule
Gets or sets the Id of this rule.
getId() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
Gets the Id of this time zone definition.
getId() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZonePeriod
Gets the id of this period.
getId() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup
Gets the id of this group.
getId() - Method in class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Gets the Id of the extended property.
getId() - Method in class microsoft.exchange.webservices.data.sync.Change
Gets the Id of the service object the change applies to.
getIdOnly() - Static method in class microsoft.exchange.webservices.data.core.PropertySet
Returns a predefined property set that only includes the Id property.
getIdPropertyDefinition() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Get the property definition for the Id property.
getIdPropertyDefinition() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
The property definition for the Id of this object.
getIdPropertyDefinition() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
The property definition for the Id of this object.
getIdPropertyDefinition() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Gets the id property definition.
getIds() - Method in class microsoft.exchange.webservices.data.core.request.ConvertIdRequest
Gets the ids.
getIds() - Method in class microsoft.exchange.webservices.data.core.request.GetServerTimeZonesRequest
Gets the ids of the time zones that should be returned by the server.
getIdType() - Method in class microsoft.exchange.webservices.data.misc.ImpersonatedUserId
Gets the type of the Id.
getIgnoredItemIds() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Gets the list of ignored item ids.
getImAddress() - Method in class microsoft.exchange.webservices.data.property.complex.ImAddressEntry
Gets the Instant Messaging address of the entry.
getImAddresses() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets an indexed list of Instant Messaging addresses for the contact.
getImAddressKey(ImAddressKey) - Method in class microsoft.exchange.webservices.data.property.complex.ImAddressDictionary
Gets the Instant Messaging address at the specified key.
getImpersonatedUserId() - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Gets the impersonated user id.
getImportance() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets the importance of this conversation, calculated by aggregating individual messages importance in the current folder only.
getImportance() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the importance of this item.
getImportance() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets the importance that should be stamped on incoming messages for the condition or exception to apply.
getInboxFolderPermissionLevel() - Method in class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
Gets the delegate user's permission on the principal's inbox.
getInboxRuleOperations() - Method in class microsoft.exchange.webservices.data.core.request.UpdateInboxRulesRequest
Gets the RuleOperation collection.
getInboxRules() - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Retrieves inbox rules of the authenticated user.
getInboxRules(String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Retrieves the inbox rules of the specified user.
GetInboxRules - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetInboxRules.
GetInboxRulesRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a GetInboxRules request.
GetInboxRulesRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.GetInboxRulesRequest
Initializes a new instance of the GetInboxRulesRequest class.
GetInboxRulesResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a GetInboxRules operation.
GetInboxRulesResponse() - Constructor for class microsoft.exchange.webservices.data.core.response.GetInboxRulesResponse
Initializes a new instance of the GetInboxRulesResponse class.
GetInboxRulesResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetInboxRulesResponse.
getIncludePermissions() - Method in class microsoft.exchange.webservices.data.core.request.GetDelegateRequest
Gets a value indicating whether permissions are included.
getIncludesAllMembers() - Method in class microsoft.exchange.webservices.data.misc.ExpandGroupResults
Gets a value indicating whether all the members of the group have been returned by ExpandGroup.
getIncludesAllResolutions() - Method in class microsoft.exchange.webservices.data.misc.NameResolutionCollection
Gets a value indicating whether more suggested resolutions are available.
getIncludesLastInRangeXmlElementName() - Method in class microsoft.exchange.webservices.data.core.response.SyncFolderHierarchyResponse
Gets the name of the includes last in range XML element.
getIncludesLastInRangeXmlElementName() - Method in class microsoft.exchange.webservices.data.core.response.SyncFolderItemsResponse
Gets the name of the includes last in range XML element.
getIncludesLastInRangeXmlElementName() - Method in class microsoft.exchange.webservices.data.core.response.SyncResponse
Gets the name of the includes last in range XML element.
getIndex() - Method in class microsoft.exchange.webservices.data.property.definition.IndexedPropertyDefinition
Gets the index of the property.
getIndexedItemView() - Method in class microsoft.exchange.webservices.data.core.request.FindConversationRequest
Gets or sets the view controlling the number of conversations returned.
getInitials() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the initials of the contact.
getInitials() - Method in class microsoft.exchange.webservices.data.property.complex.CompleteName
Gets the initials of the contact.
getInputStream() - Method in class microsoft.exchange.webservices.data.core.request.HttpClientWebRequest
Gets the input stream.
getInputStream() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the input stream.
getInReplyTo() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the In-Reply-To reference of this item.
getInstance() - Static method in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Gets the single instance of EmailMessageSchema.
getInstance() - Static method in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Gets the single instance of ItemSchema.
getInstance() - Static method in class microsoft.exchange.webservices.data.core.service.schema.MeetingMessageSchema
Gets the single instance of MeetingMessageSchema.
getIntendedFreeBusyStatus() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the a value representing the intended free/busy status of the meeting.
getInternalReply() - Method in class microsoft.exchange.webservices.data.property.complex.availability.OofSettings
Gets the OOF response sent other users in the user's domain or trusted domain.
getInternalWriter() - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Gets the internal XML writer.
getInternetMessageHeaders() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a list of Internet headers for this item.
getInternetMessageHeaders() - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage
Gets the internet message headers.
getInternetMessageId() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets the Internat Message Id of the e-mail message.
getInternetMessageId() - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Gets the Internet message Id of the post item.
getInterval() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.IntervalPattern
Gets the interval between occurrences.
getIsAllDayEvent() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a value indicating whether this appointment is an all day event.
getIsAllDayEvent() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a value indicating whether this appointment is an all day event.
getIsApprovalRequest() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets a value indicating whether incoming messages must be approval request for the condition or exception to apply.
getIsArchive() - Method in class microsoft.exchange.webservices.data.misc.id.AlternateId
Gets the type (primary or archive) mailbox to which the Id belongs.
getIsArray() - Method in class microsoft.exchange.webservices.data.misc.MapiTypeConverterMapEntry
Gets a value indicating whether this instance is array.
getIsAssociated() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets a value indicating whether this is an associated message.
getIsAssociated() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a value indicating whether the message has been submitted to be sent.
getIsAutomaticForward() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets a value indicating whether incoming messages must be automatic forwards for the condition or exception to apply.
getIsAutomaticReply() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets a value indicating whether incoming messages must be automatic replies for the condition or exception to apply.
getIsCancelled() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a value indicating whether the appointment has been cancelled.
getIsCancelled() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a value indicating whether the appointment has been cancelled.
getIsComplete() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets a value indicating whether the task is complete.
getIsCompleted() - Method in class microsoft.exchange.webservices.data.misc.AsyncRequestResult
 
getIsCompleted() - Method in interface microsoft.exchange.webservices.data.misc.IAsyncResult
 
getIsCustomDateTimeScopingRequired() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Determines whether property defined with ScopedDateTimePropertyDefinition require custom time zone scoping.
getIsCustomDateTimeScopingRequired() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Determines whether property defined with ScopedDateTimePropertyDefinition require custom time zone scoping.
getIsDelegated() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingMessage
Gets the IsDelegated property.
getIsDeliveryReceiptRequested() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets a value indicating whether a read receipt is requested for the e-mail message.
getIsDirty() - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Indicates if a bag has pending changes.
getIsDirty() - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Gets a value indicating whether this user configuration has been modified.
getIsDirty() - Method in class microsoft.exchange.webservices.data.property.complex.UserConfigurationDictionary
Gets the isDirty flag.
getIsDraft() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a value indicating whether the message has been submitted to be sent.
getIsEnabled() - Method in class microsoft.exchange.webservices.data.property.complex.Rule
Gets or sets a value indicating whether this rule is enabled.
getIsEncrypted() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets a value indicating whether incoming messages must be S/MIME encrypted for the condition or exception to apply.
getIsFolderContact() - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Gets a value indicating whether the user is a contact for the folder.
getIsFolderOwner() - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Gets a value indicating whether the user owns the folder.
getIsFolderVisible() - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Gets a value indicating whether the folder is visible to the user.
getIsFromMe() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a value indicating whether the item has been sent by the current authenticated user.
getIsInError() - Method in class microsoft.exchange.webservices.data.property.complex.Rule
Gets or sets a value indicating whether this rule has errors.
getIsInline() - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Gets a value indicating whether this is an inline attachment.
getIsManagedFoldersRoot() - Method in class microsoft.exchange.webservices.data.property.complex.ManagedFolderInformation
Gets a value indicating whether the folder is the root of the managed folder hierarchy.
getIsMeeting() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a value indicating whether the appointment is a meeting.
getIsMeeting() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a value indicating whether the appointment is a meeting.
getIsMeetingRequest() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets a value indicating whether incoming messages must be meeting request for the condition or exception to apply.
getIsMeetingResponse() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets a value indicating whether incoming messages must be meeting response for the condition or exception to apply.
getIsNew() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a value indicating whether this object is a real store item, or if it's a local object that has yet to be saved.
getIsNonDeliveryReport() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets a value indicating whether incoming messages must be non-delivery reports (NDR) for the condition or exception to apply.
getIsNotSupported() - Method in class microsoft.exchange.webservices.data.property.complex.Rule
Gets a value indicating whether this rule can be modified via EWS.
getIsOnlineMeeting() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a value indicating whether this is an online meeting.
getIsOnlineMeeting() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a value indicating whether this is an online meeting.
getIsOpen() - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
Gets a value indicating whether this connection is opened
getIsOutOfDate() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingMessage
Gets the IsOutOfDate property.
getIsPermissionControlled() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets a value indicating whether incoming messages must be permission controlled (RMS protected) for the condition or exception to apply.
getIsRead() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets a value indicating whether the e-mail message is read.
getIsRead() - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Gets a value indicating whether the post item is read.
getIsRead() - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
IsRead
getIsRead() - Method in class microsoft.exchange.webservices.data.sync.ItemChange
Gets the IsRead property for the item that the change applies to.
getIsReadReceipt() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets a value indicating whether incoming messages must be read receipts for the condition or exception to apply.
getIsReadReceiptRequested() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets a value indicating whether a read receipt is requested for the e-mail message.
getIsRecurring() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a value indicating whether the appointment is recurring.
getIsRecurring() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a value indicating whether the appointment is recurring.
getIsRecurring() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets a value indicating whether the task is recurring.
getIsReminderSet() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a value indicating whether a reminder is set for this item.
getIsResend() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a value indicating whether the item is a resend of another item.
getIsResponseRequested() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a value indicating whether response are requested when invitations are sent for this meeting.
getIsResponseRequested() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets a value indicating whether a response is requested for the e-mail message.
getIsSigned() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets a value indicating whether incoming messages must be S/MIME signed for the condition or exception to apply.
getIsSubmitted() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a value indicating whether the message has been submitted to be sent.
getIsTeamTask() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets a value indicating whether the task is a team task.
getIsTimeZoneHeaderRequired(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
This method is not supported in this object.
getIsTimeZoneHeaderRequired(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a value indicating whether a time zone SOAP header should be emitted in a CreateItem or UpdateItem request so this item can be property saved or updated.
getIsTimeZoneHeaderRequired(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets a value indicating whether a time zone SOAP header should be emitted in a CreateItem or UpdateItem request so this item can be property saved or updated.
getIsTimeZoneHeaderRequired(boolean) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Gets a value indicating whether a time zone SOAP header should be emitted in a CreateItem or UpdateItem request so this item can be property saved or updated.
getIsUnmodified() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a value indicating whether the item has been modified since it was created.
getIsUpdateCallNecessary() - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Determines whether an EWS UpdateItem/UpdateFolder call is necessary to save the changes that occurred in the bag.
getIsValid() - Method in class microsoft.exchange.webservices.data.property.complex.FolderId
True if this instance is valid, false otherwise.
getIsVoicemail() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets a value indicating whether incoming messages must be voice mails for the condition or exception to apply.
getItem() - Method in class microsoft.exchange.webservices.data.core.response.GetItemResponse
Gets the item that was retrieved.
getItem() - Method in class microsoft.exchange.webservices.data.core.response.MoveCopyItemResponse
Gets the copied or moved item.
GetItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetItem.
getItem() - Method in class microsoft.exchange.webservices.data.property.complex.ItemAttachment
Gets the item associated with the attachment.
getItem(int) - Method in class microsoft.exchange.webservices.data.property.complex.ItemCollection
Gets the item at the specified index.
getItem() - Method in class microsoft.exchange.webservices.data.sync.ItemChange
Gets the item the change applies to.
getItemClass() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the custom class name of this item.
getItemClass() - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage
Gets the item class.
getItemClasses() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets a list summarizing the classes of the item in this conversation, in the current folder only.
getItemClasses() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets the item classes that must be stamped on incoming messages for the condition or exception to apply.
getItemEvents() - Method in class microsoft.exchange.webservices.data.notification.GetEventsResults
Gets the collection of item events.
getItemGroups() - Method in class microsoft.exchange.webservices.data.search.GroupedFindItemsResults
Gets the item groups returned by the search operation.
getItemId() - Method in class microsoft.exchange.webservices.data.core.request.PlayOnPhoneRequest
Gets the item id of the message to play.
getItemId() - Method in class microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderItemId
Gets The Id of the public folder item.
getItemId() - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Gets the Id of the user configuration.
getItemId() - Method in class microsoft.exchange.webservices.data.notification.ItemEvent
Gets the Id of the item this event applies to.
getItemId() - Method in class microsoft.exchange.webservices.data.property.complex.OccurrenceInfo
Gets the Id of the occurrence.
getItemId() - Method in class microsoft.exchange.webservices.data.sync.ItemChange
Gets the Id of the item the change applies to.
getItemIdFromString(String) - Static method in class microsoft.exchange.webservices.data.property.complex.ItemId
Defines an implicit conversion between string and ItemId.
getItemIds() - Method in class microsoft.exchange.webservices.data.core.request.DeleteItemRequest
Gets the item ids.
getItemIds() - Method in class microsoft.exchange.webservices.data.core.request.MoveCopyItemRequest
Gets the item ids.
getItemIds() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets the Ids of the messages in this conversation, in the current folder only.
getItemIdWrapperList(int) - Method in class microsoft.exchange.webservices.data.misc.ItemIdWrapperList
Gets the item at the specified index.
GetItemRequest - Class in microsoft.exchange.webservices.data.core.request
Represents an abstract GetItem request.
GetItemRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.GetItemRequest
Initializes a new instance of the class.
GetItemRequestForLoad - Class in microsoft.exchange.webservices.data.core.request
Represents a GetItem request specialized to return ServiceResponse.
GetItemRequestForLoad(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.GetItemRequestForLoad
Initializes a new instance of the class.
GetItemResponse - Class in microsoft.exchange.webservices.data.core.response
Represents a response to an individual item retrieval operation.
GetItemResponse(Item, PropertySet) - Constructor for class microsoft.exchange.webservices.data.core.response.GetItemResponse
Initializes a new instance of the class.
GetItemResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetItemResponse.
GetItemResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetItemResponseMessage.
getItems() - Method in class microsoft.exchange.webservices.data.core.request.SendItemRequest
Gets the item.
getItems() - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
Gets the item.
getItems() - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Gets the item.
getItems() - Method in class microsoft.exchange.webservices.data.search.FindItemsResults
Gets a collection containing the item that were found by the search operation.
getItems() - Method in class microsoft.exchange.webservices.data.search.ItemGroup
Gets a collection of the item in this group.
getItemTypeFromXmlElementName(String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
 
getIterator() - Method in class microsoft.exchange.webservices.data.property.complex.ItemCollection
Gets an iterator that iterates through the elements of the collection.
getIterator() - Method in class microsoft.exchange.webservices.data.property.complex.StringList
Gets an iterator that iterates through the elements of the collection.
getJobTitle() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the contact's job title.
getJournalFolderPermissionLevel() - Method in class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
Gets the delegate user's permission on the principal's journal folder.
getKey() - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryEntryProperty
Gets the key.
getKey() - Method in class microsoft.exchange.webservices.data.property.complex.GroupMember
Gets the key of the member.
getKey() - Method in class microsoft.exchange.webservices.data.property.definition.GroupMemberPropertyDefinition
Gets the key.
getLastDeliveryTime() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets the delivery time of the message that was last received in this conversation in the current folder only.
getLastModifiedName() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the name of the user who last modified this item.
getLastModifiedTime() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the date and time this item was last modified.
getLastModifiedTime() - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Gets the date and time when this attachment was last modified.
getLastOccurrence() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets an OccurrenceInfo identifying the first occurrence of this meeting.
getLastOccurrence() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets an OccurrenceInfo identifying the last occurrence of this meeting.
getLastResponseTime() - Method in class microsoft.exchange.webservices.data.property.complex.Attendee
Gets the last response time.
getLegacyDN() - Method in class microsoft.exchange.webservices.data.autodiscover.AlternateMailbox
Gets the alternate mailbox legacy DN.
getLegacyFreeBusyStatus() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a value indicating the free/busy status of the owner of this appointment.
getLegacyUserSettings(Class<TSettings>, String) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Calls the legacy Autodiscover service to retrieve configuration settings.
getLineNumber() - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Gets the line number.
getLoadedPropertyDefinitions() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Gets the collection of loaded property definitions.
getLocalName() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Gets the local name of the current element.
getLocation() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the location of this appointment.
getLocation() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the location of this appointment.
getLocation() - Method in class microsoft.exchange.webservices.data.property.complex.availability.CalendarEventDetails
Gets the location of the calendar event.
getLogicalOperator() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Gets the logical operator that links the serach filter in this collection.
getMailbox() - Method in class microsoft.exchange.webservices.data.misc.id.AlternateId
Gets the mailbox to which the Id belongs.
getMailbox() - Method in class microsoft.exchange.webservices.data.misc.NameResolution
Gets the mailbox of the suggested resolved name.
getMailbox() - Method in class microsoft.exchange.webservices.data.property.complex.FolderId
Gets the mailbox of the folder.
getMailboxFromString(String) - Static method in class microsoft.exchange.webservices.data.property.complex.Mailbox
Defines an implicit conversion between a string representing an SMTP address and Mailbox.
getmailboxSmtpAddress() - Method in class microsoft.exchange.webservices.data.core.request.GetInboxRulesRequest
Gets or sets the address of the mailbox from which to get the inbox rules.
getMailboxSmtpAddress() - Method in class microsoft.exchange.webservices.data.core.request.GetPasswordExpirationDateRequest
Gets mailbox smtp address.
getMailboxSmtpAddress() - Method in class microsoft.exchange.webservices.data.core.request.UpdateInboxRulesRequest
Gets the address of the mailbox in which to update the inbox rules.
getMailboxType() - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddress
Gets the type of the e-mail address.
getMajorBuildNumber() - Method in class microsoft.exchange.webservices.data.core.ExchangeServerInfo
Gets the Major Exchange server build number.
getMajorVersion() - Method in class microsoft.exchange.webservices.data.core.ExchangeServerInfo
Gets the Major Exchange server version number.
getManagedFolderId() - Method in class microsoft.exchange.webservices.data.property.complex.ManagedFolderInformation
Gets the Managed Folder Id of the folder.
getManagedFolderInformation() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Gets the Email Lifecycle Management (ELC) information associated with the folder.
getManager() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the name of the contact's manager.
getManagerMailbox() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the manager mailbox information
getMapiType() - Method in class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Gets the MAPI type of the extended property.
getMapiTypeConverterMap() - Static method in class microsoft.exchange.webservices.data.misc.MapiTypeConverter
Gets the MAPI type converter map.
getMarkAsRead() - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
Gets or sets a value indicating whether incoming messages should be marked as read.
getMarkImportance() - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
Gets or sets the importance that should be stamped on incoming messages.
getMaxChangesReturned() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Gets the maximum number of changes returned by SyncFolderItems.
getMaxEntriesReturned() - Method in class microsoft.exchange.webservices.data.search.CalendarView
Gets the maximum number of item or folder the search operation should return.
getMaxEntriesReturned() - Method in class microsoft.exchange.webservices.data.search.PagedView
Gets the maximum number of item or folder the search operation should return.
getMaxEntriesReturned() - Method in class microsoft.exchange.webservices.data.search.ViewBase
Gets the maximum number of item or folder the search operation should return.
getMaximumNonWorkHoursSuggestionsPerDay() - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Gets the number of suggested meeting times outside regular working hours per day.
getMaximumSize() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicateSizeRange
Gets or sets the maximum size, in kilobytes.
getMaximumSuggestionsPerDay() - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Gets the number of suggested meeting times that should be returned per day.
getMaxItemsReturned() - Method in class microsoft.exchange.webservices.data.search.CalendarView
The maximum number of item the search operation should return.
getMeetingCancellation() - Method in class microsoft.exchange.webservices.data.misc.CalendarActionResults
Gets the copy of the meeting cancellation message sent by the organizer to the attendees of a meeting when the meeting is cancelled.
getMeetingDuration() - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Gets the duration, in minutes, of the meeting for which to obtain suggestions.
getMeetingReqestsDeliveryScope() - Method in class microsoft.exchange.webservices.data.misc.DelegateInformation
Gets a value indicating if and how meeting request are delivered to delegates.
getMeetingRequest() - Method in class microsoft.exchange.webservices.data.misc.CalendarActionResults
Gets the meeting request that was moved to the Deleted Items folder as a result of an attendee accepting, tentatively accepting or declining a meeting request.
getMeetingRequestsDeliveryScope() - Method in class microsoft.exchange.webservices.data.core.request.AddDelegateRequest
Gets the meeting request delivery scope.
getMeetingRequestsDeliveryScope() - Method in class microsoft.exchange.webservices.data.core.request.UpdateDelegateRequest
Gets the meeting request delivery scope.
getMeetingRequestsDeliveryScope() - Method in class microsoft.exchange.webservices.data.core.response.GetDelegateResponse
Gets a value indicating if and how meeting request are delivered to delegates.
getMeetingRequestType() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the type of this meeting request.
getMeetingRequestWasSent() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a value indicating whether the meeting request has already been sent.
getMeetingRequestWasSent() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a value indicating whether the meeting request has already been sent.
getMeetingResponse() - Method in class microsoft.exchange.webservices.data.misc.CalendarActionResults
Gets the copy of the response that is sent to the organizer of a meeting when the meeting is accepted, tentatively accepted or declined by an attendee.
getMeetingTime() - Method in class microsoft.exchange.webservices.data.property.complex.availability.TimeSuggestion
Gets the suggested time.
getMeetingWorkspaceUrl() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the URL of the meeting workspace.
getMeetingWorkspaceUrl() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the URL of the meeting workspace.
getMember() - Method in class microsoft.exchange.webservices.data.core.LazyMember
Public accessor for the lazy member.
getMembers() - Method in class microsoft.exchange.webservices.data.core.response.ExpandGroupResponse
Gets a list of the group's members.
getMembers() - Method in class microsoft.exchange.webservices.data.core.service.item.ContactGroup
Gets the members of the contact group.
getMembers() - Method in class microsoft.exchange.webservices.data.misc.ExpandGroupResults
Gets the members of the expanded group.
getMergedFreeBusyInterval() - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Gets the time difference between two successive slots in a FreeBusyMerged view.
getMergedFreeBusyStatus() - Method in class microsoft.exchange.webservices.data.core.response.AttendeeAvailability
Gets a collection of merged free/busy status for the attendee.
getMessage() - Method in class microsoft.exchange.webservices.data.autodiscover.exception.error.AutodiscoverError
Gets the error message.
getMessage() - Method in exception microsoft.exchange.webservices.data.core.exception.service.remote.ServiceResponseException
Gets a message that describes the current exception.
getMessage() - Method in class microsoft.exchange.webservices.data.misc.availability.OofReply
Gets the the reply message.
getMessage() - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Gets the message.
getMessageBodyFromText(String) - Static method in class microsoft.exchange.webservices.data.property.complex.MessageBody
Defines an implicit conversation between a string and MessageBody.
getMessageClassifications() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets the message classifications that must be stamped on incoming messages for the condition or exception to apply.
getMessageCount() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets the total number of messages in this conversation in the current folder only.
getMessageDisposition() - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
Gets the message disposition.
getMicrosoftTimeZoneName(TimeZone) - Static method in class microsoft.exchange.webservices.data.util.TimeZoneUtils
Convert Olson TimeZone to Microsoft TimeZone Generated using Unicode CLDR project Example: https://gist.github.com/scottmac/655675e9b4d4913c539c
getMiddleName() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the middle name of the contact.
getMiddleName() - Method in class microsoft.exchange.webservices.data.property.complex.CompleteName
Gets the middle name of the contact.
getMileage() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the mileage for the contact.
getMileage() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets the mileage of the task.
getMilliseconds() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Gets the number of milliseconds.
getMimeContent() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Get the MIME content of this item.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.autodiscover.request.ApplyConversationActionRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.AddDelegateRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.ConvertIdRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.CopyFolderRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.CopyItemRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.CreateAttachmentRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.CreateFolderRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.CreateItemRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.CreateResponseObjectRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.CreateUserConfigurationRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.DeleteAttachmentRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.DeleteFolderRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.DeleteItemRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.DeleteUserConfigurationRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.DisconnectPhoneCallRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.EmptyFolderRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.ExecuteDiagnosticMethodRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.ExpandGroupRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.FindConversationRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.FindFolderRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.FindItemRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.GetAttachmentRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.GetDelegateRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.GetEventsRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.GetInboxRulesRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.GetPasswordExpirationDateRequest
 
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.GetPhoneCallRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.GetRoomListsRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.GetRoomsRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.GetServerTimeZonesRequest
Gets the minimum server version required to process this request.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.GetStreamingEventsRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.GetUserOofSettingsRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.MoveFolderRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.MoveItemRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.PlayOnPhoneRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.RemoveDelegateRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.SendItemRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Gets the minimum server version required to process this request.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.SetUserOofSettingsRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToPullNotificationsRequest
Gets the minimum server version required to process this request.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToPushNotificationsRequest
 
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToStreamingNotificationsRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderHierarchyRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.UnsubscribeRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.UpdateDelegateRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.UpdateFolderRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.UpdateInboxRulesRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
 
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.UpdateUserConfigurationRequest
Gets the request version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.folder.CalendarFolder
Obtains a list of appointments by searching the contents of this folder and performing recurrence expansion.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.folder.ContactsFolder
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.folder.SearchFolder
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.folder.TasksFolder
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.item.ContactGroup
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingCancellation
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingMessage
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingResponse
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Internal method to return the schema associated with this type of object.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.response.AcceptMeetingInvitationMessage
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.response.CancelMeetingMessage
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.response.DeclineMeetingInvitationMessage
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.response.PostReply
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.response.RemoveFromCalendar
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseMessage
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.response.SuppressReadReceipt
Gets the minimum required server version.
getMinimumRequiredServerVersion() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Gets the minimum required server version.
getMinimumSize() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicateSizeRange
Gets or sets the minimum size, in kilobytes.
getMinimumSuggestionQuality() - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Gets the minimum quality of suggestions that should be returned.
getMinorBuildNumber() - Method in class microsoft.exchange.webservices.data.core.ExchangeServerInfo
Gets the Minor Exchange server build number.
getMinorVersion() - Method in class microsoft.exchange.webservices.data.core.ExchangeServerInfo
Gets the Minor Exchange server version number.
getMinutes() - Method in class microsoft.exchange.webservices.data.misc.Time
Gets the minutes.
getMinutes() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Gets the number of minutes (truncated).
getMode() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets a value indicating the mode of the task.
getModifiedItems() - Method in class microsoft.exchange.webservices.data.core.SimplePropertyBag
Gets the modified item.
getModifiedItems() - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Gets the modified item.
getModifiedOccurrences() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a list of modified occurrences for this meeting.
getModifiedOccurrences() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a list of modified occurrences for this meeting.
getMonth() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeYearlyPattern
Gets the month.
getMonth() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.YearlyPattern
Gets the month of the year when each occurrence happens.
getMoreChangesAvailable() - Method in class microsoft.exchange.webservices.data.sync.ChangeCollection
Gets the SyncState blob returned by a synchronization operation.
getMoveToFolder() - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
Gets or sets the Id of the folder to which incoming messages should be moved.
getMSExchangeCertificate() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the MSExchange certificate from the directory
getMustDisplayComment() - Method in class microsoft.exchange.webservices.data.property.complex.ManagedFolderInformation
Gets a value indicating whether the client application must display the Comment property to the user.
getMyResponseType() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a value indicating what was the last response of the user that loaded this meeting.
getMyResponseType() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a value indicating what was the last response of the user that loaded this meeting.
getName() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Gets the name of the current element.
getName() - Method in exception microsoft.exchange.webservices.data.core.exception.service.local.PropertyException
Gets the name.
getName() - Method in class microsoft.exchange.webservices.data.core.request.DeleteUserConfigurationRequest
Gets the name.
getName() - Method in class microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
Gets the name.
getName() - Method in class microsoft.exchange.webservices.data.misc.MobilePhone
Gets or sets the name associated with this mobile phone.
getName() - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Gets the name of the user configuration.
getName() - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Gets the name of the attachment.
getName() - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddress
Gets the name associated with the e-mail address.
getName() - Method in class microsoft.exchange.webservices.data.property.complex.InternetMessageHeader
Gets the name.
getName() - Method in class microsoft.exchange.webservices.data.property.complex.MeetingTimeZone
Gets the name of the time zone.
getName() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
Gets the name of this time zone definition.
getName() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZonePeriod
Gets the name of this period.
getName() - Method in class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Gets the name of the extended property.
getName() - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinition
Gets the name of the property.
getNamespace() - Method in class microsoft.exchange.webservices.data.autodiscover.configuration.ConfigurationSettingsBase
Gets the namespace that defines the settings.
getNamespace() - Method in class microsoft.exchange.webservices.data.autodiscover.configuration.outlook.OutlookConfigurationSettings
Gets the namespace that defines the settings.
getNamespace() - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Gets the namespace.
getNamespaceFromUri(String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Gets the namespace from uri.
getNameSpacePrefix() - Method in enum microsoft.exchange.webservices.data.core.enumeration.misc.XmlNamespace
Gets the name space prefix.
getNamespacePrefix(XmlNamespace) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Gets the namespace prefix from an XmlNamespace enum value.
getNamespacePrefix() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Gets the namespace prefix.
getNameSpaceUri() - Method in enum microsoft.exchange.webservices.data.core.enumeration.misc.XmlNamespace
Gets the name space uri.
getNamespaceUri(XmlNamespace) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Gets the namespace URI from an XmlNamespace enum value.
getNamespaceUri() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Gets the namespace URI.
getNameTarget() - Method in class microsoft.exchange.webservices.data.dns.DnsSrvRecord
Retrieves the value of the target property.
getNameToResolve() - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Gets the name to resolve.
getNetShowUrl() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the URL of the Microsoft NetShow online meeting.
getNetShowUrl() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the URL of the Microsoft NetShow online meeting.
getNewWatermark() - Method in class microsoft.exchange.webservices.data.notification.GetEventsResults
Gets the subscription's new watermark.
getNextPageOffset() - Method in class microsoft.exchange.webservices.data.search.FindFoldersResults
Gets the offset that should be used with FolderView to retrieve the next page of folder in a FindFolders operation.
getNextPageOffset() - Method in class microsoft.exchange.webservices.data.search.FindItemsResults
Gets the offset that should be used with ItemView to retrieve the next page of item in a FindItems operation.
getNextPageOffset() - Method in class microsoft.exchange.webservices.data.search.GroupedFindItemsResults
Gets the offset that should be used with ItemView to retrieve the next page of item in a FindItems operation.
getNickName() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the nick name of the contact.
getNickname() - Method in class microsoft.exchange.webservices.data.property.complex.CompleteName
Gets the nickname of the contact.
getNodeType() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Gets the type of the node.
getNodeType() - Method in class microsoft.exchange.webservices.data.security.XmlNodeType
Gets the node type.
getNotes() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Get the Notes from the directory
getNotesFolderPermissionLevel() - Method in class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
Gets the delegate user's permission on the principal's notes folder.
getNotifications() - Method in class microsoft.exchange.webservices.data.notification.GetStreamingEventsResults
Gets the notification collection.
getNotSentToMe() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets a value indicating whether the owner of the mailbox must NOT be a To recipient of the incoming messages for the condition or exception to apply.
getNumberOfMembers() - Method in class microsoft.exchange.webservices.data.property.complex.availability.Conflict
Gets the number of users, resources, and rooms in the conflicting group.
getNumberOfMembersAvailable() - Method in class microsoft.exchange.webservices.data.property.complex.availability.Conflict
Gets the number of members who are available (whose status is Free) in the conflicting group.
getNumberOfMembersWithConflict() - Method in class microsoft.exchange.webservices.data.property.complex.availability.Conflict
Gets the number of members who have a conflict (whose status is Busy, OOF or Tentative) in the conflicting group.
getNumberOfMembersWithNoData() - Method in class microsoft.exchange.webservices.data.property.complex.availability.Conflict
Gets the number of members who do not have published free/busy data in the conflicting group.
getNumberOfOccurrences() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
Gets the number of occurrences after which the recurrence ends.
getNumberOfOccurrences() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.NumberedRecurrenceRange
Gets the number of occurrences.
getObjectCollectionXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.CreateFolderRequest
Gets the name of the object collection XML element.
getObjectFromPropertyDefinition(PropertyDefinition) - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Gets the value of a property.
getObjectFromPropertyDefinition(PropertyDefinitionBase) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Gets the value of specified property in this instance.
getObjectInstance(ExchangeService, String) - Method in class microsoft.exchange.webservices.data.core.response.CreateItemResponse
Gets Item instance.
getObjectInstance(ExchangeService, String) - Method in class microsoft.exchange.webservices.data.core.response.CreateResponseObjectResponse
Gets Item instance.
getObjectInstanceDelegate(ExchangeService, String) - Method in class microsoft.exchange.webservices.data.core.response.CreateFolderResponse
Gets the object instance delegate.
getObjectInstanceDelegate(ExchangeService, String) - Method in class microsoft.exchange.webservices.data.core.response.GetFolderResponse
Gets the object instance delegate.
getObjectInstanceDelegate(ExchangeService, String) - Method in class microsoft.exchange.webservices.data.core.response.GetItemResponse
Gets the object instance delegate.
getObjectInstanceDelegate(ExchangeService, String) - Method in interface microsoft.exchange.webservices.data.core.response.IGetObjectInstanceDelegate
Gets the object instance delegate.
getObjectInstanceDelegate(ExchangeService, String) - Method in class microsoft.exchange.webservices.data.core.response.MoveCopyFolderResponse
Gets the object instance delegate.
getObjectInstanceDelegate(ExchangeService, String) - Method in class microsoft.exchange.webservices.data.core.response.MoveCopyItemResponse
Gets the object instance delegate.
getObjectInstanceDelegate(ExchangeService, String) - Method in class microsoft.exchange.webservices.data.core.response.UpdateFolderResponse
Gets the object instance delegate.
getObjectInstanceDelegate(ExchangeService, String) - Method in class microsoft.exchange.webservices.data.core.response.UpdateItemResponse
 
getOccurrenceIndex() - Method in class microsoft.exchange.webservices.data.property.complex.AppointmentOccurrenceId
Gets the index of the occurrence.
getOfficeLocation() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the location of the contact's office.
getOffset() - Method in class microsoft.exchange.webservices.data.property.complex.TimeChange
Gets the offset since the beginning of the year when the change occurs.
getOffset() - Method in class microsoft.exchange.webservices.data.search.PagedView
Gets the offset.
getOffsetBasePoint() - Method in class microsoft.exchange.webservices.data.search.PagedView
Gets the base point of the offset.
getOldFolderId() - Method in class microsoft.exchange.webservices.data.notification.FolderEvent
gets the Id of the folder that was moved or copied.
getOldItemId() - Method in class microsoft.exchange.webservices.data.notification.ItemEvent
Gets the Id of the item that was moved or copied.
getOldParentFolderId() - Method in class microsoft.exchange.webservices.data.notification.NotificationEvent
gets the oldParentFolderId.
getOnSerializeCustomSoapHeaders() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Gets the on serialize custom soap headers.
getOofReplyFromString(String) - Static method in class microsoft.exchange.webservices.data.misc.availability.OofReply
Initializes a new instance of the class.
getOofSettings() - Method in class microsoft.exchange.webservices.data.core.request.SetUserOofSettingsRequest
Gets the oof settings.
getOofSettings() - Method in class microsoft.exchange.webservices.data.core.response.GetUserOofSettingsResponse
Gets the OOF settings.
getOperation() - Method in class microsoft.exchange.webservices.data.property.complex.RuleOperationError
Gets the operation that resulted in an error.
getOptionalAttendees() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a list of optional attendeed for this meeting.
getOptionalAttendees() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a list of optional attendeed for this meeting.
getOptions() - Method in class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Gets an object that allows you to specify options controlling the information returned by the GetUserAvailability request.
getOrderBy() - Method in class microsoft.exchange.webservices.data.search.ConversationIndexedItemView
Gets the property against which the returned item should be ordered.
getOrderBy() - Method in class microsoft.exchange.webservices.data.search.ItemView
Gets the property against which the returned item should be ordered.
getOrganizer() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the organizer of this meeting.
getOrganizer() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the organizer of this meeting.
getOriginalStart() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the original start time of this appointment.
getOriginalStart() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the original start time of the appointment.
getOriginalStart() - Method in class microsoft.exchange.webservices.data.property.complex.DeletedOccurrenceInfo
Gets the original start date and time of the deleted occurrence.
getOriginalStart() - Method in class microsoft.exchange.webservices.data.property.complex.OccurrenceInfo
Gets the original start date and time of the occurrence.
getOtherPropertyDefinition() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.RelationalFilter
Gets the definition of the property to compare with.
getOutlookRuleBlobExists() - Method in class microsoft.exchange.webservices.data.property.complex.RuleCollection
Gets a value indicating whether an Outlook rule blob exists in the user's mailbox.
getOutputStream(String) - Method in interface microsoft.exchange.webservices.data.core.IFileAttachmentContentHandler
Provides a stream to which the content of the attachment with the specified Id should be written.
getOutputStream() - Method in class microsoft.exchange.webservices.data.core.request.HttpClientWebRequest
Gets the output stream.
getOutputStream() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the output stream.
getOverallResult() - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponseCollection
Gets a value indicating the overall result of the request that generated this response collection.
getOwner() - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Gets the owner of this bag.
getOwner() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets the name of the owner of the task.
getOwner() - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Gets the owner of the attachment.
getOwner() - Method in class microsoft.exchange.webservices.data.property.complex.AttachmentCollection
The owner of this attachment collection.
getOwner() - Method in interface microsoft.exchange.webservices.data.property.complex.IOwnedProperty
Gets the owner.
getPageSize() - Method in class microsoft.exchange.webservices.data.search.PagedView
Gets the maximum number of item or folder the search operation should return.
getParameter() - Method in class microsoft.exchange.webservices.data.core.request.ExecuteDiagnosticMethodRequest
Gets the parameter to the executing method.
getParamName() - Method in exception microsoft.exchange.webservices.data.core.exception.misc.ArgumentException
Get the Name of the Param that causes the exception
getParentAttachment() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the parent attachment of this item.
getParentFolderId() - Method in class microsoft.exchange.webservices.data.core.request.DeleteUserConfigurationRequest
Gets the parent folThe parent folder Id.
getParentFolderId() - Method in class microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
Gets the parent folder Id.
getParentFolderId() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Gets the Id of this folder's parent folder.
getParentFolderId() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the Id of the parent folder of this item.
getParentFolderId() - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Gets the Id of the folder containing the user configuration.
getParentFolderId() - Method in class microsoft.exchange.webservices.data.notification.NotificationEvent
gets the parentFolderId.
getParentFolderIds() - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Gets the parent folder ids.
getParentFolderXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.CreateFolderRequest
Gets the name of the parent folder XML element.
getParentItemId() - Method in class microsoft.exchange.webservices.data.core.request.CreateAttachmentRequest
Gets the parent item id.
getParse() - Method in class microsoft.exchange.webservices.data.misc.MapiTypeConverterMapEntry
Gets the string parser.
getPartnerToken() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
Gets the partner token.
getPartnerTokenReference() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
Gets the partner token reference.
getPassword() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the password.
getPassword() - Method in class microsoft.exchange.webservices.data.credential.WebProxyCredentials
 
getPasswordExpirationDate(String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Get the password expiration date
getPasswordExpirationDate() - Method in class microsoft.exchange.webservices.data.core.response.GetPasswordExpirationDateResponse
Get password expiration date.
GetPasswordExpirationDateRequest - Class in microsoft.exchange.webservices.data.core.request
 
GetPasswordExpirationDateRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.GetPasswordExpirationDateRequest
Initializes a new instance of the GetPasswordExpirationDateRequest class
GetPasswordExpirationDateRequest - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetPasswordExpirationDate.
GetPasswordExpirationDateResponse - Class in microsoft.exchange.webservices.data.core.response
 
GetPasswordExpirationDateResponse() - Constructor for class microsoft.exchange.webservices.data.core.response.GetPasswordExpirationDateResponse
Initializes a new instance of the GetPasswordExpirationDateResponse class.
GetPasswordExpirationDateResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetPasswordExpirationDateResponse.
getPercentComplete() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets the completion percentage of the task.
getPeriods() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
Adds a transition group with a single transition to the specified period.
getPermanentDelete() - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
Gets or sets a value indicating whether incoming messages should be permanently deleted.
getPermissionLevel() - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Gets the permission level.
getPermissions() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Gets a list of permissions for the folder.
getPermissions() - Method in class microsoft.exchange.webservices.data.property.complex.DelegateUser
Gets the list of delegate user's permissions.
getPhoneCall() - Method in class microsoft.exchange.webservices.data.core.response.GetPhoneCallResponse
Gets the phone call.
GetPhoneCall - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetPhoneCall.
getPhoneCallId() - Method in class microsoft.exchange.webservices.data.core.response.PlayOnPhoneResponse
Gets the Id of the phone call.
getPhoneCallInformation(PhoneCallId) - Method in class microsoft.exchange.webservices.data.messaging.UnifiedMessaging
Retrieves information about a current phone call.
GetPhoneCallRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a GetPhoneCall request.
GetPhoneCallRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.GetPhoneCallRequest
Initializes a new instance of the GetPhoneCallRequest class.
GetPhoneCallResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a GetPhoneCall operation.
GetPhoneCallResponse(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.response.GetPhoneCallResponse
Initializes a new instance of the GetPhoneCallResponse class.
GetPhoneCallResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetPhoneCallResponse.
getPhoneNumber() - Method in class microsoft.exchange.webservices.data.misc.MobilePhone
Gets or sets the number of this mobile phone.
getPhoneNumber(PhoneNumberKey) - Method in class microsoft.exchange.webservices.data.property.complex.PhoneNumberDictionary
Gets the phone number at the specified key.
getPhoneNumber() - Method in class microsoft.exchange.webservices.data.property.complex.PhoneNumberEntry
Gets the phone number of the entry.
getPhoneNumbers() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets an indexed list of phone numbers for the contact.
getPhoneticFirstName() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the funn phonetic name from the directory
getPhoneticFullName() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the funn phonetic name from the directory
getPhoneticLastName() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the phonetic last name from the directory
getPhysicalAddress(PhysicalAddressKey) - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressDictionary
Gets the physical address at the specified key.
getPhysicalAddresses() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets an indexed list of physical addresses for the contact.
getPort() - Method in class microsoft.exchange.webservices.data.autodiscover.ProtocolConnection
Gets the port number.
getPort() - Method in class microsoft.exchange.webservices.data.core.WebProxy
Gets the Proxy Port.
getPort() - Method in class microsoft.exchange.webservices.data.dns.DnsSrvRecord
Retrieves the value of the port property.
getPositionWithinLine() - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Gets the position within line.
getPostalAddressIndex() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the index of the contact's postal address.
getPostalCode() - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
Gets the postal code.
getPostedTime() - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Gets the the date and time when the post item was posted.
getPreferredCulture() - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Gets the preferred culture.
getPreviousWatermark() - Method in class microsoft.exchange.webservices.data.notification.GetEventsResults
Gets the subscription's previous watermark.
getPrimarySmtpAddress() - Method in class microsoft.exchange.webservices.data.property.complex.UserId
Gets the primary SMTP address or the user.
getPrintableName() - Method in class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Gets the property definition's printable name.
getPrintableName() - Method in class microsoft.exchange.webservices.data.property.definition.GroupMemberPropertyDefinition
Gets the property definition's printable name.
getPrintableName() - Method in class microsoft.exchange.webservices.data.property.definition.IndexedPropertyDefinition
Gets the property definition's printable name.
getPrintableName() - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinition
Gets the property definition's printable name.
getPrintableName() - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinitionBase
Gets the property definition's printable name.
getPriority() - Method in class microsoft.exchange.webservices.data.dns.DnsSrvRecord
Retrieves the value of the priority property.
getPriority() - Method in class microsoft.exchange.webservices.data.property.complex.Rule
Gets or sets the priority of this rule, which determines its execution order.
getProcessRightAway() - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
Gets ProcessRightAway
getProfession() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the contact's profession.
getProperties() - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Gets a Map holding the bag's property.
getProperties() - Method in class microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
Gets the property.
getPropertyAtIndex(int) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Gets the property at the specified index.
getPropertyBag() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
The property bag holding property values for this object.
getPropertyDefinition() - Method in exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceObjectPropertyException
The definition of the property that is at the origin of the exception.
getPropertyDefinition() - Method in class microsoft.exchange.webservices.data.property.complex.ExtendedProperty
Gets the definition of the extended property.
getPropertyDefinition() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.PropertyBasedFilter
Gets the definition of the property that is involved in the search filter.
getPropertyDefinitionBaseAt(int) - Method in class microsoft.exchange.webservices.data.core.PropertySet
Gets the PropertyDefinitionBase at the specified index.
getPropertyDefinitionSortDirectionPair(int) - Method in class microsoft.exchange.webservices.data.search.OrderByCollection
Gets the element at the specified index from the collection.
getPropertySet() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderHierarchyRequest
Gets or sets the property set.
getPropertySet() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Gets or sets the property set.
getPropertySet() - Method in class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Gets the property set of the extended property.
getPropertySet() - Method in class microsoft.exchange.webservices.data.search.ViewBase
Gets the property set.
getPropertySetFromBasePropertySet(BasePropertySet) - Static method in class microsoft.exchange.webservices.data.core.PropertySet
Implements an implicit conversion between PropertySet and BasePropertySet.
getPropertySetId() - Method in class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Gets the property set Id or the extended property.
getPropertySetOrDefault() - Method in class microsoft.exchange.webservices.data.search.ViewBase
Gets the property set or the default.
getProxy() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the Web Proxy.
getPwd() - Method in class microsoft.exchange.webservices.data.credential.WebCredentials
Gets the pwd.
getQuality() - Method in class microsoft.exchange.webservices.data.property.complex.availability.Suggestion
Gets the quality of the suggestion.
getQuality() - Method in class microsoft.exchange.webservices.data.property.complex.availability.TimeSuggestion
Gets the quality of the suggestion.
getReadItems() - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Gets the read item access permission.
getReason() - Method in class microsoft.exchange.webservices.data.core.request.HangingRequestDisconnectEventArgs
Gets the reason that the user was disconnected.
getReceiveCopiesOfMeetingMessages() - Method in class microsoft.exchange.webservices.data.property.complex.DelegateUser
Gets a value indicating if the delegate user should receive copies of meeting request.
getReceivedBy() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets the ReceivedBy property of the e-mail message.
getReceivedRepresenting() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets the ReceivedRepresenting property of the e-mail message.
getRecurrence() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the recurrence pattern for this appointment.
getRecurrence() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the recurrence pattern for this meeting request.
getRecurrence() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets the recurrence pattern for this task.
getRecurrence() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.RecurrenceRange
Gets or sets the recurrence.
getRecurrence() - Method in class microsoft.exchange.webservices.data.property.complex.TimeChange
Gets the recurrence.
getRedirectionUrl() - Method in class microsoft.exchange.webservices.data.autodiscover.response.AutodiscoverResponse
Gets the redirection URL.
getRedirectionUrlFromDnsSrvRecord(String) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Get an autodiscover SRV record in DNS and construct autodiscover URL.
getRedirectionUrlValidationCallback() - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Gets the redirection url validation callback.
getRedirectTarget() - Method in class microsoft.exchange.webservices.data.autodiscover.configuration.ConfigurationSettingsBase
Gets the redirect target.
getRedirectTarget() - Method in class microsoft.exchange.webservices.data.autodiscover.configuration.outlook.OutlookConfigurationSettings
Gets the redirect target.
getRedirectTarget() - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetDomainSettingsResponse
Gets the redirectionTarget (URL or email address).
getRedirectTarget() - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetUserSettingsResponse
Gets the redirectionTarget (URL or email address).
getRedirectToRecipients() - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
Gets the e-mail addresses to which incoming messages should be redirecteded.
getReferences() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets the references of the e-mail message.
getReferences() - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Gets the references of the post item.
getReminderDueBy() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the date and time when the reminder is due for this item.
getReminderMinutesBeforeStart() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the number of minutes before the start of this item when the reminder should be triggered.
getRemovedItems() - Method in class microsoft.exchange.webservices.data.core.SimplePropertyBag
Gets the removed item.
getRemovedItems() - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Gets the removed item.
getRemoveOutlookRuleBlob() - Method in class microsoft.exchange.webservices.data.core.request.UpdateInboxRulesRequest
Gets a value indicating whether or not to remove OutlookRuleBlob from the rule collection.
getReplyTo() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets a list of e-mail addresses to which replies should be addressed.
getRequestedBodyType() - Method in class microsoft.exchange.webservices.data.core.PropertySet
Gets type of body that should be loaded on item.
getRequestedData() - Method in class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Gets a value indicating what data is requested (free/busy and/or suggestions).
getRequestedFreeBusyView() - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Gets the requested type of free/busy view.
getRequestedServerVersion() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Gets the requested server version.
getRequestedVersion() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetDomainSettingsRequest
Gets or sets the requestedVersion.
getRequestMethod() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the request method type.
getRequestProperty() - Method in class microsoft.exchange.webservices.data.core.request.HttpClientWebRequest
Gets the request property.
getRequestProperty() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the request property.
getRequestXmlElementName() - Method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Gets the name of the request XML element.
getRequestXmlElementName() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetDomainSettingsRequest
Gets the name of the request XML element.
getRequestXmlElementName() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
Gets the name of the request XML element.
getRequiredAttendees() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a list of required attendees for this meeting.
getRequiredAttendees() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a list of required attendees for this meeting.
getResolutions() - Method in class microsoft.exchange.webservices.data.core.response.ResolveNamesResponse
Gets a list of name resolution suggestions.
getResources() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a list of resources for this meeting.
getResources() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a list of resources for this meeting.
getResponse() - Method in exception microsoft.exchange.webservices.data.core.exception.service.remote.ServiceResponseException
Gets the ServiceResponse for the exception.
getResponseAtIndex(int) - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponseCollection
Gets the response at the specified index.
getResponseCode() - Method in class microsoft.exchange.webservices.data.core.request.HttpClientWebRequest
Gets the response code.
getResponseCode() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the response code.
getResponseCode() - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Gets the response code.
getResponseCollectionXmlElementName() - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverResponseCollection
Gets the name of the response collection XML element.
getResponseCollectionXmlElementName() - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetDomainSettingsResponseCollection
Gets the name of the response collection XML element.
getResponseCollectionXmlElementName() - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetUserSettingsResponseCollection
Gets the name of the response collection XML element.
getResponseContentType() - Method in class microsoft.exchange.webservices.data.core.request.HttpClientWebRequest
Gets the response content type.
getResponseContentType() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the response content type.
getResponseHeaderField(String) - Method in class microsoft.exchange.webservices.data.core.request.HttpClientWebRequest
 
getResponseHeaderField(String) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the response header field.
getResponseHeaders() - Method in class microsoft.exchange.webservices.data.core.request.HttpClientWebRequest
Gets the response headers.
getResponseHeaders() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the response headers.
getResponseInstanceXmlElementName() - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverResponseCollection
Gets the name of the response instance XML element.
getResponseInstanceXmlElementName() - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetDomainSettingsResponseCollection
Gets the name of the response instance XML element.
getResponseInstanceXmlElementName() - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetUserSettingsResponseCollection
Gets the name of the response instance XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.autodiscover.request.ApplyConversationActionRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.ConvertIdRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.CopyFolderRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.CopyItemRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.CreateAttachmentRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.CreateFolderRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.CreateUserConfigurationRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.DeleteAttachmentRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.DeleteFolderRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.DeleteItemRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.DeleteUserConfigurationRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.EmptyFolderRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.ExecuteDiagnosticMethodRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.ExpandGroupRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.FindFolderRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.FindItemRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetAttachmentRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetEventsRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetServerTimeZonesRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.MoveFolderRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.MoveItemRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.SendItemRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderHierarchyRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.UnsubscribeRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.UpdateFolderRequest
Gets the name of the response message XML element.
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
 
getResponseMessageXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.UpdateUserConfigurationRequest
Gets the name of the response message XML element.
getResponses() - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverResponseCollection
Gets the response.
getResponseStream(HttpWebRequest) - Static method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Gets the response stream (may be wrapped with GZip/Deflate stream to decompress content).
getResponseStream(HttpWebRequest) - Static method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Gets the response stream (may be wrapped with GZip/Deflate stream to decompress content).
getResponseText() - Method in class microsoft.exchange.webservices.data.core.request.HttpClientWebRequest
Gets the response message.
getResponseText() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the response message.
getResponseType() - Method in class microsoft.exchange.webservices.data.autodiscover.configuration.ConfigurationSettingsBase
Gets the type of the response.
getResponseType() - Method in class microsoft.exchange.webservices.data.autodiscover.configuration.outlook.OutlookConfigurationSettings
Gets the type of the response.
getResponseType() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingMessage
Gets the response type indicated by this meeting message.
getResponseType() - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseMessage
Gets a value indicating the type of response this object represents.
getResponseType() - Method in class microsoft.exchange.webservices.data.property.complex.Attendee
Gets the type of response the attendee gave to the meeting invitation it received.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.autodiscover.request.ApplyConversationActionRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetDomainSettingsRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.AddDelegateRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.ConvertIdRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.CopyFolderRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.CopyItemRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.CreateAttachmentRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.CreateFolderRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.CreateUserConfigurationRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.DeleteAttachmentRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.DeleteFolderRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.DeleteItemRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.DeleteUserConfigurationRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.DisconnectPhoneCallRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.EmptyFolderRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.ExecuteDiagnosticMethodRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.ExpandGroupRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.FindConversationRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.FindFolderRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.FindItemRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetAttachmentRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetDelegateRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetEventsRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetInboxRulesRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetPasswordExpirationDateRequest
 
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetPhoneCallRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetRoomListsRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetRoomsRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetServerTimeZonesRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetStreamingEventsRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetUserOofSettingsRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.MoveFolderRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.MoveItemRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.PlayOnPhoneRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.RemoveDelegateRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.SendItemRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.SetUserOofSettingsRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderHierarchyRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.UnsubscribeRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.UpdateDelegateRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.UpdateFolderRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.UpdateInboxRulesRequest
Gets the name of the response XML element.
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
 
getResponseXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.UpdateUserConfigurationRequest
Gets the name of the response XML element.
getResult() - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponse
Gets the result associated with this response.
getResults() - Method in class microsoft.exchange.webservices.data.core.response.FindFolderResponse
Gets the results of the search operation.
getResults() - Method in class microsoft.exchange.webservices.data.core.response.FindItemResponse
Gets the results of the search operation.
getResults() - Method in class microsoft.exchange.webservices.data.core.response.GetEventsResponse
gets the results.
getResults() - Method in class microsoft.exchange.webservices.data.core.response.GetStreamingEventsResponse
Gets event results from subscription.
getReturnedItem() - Method in class microsoft.exchange.webservices.data.core.response.UpdateItemResponse
Gets the item that was returned by the update operation.
getReturnFullContactData() - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Gets a value indicating whether to return full contact data or not.
getReturnNewItemIds() - Method in class microsoft.exchange.webservices.data.core.request.MoveCopyItemRequest
 
getReturnValue() - Method in class microsoft.exchange.webservices.data.core.response.ExecuteDiagnosticMethodResponse
Gets the return value.
getRoomList() - Method in class microsoft.exchange.webservices.data.core.request.GetRoomsRequest
Gets the room list to retrieve rooms from.
getRoomLists() - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Retrieves a collection of all room lists in the organization.
getRoomLists() - Method in class microsoft.exchange.webservices.data.core.response.GetRoomListsResponse
Gets all room list returned.
GetRoomListsRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a GetRoomList request.
GetRoomListsRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.GetRoomListsRequest
Initializes a new instance of the class.
GetRoomListsRequest - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetRoomListsRequest.
GetRoomListsResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a GetRoomLists operation.
GetRoomListsResponse() - Constructor for class microsoft.exchange.webservices.data.core.response.GetRoomListsResponse
Represents the response to a GetRoomLists operation.
GetRoomListsResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetRoomListsResponse.
getRooms(EmailAddress) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Retrieves a collection of all room lists in the specified room list in the organization.
getRooms() - Method in class microsoft.exchange.webservices.data.core.response.GetRoomsResponse
Gets collection for all rooms returned.
GetRoomsRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a GetRooms request.
GetRoomsRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.GetRoomsRequest
Represents a GetRooms request.
GetRoomsRequest - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetRoomsRequest.
GetRoomsResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a GetRooms operation.
GetRoomsResponse() - Constructor for class microsoft.exchange.webservices.data.core.response.GetRoomsResponse
Initializes a new instance of the class.
GetRoomsResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetRoomsResponse.
getRootFolderIds() - Method in class microsoft.exchange.webservices.data.property.complex.SearchFolderParameters
Gets the list of root folder the search folder searches in.
getRootItemId() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets Id of the root item for this item.
getRoutingType() - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddress
Gets the routing type associated with the e-mail address.
getRoutingType() - Method in class microsoft.exchange.webservices.data.property.complex.Mailbox
Gets the routing type of the address used to refer to the user mailbox.
getRule() - Method in class microsoft.exchange.webservices.data.property.complex.CreateRuleOperation
Gets or sets the rule to be created.
getRule(int) - Method in class microsoft.exchange.webservices.data.property.complex.RuleCollection
Gets the rule at the specified index in the collection.
getRule() - Method in class microsoft.exchange.webservices.data.property.complex.SetRuleOperation
Gets the rule to be updated.
getRuleError(int) - Method in class microsoft.exchange.webservices.data.property.complex.RuleOperationError
Gets the rule error at the specified index.
getRuleId() - Method in class microsoft.exchange.webservices.data.property.complex.DeleteRuleOperation
Gets or sets the Id of the rule to delete.
getRuleProperty() - Method in class microsoft.exchange.webservices.data.property.complex.RuleError
Gets the property which failed validation.
getRules() - Method in class microsoft.exchange.webservices.data.core.response.GetInboxRulesResponse
Gets the rule collection in the response.
getSavedCopyDestinationFolderId() - Method in class microsoft.exchange.webservices.data.core.request.SendItemRequest
Gets the saved copy destination folder id.
getSavedItemsDestinationFolder() - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
Gets the saved item destination folder.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Internal method to return the schema associated with this type of object.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.folder.SearchFolder
Internal method to return the schema associated with this type of object.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Internal method to return the schema associated with this type of object.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Internal method to return the schema associated with this type of object.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.item.ContactGroup
Internal method to return the schema associated with this type of object.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Internal method to return the schema associated with this type of object
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Method to return the schema associated with this type of object.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Internal method to return the schema associated with this type of object.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingMessage
Internal method to return the schema associated with this type of object.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Internal method to return the schema associated with this type of object.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Internal method to return the schema associated with this type of object.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Internal method to return the schema associated with this type of object.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage
Internal method to return the schema associated with this type of object.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.response.CancelMeetingMessage
Gets the minimum required server version.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.response.PostReply
Internal method to return the schema associated with this type of object.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.response.RemoveFromCalendar
Internal method to return the schema associated with this type of object.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseMessage
Internal method to return the schema associated with this type of object.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseObject
Internal method to return the schema associated with this type of object.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.response.SuppressReadReceipt
Internal method to return the schema associated with this type of object.
getSchema() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Internal method to return the schema associated with this type of object.
getSearchFilter() - Method in class microsoft.exchange.webservices.data.property.complex.SearchFolderParameters
Gets the search filter associated with the search folder.
getSearchFilter() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.Not
Gets the search filter to negate.
getSearchFilter(int) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Gets the search filter at the specified index.
getSearchLocation() - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Gets the search location.
getSearchParameters() - Method in class microsoft.exchange.webservices.data.core.service.folder.SearchFolder
Gets the search parameters associated with the search folder.
getSearchString() - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddress
Get a string representation for using this instance in a search filter.
getSearchString() - Method in interface microsoft.exchange.webservices.data.property.complex.ISearchStringProvider
Get a string representation for using this instance in a search filter.
getSearchString() - Method in class microsoft.exchange.webservices.data.property.complex.Mailbox
Get a string representation for using this instance in a search filter.
getSeconds() - Method in class microsoft.exchange.webservices.data.misc.Time
Gets the seconds.
getSeconds() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Gets the number of seconds (truncated).
getSecurityToken() - Method in class microsoft.exchange.webservices.data.credential.WSSecurityBasedCredentials
Gets the security token.
getSender() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets the sender of the e-mail message.
getSender() - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Gets the sender (poster) of the post item.
getSender() - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage
Gets the sender of this response.
getSendInvitationsOrCancellationsMode() - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
Gets the send invitations or cancellations mode.
getSendSMSAlertToRecipients() - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
Gets the phone numbers to which an SMS alert should be sent.
getSensitivity() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the sensitivity of this item.
getSensitivity() - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage
Gets the sensitivity of this response.
getSensitivity() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets the sensitivity that must be stamped on incoming messages for the condition or exception to apply.
getSentCcMe() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets a value indicating whether the owner of the mailbox must be a Cc recipient of incoming messages for the condition or exception to apply.
getSentOnlyToMe() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets a value indicating whether the owner of the mailbox must be the only To recipient of incoming messages for the condition or exception to apply.
getSentToAddresses() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets the e-mail addresses incoming messages must have been sent to for the condition or exception to apply.
getSentToMe() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets a value indicating whether the owner of the mailbox must be a To recipient of incoming messages for the condition or exception to apply.
getSentToOrCcMe() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets or sets a value indicating whether the owner of the mailbox must be either a To or Cc recipient of incoming messages for the condition or exception to apply.
getServer() - Method in class microsoft.exchange.webservices.data.autodiscover.AlternateMailbox
Gets the alernate mailbox server.
getServerInfo() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Gets information associated with the server that processed the last request.
getServerReplyWithMessage() - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
Gets or sets the Id of the template message that should be sent as a reply to incoming messages.
getServerTimeZones(Iterable<String>) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Retrieves the definitions of the specified server-side time zones.
getServerTimeZones() - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Retrieves the definitions of all server-side time zones.
GetServerTimeZones - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetServerTimeZones.
GetServerTimeZonesRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a GetServerTimeZones request.
GetServerTimeZonesRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.GetServerTimeZonesRequest
Initializes a new instance of the "GetServerTimeZonesRequest" class.
GetServerTimeZonesResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a GetServerTimeZones request.
GetServerTimeZonesResponse() - Constructor for class microsoft.exchange.webservices.data.core.response.GetServerTimeZonesResponse
Initializes a new instance of the class.
GetServerTimeZonesResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetServerTimeZonesResponse.
GetServerTimeZonesResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetServerTimeZonesResponseMessage.
getService() - Method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Gets the Service.
getService() - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlReader
Gets the service.
getService() - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Gets the service.
getService() - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Gets the service.
getService() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Gets the service.
getService() - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscription
Gets the service used to create this subscription.
getService() - Method in class microsoft.exchange.webservices.data.notification.SubscriptionBase
Gets the session.
getServiceObject() - Method in class microsoft.exchange.webservices.data.sync.Change
Gets the service object the change applies to.
getServiceObjectConstructorsWithAttachmentParam() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObjectInfo
Return Dictionary that maps from ServiceObject Type to CreateServiceObjectWithAttachmentParam delegate with ItemAttachment parameter.
getServiceObjectConstructorsWithServiceParam() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObjectInfo
Return Dictionary that maps from ServiceObject Type to CreateServiceObjectWithServiceParam delegate with ExchangeService parameter.
getServiceObjectType() - Method in class microsoft.exchange.webservices.data.search.CalendarView
Gets the type of service object this view applies to.
getServiceObjectType() - Method in class microsoft.exchange.webservices.data.search.ConversationIndexedItemView
Gets the type of service object this view applies to.
getServiceObjectType() - Method in class microsoft.exchange.webservices.data.search.FolderView
Gets the type of service object this view applies to.
getServiceObjectType() - Method in class microsoft.exchange.webservices.data.search.ItemView
Gets the type of service object this view applies to.
getServiceObjectType() - Method in class microsoft.exchange.webservices.data.search.ViewBase
Gets the type of service object this view applies to.
getServiceRequest() - Method in class microsoft.exchange.webservices.data.core.WebAsyncCallStateAnchor
 
getServiceResponse() - Method in exception microsoft.exchange.webservices.data.core.exception.service.remote.UpdateInboxRulesException
Gets the ServiceResponse for the exception.
getSession() - Method in class microsoft.exchange.webservices.data.misc.NameResolutionCollection
Gets the session.
getSessionKey() - Static method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Gets the session key.
getSetFieldXmlElementName() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Gets the name of the set field XML element.
getSetFieldXmlElementName() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
This method is not supported in this object.
getSetFieldXmlElementName() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Gets the name of the set field XML element.
getSettingName() - Method in class microsoft.exchange.webservices.data.autodiscover.exception.error.DomainSettingError
Gets the name of the setting.
getSettingName() - Method in class microsoft.exchange.webservices.data.autodiscover.exception.error.UserSettingError
Gets the name of the setting.
getSettings() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetDomainSettingsRequest
Gets or sets the settings.
getSettings() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
Gets the settings.
getSettings() - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetDomainSettingsResponse
Gets the requested settings for the domain.
getSettings() - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetUserSettingsResponse
Gets the requested settings for the user.
getSID() - Method in class microsoft.exchange.webservices.data.property.complex.UserId
Gets the SID of the user.
getSimplePropertyBag(TKey) - Method in class microsoft.exchange.webservices.data.core.SimplePropertyBag
Gets the simple property bag.
getSipResponseCode() - Method in class microsoft.exchange.webservices.data.messaging.PhoneCall
Gets the SIP response code of this phone call.
getSipResponseText() - Method in class microsoft.exchange.webservices.data.messaging.PhoneCall
Gets the SIP response text of this phone call.
getSize() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets the size of this conversation, calculated by adding the sizes of all messages in the conversation in the current folder only.
getSize() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the size of this item.
getSize() - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Gets the size of the attachment.
getSize() - Method in class microsoft.exchange.webservices.data.property.complex.StringList
Gets the number of strings in the list.
getSmtpAddress() - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetUserSettingsResponse
Gets the SMTP address this response applies to.
getSmtpAddress() - Method in class microsoft.exchange.webservices.data.core.request.GetUserOofSettingsRequest
Gets the SMTP address.
getSmtpAddress() - Method in class microsoft.exchange.webservices.data.core.request.SetUserOofSettingsRequest
Gets the SMTP address.
getSmtpAddress() - Method in class microsoft.exchange.webservices.data.misc.availability.AttendeeInfo
Gets the SMTP address of this attendee.
getSmtpAddresses() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
Gets the SMTP addresses.
getSmtpRoutingType() - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddress
Gets the routing type.
getSortDirection() - Method in class microsoft.exchange.webservices.data.search.Grouping
Gets the Sort Direction.
getSpouseName() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the name of the contact's spouse.
getStandard() - Method in class microsoft.exchange.webservices.data.property.complex.MeetingTimeZone
Gets a TimeChange defining when the time changes to Standard Time.
getStandardDisplayName() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup.CustomTimeZoneCreateParams
Gets the display name of the standard period.
getstandardUser() - Method in class microsoft.exchange.webservices.data.property.complex.UserId
Gets a value indicating which standard user the user represents.
getStart() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the start time of the appointment.
getStart() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the start time of the appointment.
getStart() - Method in class microsoft.exchange.webservices.data.property.complex.OccurrenceInfo
Gets the start date and time of the occurrence.
getStart() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicateDateRange
Gets or sets the range start date and time.
getStartDate() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets the date and time on which the task starts.
getStartDate() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
Gets the date and time when the recurrence start.
getStartDate() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.RecurrenceRange
Gets the start date.
getStartDate() - Method in class microsoft.exchange.webservices.data.search.CalendarView
Gets the start date.
getStartTime() - Method in class microsoft.exchange.webservices.data.misc.availability.TimeWindow
Gets the start time.
getStartTime() - Method in class microsoft.exchange.webservices.data.property.complex.availability.CalendarEvent
Gets the start date and time of the event.
getStartTime() - Method in class microsoft.exchange.webservices.data.property.complex.availability.WorkingHours
Gets the time of the day the attendee starts working.
getStartTimeZone() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the start time zone.
getStartTimeZone() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets time zone of the start property of this meeting request.
getState() - Method in class microsoft.exchange.webservices.data.messaging.PhoneCall
Gets a value indicating the last known state of this phone call.
getState() - Method in class microsoft.exchange.webservices.data.property.complex.availability.OofSettings
Gets the user's OOF state.
getState() - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
Gets the state.
getStatus() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets the status of the task.
getStatus() - Method in class microsoft.exchange.webservices.data.property.complex.GroupMember
Gets the status of the member.
getStatusDescription() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets a string representing the status of the task, localized according to the PreferredCulture property of the ExchangeService object the task is bound to.
getStopProcessingRules() - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
Gets or sets a value indicating whether subsequent rules should be evaluated.
getStorageQuota() - Method in class microsoft.exchange.webservices.data.property.complex.ManagedFolderInformation
Gets the storage quota of the folder.
getStoreId() - Method in class microsoft.exchange.webservices.data.property.complex.availability.CalendarEventDetails
Gets the store Id of the calendar event.
GetStreamingEvents - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetStreamingEvents.
GetStreamingEventsRequest - Class in microsoft.exchange.webservices.data.core.request
Defines the GetStreamingEventsRequest class.
GetStreamingEventsRequest(ExchangeService, HangingServiceRequestBase.IHandleResponseObject, Iterable<String>, int) - Constructor for class microsoft.exchange.webservices.data.core.request.GetStreamingEventsRequest
Initializes a new instance of the GetStreamingEventsRequest class.
GetStreamingEventsResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a subscription event retrieval operation.
GetStreamingEventsResponse(HangingServiceRequestBase) - Constructor for class microsoft.exchange.webservices.data.core.response.GetStreamingEventsResponse
Initializes a new instance of the GetStreamingEventsResponse class.
GetStreamingEventsResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetStreamingEventsResponse.
GetStreamingEventsResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetStreamingEventsResponseMessage.
GetStreamingEventsResults - Class in microsoft.exchange.webservices.data.notification
Represents a collection of notification events.
GetStreamingEventsResults() - Constructor for class microsoft.exchange.webservices.data.notification.GetStreamingEventsResults
Initializes a new instance of the class.
GetStreamingEventsResults.NotificationGroup - Class in microsoft.exchange.webservices.data.notification
Structure to track a subscription and its associated notification events.
getStreet() - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
Gets the street.
getString(int) - Method in class microsoft.exchange.webservices.data.property.complex.StringList
Gets the string at the specified index.
getString(int) - Static method in class microsoft.exchange.webservices.data.security.XmlNodeType
Gets the string.
getStringFromConversationId(ConversationId) - Static method in class microsoft.exchange.webservices.data.property.complex.ConversationId
Defines an implicit conversion between ConversationId and String.
getStringFromMessageBody(MessageBody) - Static method in class microsoft.exchange.webservices.data.property.complex.MessageBody
Defines an implicit conversion of MessageBody into a string.
getStringFromOofReply(OofReply) - Static method in class microsoft.exchange.webservices.data.misc.availability.OofReply
Gets the string from oof reply.
getStringFromUniqueBody(UniqueBody) - Static method in class microsoft.exchange.webservices.data.property.complex.UniqueBody
Defines an implicit conversion of UniqueBody into a string.
getSubject() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the subject.
getSubject() - Method in class microsoft.exchange.webservices.data.core.service.response.PostReply
Gets the subject of the post reply.
getSubject() - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseMessage
Gets the subject of this response.
getSubject() - Method in class microsoft.exchange.webservices.data.property.complex.availability.CalendarEventDetails
Gets the subject of the calendar event.
getSubscription() - Method in class microsoft.exchange.webservices.data.core.response.SubscribeResponse
Gets the subscription.
getSubscription() - Method in class microsoft.exchange.webservices.data.notification.NotificationEventArgs
Gets the subscription for which notification have been received.
getSubscription() - Method in class microsoft.exchange.webservices.data.notification.SubscriptionErrorEventArgs
Gets the subscription for which an error occurred.
getSubscriptionId() - Method in class microsoft.exchange.webservices.data.core.request.GetEventsRequest
gets the subscriptionId.
getSubscriptionId() - Method in class microsoft.exchange.webservices.data.core.request.UnsubscribeRequest
Gets the subscription id.
getSubscriptionId() - Method in class microsoft.exchange.webservices.data.notification.GetEventsResults
Gets the Id of the subscription the collection is associated with.
getSubscriptionXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToPullNotificationsRequest
Gets the name of the subscription XML element.
getSubscriptionXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToPushNotificationsRequest
 
getSubscriptionXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToStreamingNotificationsRequest
Gets the name of the subscription XML element.
getSuffix() - Method in class microsoft.exchange.webservices.data.property.complex.CompleteName
Gets the suffix of the contact.
getSuggestions() - Method in class microsoft.exchange.webservices.data.core.response.SuggestionsResponse
Gets a list of suggested days.
getSuggestions() - Method in class microsoft.exchange.webservices.data.misc.availability.GetUserAvailabilityResults
Gets a collection of suggested meeting times for the specified time period.
getSuggestionsResponse() - Method in class microsoft.exchange.webservices.data.misc.availability.GetUserAvailabilityResults
Gets the suggestions response for the requested meeting time.
getSummaryPropertiesOnly() - Method in class microsoft.exchange.webservices.data.core.response.SyncFolderHierarchyResponse
Gets a value indicating whether this request returns full or summary property.
getSummaryPropertiesOnly() - Method in class microsoft.exchange.webservices.data.core.response.SyncFolderItemsResponse
Gets a value indicating whether this request returns full or summary property.
getSummaryPropertiesOnly() - Method in class microsoft.exchange.webservices.data.core.response.SyncResponse
Gets a value indicating whether this request returns full or summary property.
getSupportsDaylight() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup
Gets a value indicating whether this group contains a transition to the Daylight period.
getSurname() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the surname of the contact.
getSurname() - Method in class microsoft.exchange.webservices.data.property.complex.CompleteName
Gets the surname (last name) of the contact.
getSyncFolderId() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderHierarchyRequest
Gets or sets the property set.
getSyncFolderId() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Gets the sync folder id.
getSyncScope() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Gets the scope of the sync.
getSyncState() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderHierarchyRequest
Gets or sets the state of the sync.
getSyncState() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Gets the state of the sync.
getSyncState() - Method in class microsoft.exchange.webservices.data.sync.ChangeCollection
Gets the SyncState blob returned by a synchronization operation.
getTag() - Method in class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Gets the extended property's tag.
getTargetGroup() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransition
Gets the target transition group of the transition.
getTargetPeriod() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransition
Gets the target period of the transition.
getTask() - Method in class microsoft.exchange.webservices.data.misc.AsyncRequestResult
 
getTasksFolderPermissionLevel() - Method in class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
Gets the delegate user's permission on the principal's tasks folder.
getTentative() - Method in class microsoft.exchange.webservices.data.core.service.response.AcceptMeetingInvitationMessage
Gets the tentative.
getText() - Method in class microsoft.exchange.webservices.data.property.complex.UniqueBody
Gets the text of the unique body.
getTime() - Method in class microsoft.exchange.webservices.data.autodiscover.exception.error.AutodiscoverError
Gets the time when the error was returned.
getTime() - Method in class microsoft.exchange.webservices.data.property.complex.TimeChange
Gets the time.
getTimeout() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Gets the timeout used when sending HTTP request and when receiving HTTP response, in milliseconds.
getTimeout() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the timeout.
getTimeout() - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToPullNotificationsRequest
Gets the timeout.
getTimeSpanToXSDuration(TimeSpan) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Takes a System.TimeSpan structure and converts it into an xs:duration string as defined by the W3 Consortiums Recommendation "XML Schema Part 2: Datatypes Second Edition", http://www.w3.org/TR/xmlschema-2/#duration
getTimestamp() - Method in class microsoft.exchange.webservices.data.notification.NotificationEvent
gets the timestamp.
getTimeSuggestions() - Method in class microsoft.exchange.webservices.data.property.complex.availability.Suggestion
Gets a collection of suggested times within the suggested day.
getTimeWindow() - Method in class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Gets the time window in which to retrieve user availability information.
getTimeZone() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets the name of the time zone this appointment is defined in.
getTimeZone() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets the name of the time zone this appointment is defined in.
getTimeZone() - Method in class microsoft.exchange.webservices.data.property.complex.availability.WorkingHours
Gets the time zone to which the working hours apply.
getTimeZoneName() - Method in class microsoft.exchange.webservices.data.property.complex.TimeChange
Gets the name of the associated time zone.
getTimeZones() - Method in class microsoft.exchange.webservices.data.core.response.GetServerTimeZonesResponse
Reads response elements from XML.
getTItem() - Method in class microsoft.exchange.webservices.data.property.complex.GenericItemAttachment
Gets the item associated with the attachment.
getTitle() - Method in class microsoft.exchange.webservices.data.property.complex.CompleteName
Gets the contact's title.
getTopic() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets the topic of this Conversation.
getToRecipients() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Gets the list of To recipients for the e-mail message.
getToRecipients() - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage
Gets a list of recipients the response will be sent to.
getToRecipients() - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseMessage
Gets a list of recipients the response will be sent to.
getTotalCount() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Gets the total number of item contained in the folder.
getTotalCount() - Method in class microsoft.exchange.webservices.data.search.FindFoldersResults
Gets the total number of folder matching the search criteria available in the searched folder.
getTotalCount() - Method in class microsoft.exchange.webservices.data.search.FindItemsResults
Gets the total number of item matching the search criteria available in the searched folder.
getTotalCount() - Method in class microsoft.exchange.webservices.data.search.GroupedFindItemsResults
Gets the total number of item matching the search criteria available in the searched folder.
getTotalDays() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Gets the number of days including fractional days.
getTotalHours() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Gets the number of hours including fractional hours.
getTotalMilliseconds() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Gets the number of milliseconds.
getTotalMinutes() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Gets the number of minutes including fractional minutes.
getTotalSeconds() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Gets the number of seconds including fractional seconds.
getTotalWork() - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Gets the total amount of work spent on the task.
getTraceFlags() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Gets the trace flags.
getTraceListener() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Gets the trace listener.
getTransitionGroups() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
Gets the transition groups associated with this time zone definition, indexed by Id.
getTransitions() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup
Gets the transitions in this group.
getTraversal() - Method in class microsoft.exchange.webservices.data.property.complex.SearchFolderParameters
Gets the traversal mode for the search folder.
getTraversal() - Method in class microsoft.exchange.webservices.data.search.CalendarView
Gets the search traversal mode.
getTraversal() - Method in class microsoft.exchange.webservices.data.search.FolderView
Gets the search traversal mode.
getTraversal() - Method in class microsoft.exchange.webservices.data.search.ItemView
Gets the search traversal mode.
getTResponseAtIndex(int) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverResponseCollection
Gets the response at the specified index.
getType() - Method in class microsoft.exchange.webservices.data.autodiscover.AlternateMailbox
Gets the alternate mailbox type.
getType() - Method in class microsoft.exchange.webservices.data.misc.MapiTypeConverterMapEntry
Gets the type.
getType() - Method in class microsoft.exchange.webservices.data.property.definition.ByteArrayPropertyDefinition
Gets the property type.
getType() - Method in class microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinition
Gets the property type.
getType() - Method in class microsoft.exchange.webservices.data.property.definition.DateTimePropertyDefinition
Gets the property type.
getType() - Method in class microsoft.exchange.webservices.data.property.definition.EffectiveRightsPropertyDefinition
Gets the property type.
getType() - Method in class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Gets the property type.
getType() - Method in class microsoft.exchange.webservices.data.property.definition.GenericPropertyDefinition
Gets the property type.
getType() - Method in class microsoft.exchange.webservices.data.property.definition.GroupMemberPropertyDefinition
Gets the property type.
getType() - Method in class microsoft.exchange.webservices.data.property.definition.IndexedPropertyDefinition
Gets the property type.
getType() - Method in class microsoft.exchange.webservices.data.property.definition.MeetingTimeZonePropertyDefinition
Gets the property type.
getType() - Method in class microsoft.exchange.webservices.data.property.definition.PermissionSetPropertyDefinition
Gets the property type.
getType() - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinitionBase
Gets the type of the property.
getType() - Method in class microsoft.exchange.webservices.data.property.definition.RecurrencePropertyDefinition
Gets the property type.
getType() - Method in class microsoft.exchange.webservices.data.property.definition.ResponseObjectsPropertyDefinition
Gets the property type.
getType() - Method in class microsoft.exchange.webservices.data.property.definition.StringPropertyDefinition
Gets the property type.
getType() - Method in class microsoft.exchange.webservices.data.property.definition.TimeZonePropertyDefinition
Gets the property type.
getUnifiedMessaging() - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Provides access to the Unified Messaging functionalities.
getUniqueBody() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the body part that is unique to the conversation this item is part of.
getUniqueId() - Method in class microsoft.exchange.webservices.data.misc.id.AlternateId
Gets the Id.
getUniqueId() - Method in class microsoft.exchange.webservices.data.property.complex.ServiceId
Gets the unique Id of the Exchange object.
getUniqueRecipients() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets a list of all the people who have received messages in this conversation in the current folder only.
getUniqueSenders() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets a list of all the people who have sent messages in this conversation in the current folder only.
getUniqueUnreadSenders() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets a list of all the people who have sent messages that are currently unread in this conversation in the current folder only.
getUnknownEntries() - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermissionCollection
Gets a list of unknown user Ids in the collection.
getUnreadCount() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Gets the number of unread item in the folder.
getUnreadCount() - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Gets the total number of unread messages in this conversation in the current folder only.
getUnreadCount() - Method in class microsoft.exchange.webservices.data.notification.FolderEvent
Gets the new number of unread messages.
getUri() - Method in class microsoft.exchange.webservices.data.property.definition.ServiceObjectPropertyDefinition
Gets the URI of the property definition.
getUriWithoutWSSecurity(URI) - Static method in class microsoft.exchange.webservices.data.credential.ExchangeCredentials
Return the url without ws-security address.
getUrl() - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Gets the url this service is bound to.
getUrl() - Method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Gets the URL.
getUrl() - Method in class microsoft.exchange.webservices.data.autodiscover.WebClientUrl
Gets the URL.
getUrl() - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Gets the URL of the Exchange Web Services.
getUrl() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the url.
getUrl() - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToPushNotificationsRequest
Gets the url.
getUrls() - Method in class microsoft.exchange.webservices.data.autodiscover.WebClientUrlCollection
Gets the URLs.
getUseDefaultCredentials() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Gets a value indicating whether the credential of the user currently logged into Windows should be used to authenticate with the Exchange Web Services.
getUser() - Method in class microsoft.exchange.webservices.data.credential.WebCredentials
Gets the user.
getUserAgent() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Gets the user agent.
getUserAgent() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the user agent.
getUserAvailability(Iterable<AttendeeInfo>, TimeWindow, AvailabilityData, AvailabilityOptions) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Gets detailed information about the availability of a set of users, rooms, and resources within a specified time window.
getUserAvailability(Iterable<AttendeeInfo>, TimeWindow, AvailabilityData) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Gets detailed information about the availability of a set of users, rooms, and resources within a specified time window.
GetUserAvailabilityRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a GetUserAvailability request.
GetUserAvailabilityRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Initializes a new instance of the "GetUserAvailabilityRequest" class.
GetUserAvailabilityRequest - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetUserAvailabilityRequest.
GetUserAvailabilityResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetUserAvailabilityResponse.
GetUserAvailabilityResults - Class in microsoft.exchange.webservices.data.misc.availability
Represents the results of a GetUserAvailability operation.
GetUserAvailabilityResults() - Constructor for class microsoft.exchange.webservices.data.misc.availability.GetUserAvailabilityResults
Initializes a new instance of the GetUserAvailabilityResults class.
getUserConfiguration(String, FolderId, UserConfigurationProperties) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Creates a UserConfiguration.
getUserConfiguration() - Method in class microsoft.exchange.webservices.data.core.request.CreateUserConfigurationRequest
Gets the user configuration.
getUserConfiguration() - Method in class microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
Gets the user configuration.
getUserConfiguration() - Method in class microsoft.exchange.webservices.data.core.request.UpdateUserConfigurationRequest
Gets the user configuration.
getUserConfiguration() - Method in class microsoft.exchange.webservices.data.core.response.GetUserConfigurationResponse
Gets the user configuration that was created.
GetUserConfiguration - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetUserConfiguration.
GetUserConfigurationRequest - Class in microsoft.exchange.webservices.data.core.request
The Class GetUserConfigurationRequest.
GetUserConfigurationRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
Initializes a new instance of the class.
GetUserConfigurationResponse - Class in microsoft.exchange.webservices.data.core.response
Represents a response to a GetUserConfiguration request.
GetUserConfigurationResponse(UserConfiguration) - Constructor for class microsoft.exchange.webservices.data.core.response.GetUserConfigurationResponse
Initializes a new instance of the class.
GetUserConfigurationResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetUserConfigurationResponse.
GetUserConfigurationResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetUserConfigurationResponseMessage.
getUserId() - Method in class microsoft.exchange.webservices.data.property.complex.DelegateUser
Gets the user Id of the delegate user.
getUserId() - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Gets the Id of the user the permission applies to.
getUserId(String) - Static method in class microsoft.exchange.webservices.data.property.complex.UserId
Implements an implicit conversion between a string representing a primary SMTP address and UserId.
getUserIdFromStandardUser(StandardUser) - Static method in class microsoft.exchange.webservices.data.property.complex.UserId
Implements an implicit conversion between StandardUser and UserId.
getUserIds() - Method in class microsoft.exchange.webservices.data.core.request.GetDelegateRequest
Gets the user ids.
getUserIds() - Method in class microsoft.exchange.webservices.data.core.request.RemoveDelegateRequest
Gets the user ids.
getUsername() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Gets the user name.
getUsername() - Method in class microsoft.exchange.webservices.data.credential.WebProxyCredentials
 
getUserOofSettings(String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Gets Out of Office (OOF) settings for a specific user.
GetUserOofSettingsRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a GetUserOofSettings request.
GetUserOofSettingsRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.GetUserOofSettingsRequest
Initializes a new instance of the class.
GetUserOofSettingsRequest - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetUserOofSettingsRequest.
GetUserOofSettingsResponse - Class in microsoft.exchange.webservices.data.core.response
Represents response to GetUserOofSettings request.
GetUserOofSettingsResponse() - Constructor for class microsoft.exchange.webservices.data.core.response.GetUserOofSettingsResponse
Initializes a new instance of the class.
GetUserOofSettingsResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetUserOofSettingsResponse.
getUserSettingErrors() - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetUserSettingsResponse
Gets error information for settings that could not be returned.
getUserSettings(List<String>, List<UserSettingName>) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Gets the user settings using Autodiscover SOAP service.
getUserSettings(String, UserSettingName...) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Retrieves the specified settings for single SMTP address.
GetUserSettingsRequest - Class in microsoft.exchange.webservices.data.autodiscover.request
Represents a GetUserSettings request.
GetUserSettingsRequest(AutodiscoverService, URI) - Constructor for class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
Initializes a new instance of the GetUserSettingsRequest class.
GetUserSettingsRequest(AutodiscoverService, URI, boolean) - Constructor for class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
Initializes a new instance of the GetUserSettingsRequest class.
GetUserSettingsRequestMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetUserSettingsRequestMessage.
GetUserSettingsResponse - Class in microsoft.exchange.webservices.data.autodiscover.response
Represents the response to a GetUsersSettings call for an individual user.
GetUserSettingsResponse() - Constructor for class microsoft.exchange.webservices.data.autodiscover.response.GetUserSettingsResponse
Initializes a new instance of the GetUserSettingsResponse class.
GetUserSettingsResponseCollection - Class in microsoft.exchange.webservices.data.autodiscover.response
Represents a collection of response to GetUserSettings.
GetUserSettingsResponseCollection() - Constructor for class microsoft.exchange.webservices.data.autodiscover.response.GetUserSettingsResponseCollection
Initializes a new instance of the AutodiscoverResponseCollection class.
GetUserSettingsResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GetUserSettingsResponseMessage.
getUserSMIMECertificate() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the User SMIME certificate from the directory
getUsersSettings(Iterable<String>, UserSettingName...) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Retrieves the specified settings for a set of users.
getUsesWatermark() - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscription
Gets a value indicating whether this subscription uses watermarks.
getUsesWatermark() - Method in class microsoft.exchange.webservices.data.notification.SubscriptionBase
Gets whether or not this subscription uses watermarks.
getValue() - Method in class microsoft.exchange.webservices.data.property.complex.ExtendedProperty
Gets the value of the extended property.
getValue() - Method in class microsoft.exchange.webservices.data.property.complex.InternetMessageHeader
The value of the header.
getValue() - Method in class microsoft.exchange.webservices.data.property.complex.RuleError
Gets the value that failed validation.
getValue() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.ContainsSubstring
gets the value to compare the specified property with.
getValue() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.RelationalFilter
Gets the value of the property to compare with.
getVerb() - Method in class microsoft.exchange.webservices.data.core.request.ExecuteDiagnosticMethodRequest
Gets the verb of the method to execute.
getVersion() - Method in class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Gets the minimum Exchange version that supports this extended property.
getVersion() - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinition
Gets the minimum Exchange version that supports this property.
getVersion() - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinitionBase
Gets the minimum Exchange version that supports this property.
getVersion() - Method in class microsoft.exchange.webservices.data.property.definition.ServiceObjectPropertyDefinition
Gets the minimum Exchange version that supports this property.
getVersionString() - Method in class microsoft.exchange.webservices.data.core.ExchangeServerInfo
Gets the Exchange server version string (e.g.
getViewPrivateItems() - Method in class microsoft.exchange.webservices.data.property.complex.DelegateUser
Gets a value indicating if the delegate user should be able to view the principal's private item.
getViewType() - Method in class microsoft.exchange.webservices.data.core.response.AttendeeAvailability
Gets the free/busy view type that wes retrieved for the attendee.
getViewXmlElementName() - Method in class microsoft.exchange.webservices.data.search.CalendarView
Gets the name of the view XML element.
getViewXmlElementName() - Method in class microsoft.exchange.webservices.data.search.ConversationIndexedItemView
Gets the name of the view XML element.
getViewXmlElementName() - Method in class microsoft.exchange.webservices.data.search.FolderView
Gets the name of the view XML element.
getViewXmlElementName() - Method in class microsoft.exchange.webservices.data.search.ItemView
Gets the name of the view XML element.
getViewXmlElementName() - Method in class microsoft.exchange.webservices.data.search.ViewBase
Gets the name of the view XML element.
getWatermark() - Method in class microsoft.exchange.webservices.data.core.request.GetEventsRequest
gets the watermark.
getWaterMark() - Method in class microsoft.exchange.webservices.data.notification.SubscriptionBase
Gets the water mark.
getWebClientEditFormQueryString() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the query string that should be appended to the Exchange Web client URL to open this item using the appropriate read form in a web browser.
getWebClientReadFormQueryString() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets the query string that should be appended to the Exchange Web client URL to open this item using the appropriate read form in a web browser.
getWebProxy() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Gets the web proxy that should be used when sending request to EWS.
getWeddingAnniversary() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Gets the date of the contact's wedding anniversary.
getWeekCollectionAtIndex(int) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.DayOfTheWeekCollection
Gets the DayOfTheWeek at a specific index in the collection.
getWeight() - Method in class microsoft.exchange.webservices.data.dns.DnsSrvRecord
Retrieves the value of the weight property.
getWhen() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Gets a text indicating when this appointment occurs.
getWhen() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a text indicating when this appointment occurs.
getWithinDateRange() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets the date range within which incoming messages must have been received for the condition or exception to apply.
getWithinSizeRange() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Gets the minimum and maximum sizes incoming messages must have for the condition or exception to apply.
getWorkingHours() - Method in class microsoft.exchange.webservices.data.core.response.AttendeeAvailability
Gets the working hours of the attendee.
getWsAddressingActionName() - Method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Gets the WS-Addressing action name.
getWsAddressingActionName() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetDomainSettingsRequest
Gets the WS-Addressing action name.
getWsAddressingActionName() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
Gets the WS-Addressing action name.
getXmlData() - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Gets the xml data of the user configuration.
getXmlElement() - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinition
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.autodiscover.request.ApplyConversationActionRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.AddDelegateRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.ConvertIdRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.CopyFolderRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.CopyItemRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.CreateAttachmentRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.CreateFolderRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.CreateUserConfigurationRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.DeleteAttachmentRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.DeleteFolderRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.DeleteItemRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.DeleteUserConfigurationRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.DisconnectPhoneCallRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.EmptyFolderRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.ExecuteDiagnosticMethodRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.ExpandGroupRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.FindConversationRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.FindFolderRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.FindItemRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetAttachmentRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetDelegateRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetEventsRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetInboxRulesRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetPasswordExpirationDateRequest
Gets the name of the XML Element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetPhoneCallRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetRoomListsRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetRoomsRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetServerTimeZonesRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetStreamingEventsRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.GetUserOofSettingsRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.MoveFolderRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.MoveItemRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.PlayOnPhoneRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.RemoveDelegateRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.SendItemRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.SetUserOofSettingsRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderHierarchyRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.UnsubscribeRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.UpdateDelegateRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.UpdateFolderRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.UpdateInboxRulesRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
 
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.request.UpdateUserConfigurationRequest
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.service.response.AcceptMeetingInvitationMessage
This methods lets subclasses of ServiceObject override the default mechanism by which the XML element name associated with their type is retrieved.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
GetXmlElementName retrieves the XmlElementName of this type based on the EwsObjectDefinition attribute that decorates it, if present.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.misc.id.AlternateId
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.misc.id.AlternateIdBase
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderId
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderItemId
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.AppointmentOccurrenceId
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.ConversationId
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.CreateRuleOperation
Gets the Xml element name of the CreateRuleOperation object.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.DeleteRuleOperation
Gets the Xml element name of the DeleteRuleOperation object.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.FileAttachment
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.FolderId
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.ItemAttachment
Obtains EWS XML element name for this object.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.ItemId
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.DailyPattern
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.DailyRegenerationPattern
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.MonthlyPattern
 
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.MonthlyRegenerationPattern
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeMonthlyPattern
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeYearlyPattern
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.WeeklyPattern
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.WeeklyRegenerationPattern
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.YearlyPattern
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.YearlyRegenerationPattern
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.EndDateRecurrenceRange
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.NoEndRecurrenceRange
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.NumberedRecurrenceRange
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.RecurrenceRange
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.RecurringAppointmentMasterId
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.RuleOperation
Gets the XML element name of the rule operation.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.ServiceId
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.SetRuleOperation
Gets the Xml element name of the SetRuleOperation object.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.time.AbsoluteDateTransition
Gets the XML element name associated with the transition.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransition
Gets the XML element name associated with the transition.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.definition.GroupMemberPropertyDefinition
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.definition.IndexedPropertyDefinition
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinitionBase
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.property.definition.ServiceObjectPropertyDefinition
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.ContainsSubstring
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.ExcludesBitmask
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.Exists
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsEqualTo
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsGreaterThan
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsGreaterThanOrEqualTo
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsLessThan
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsLessThanOrEqualTo
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsNotEqualTo
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.Not
Gets the name of the XML element.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.RelationalFilter
gets Xml Element name.
getXmlElementName() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Gets the name of the XML element.
getXmlElementNameOverride() - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseMessage
This methods lets subclasses of ServiceObject override the default mechanism by which the XML element name associated with their type is retrieved.
getXmlElementNameOverride() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
This methods lets subclasses of ServiceObject override the default mechanism by which the XML element name associated with their type is retrieved.
getXmlElementNameToEventTypeMap() - Static method in class microsoft.exchange.webservices.data.notification.GetEventsResults
Gets the XML element name to event type mapping.
getXmlElementNameToServiceObjectClassMap() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObjectInfo
Return Dictionary that maps from element name to ServiceObject Type.
getXmlReaderForNode() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Gets the XML reader for node.
getXSDurationToTimeSpan(String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Takes an xs:duration string as defined by the W3 Consortiums Recommendation "XML Schema Part 2: Datatypes Second Edition", http://www.w3.org/TR/xmlschema-2/#duration, and converts it into a System.TimeSpan structure This method uses the following approximations: 1 year = 365 days 1 month = 30 days Additionally, it only allows for four decimal points of seconds precision.
getYomiGivenName() - Method in class microsoft.exchange.webservices.data.property.complex.CompleteName
Gets the Yomi given name (first name) of the contact.
getYomiSurname() - Method in class microsoft.exchange.webservices.data.property.complex.CompleteName
Gets the Yomi surname (last name) of the contact.
GivenName - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the GivenName property.
GivenName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GivenName.
GlobalCategories - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the GlobalCategories property.
GlobalCategories - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GlobalCategories.
GlobalFlagStatus - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the GlobalFlagStatus property.
GlobalFlagStatus - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GlobalFlagStatus.
GlobalHasAttachments - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the GlobalHasAttachments property.
GlobalHasAttachments - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GlobalHasAttachments.
GlobalImportance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the GlobalImportance property.
GlobalImportance - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GlobalImportance.
GlobalItemClasses - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the GlobalItemClasses property.
GlobalItemClasses - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GlobalItemClasses.
GlobalItemIds - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the GlobalItemIds property.
GlobalItemIds - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GlobalItemIds.
GlobalLastDeliveryTime - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the GlobalLastDeliveryTime property.
GlobalLastDeliveryTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GlobalLastDeliveryTime.
GlobalMessageCount - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the GlobalMessageCount property.
GlobalMessageCount - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GlobalMessageCount.
GlobalObjectId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GlobalObjectId.
GlobalSize - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the GlobalSize property.
GlobalSize - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GlobalSize.
GlobalUniqueRecipients - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the GlobalUniqueRecipients property.
GlobalUniqueRecipients - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GlobalUniqueRecipients.
GlobalUniqueSenders - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the GlobalUniqueSenders property.
GlobalUniqueSenders - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GlobalUniqueSenders.
GlobalUniqueUnreadSenders - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the GlobalUniqueUnreadSenders property.
GlobalUniqueUnreadSenders - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GlobalUniqueUnreadSenders.
GlobalUnreadCount - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the GlobalUnreadCount property.
GlobalUnreadCount - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GlobalUnreadCount.
GoodThreshold - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GoodThreshold.
GroupAttendeeConflictData - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GroupAttendeeConflictData.
GroupBy - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GroupBy.
GroupedFindItemsResults<TItem extends Item> - Class in microsoft.exchange.webservices.data.search
Represents the results of an item search operation.
GroupedFindItemsResults() - Constructor for class microsoft.exchange.webservices.data.search.GroupedFindItemsResults
Initializes a new instance of the GroupedFindItemsResults class.
GroupedItems - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GroupedItems.
GroupIndex - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GroupIndex.
Grouping - Class in microsoft.exchange.webservices.data.search
Represents grouping options in item search operations.
Grouping() - Constructor for class microsoft.exchange.webservices.data.search.Grouping
Initializes a new instance of the "Grouping" class.
Grouping(PropertyDefinitionBase, SortDirection, PropertyDefinitionBase, AggregateType) - Constructor for class microsoft.exchange.webservices.data.search.Grouping
Initializes a new instance of the "Grouping" class.
GroupingInformation - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant GroupingInformation.
GroupMember - Class in microsoft.exchange.webservices.data.property.complex
Represents a group member.
GroupMember() - Constructor for class microsoft.exchange.webservices.data.property.complex.GroupMember
Initializes a new instance of the GroupMember class.
GroupMember(String) - Constructor for class microsoft.exchange.webservices.data.property.complex.GroupMember
Initializes a new instance of the GroupMember class.
GroupMember(String, String, MailboxType) - Constructor for class microsoft.exchange.webservices.data.property.complex.GroupMember
Initializes a new instance of the GroupMember class.
GroupMember(String, MailboxType) - Constructor for class microsoft.exchange.webservices.data.property.complex.GroupMember
Initializes a new instance of the GroupMember class.
GroupMember(String, String, String) - Constructor for class microsoft.exchange.webservices.data.property.complex.GroupMember
Initializes a new instance of the GroupMember class.
GroupMember(String, String) - Constructor for class microsoft.exchange.webservices.data.property.complex.GroupMember
Initializes a new instance of the GroupMember class.
GroupMember(ItemId) - Constructor for class microsoft.exchange.webservices.data.property.complex.GroupMember
Initializes a new instance of the GroupMember class.
GroupMember(ItemId, String) - Constructor for class microsoft.exchange.webservices.data.property.complex.GroupMember
Initializes a new instance of the GroupMember class.
GroupMember(EmailAddress) - Constructor for class microsoft.exchange.webservices.data.property.complex.GroupMember
Initializes a new instance of the GroupMember class.
GroupMember(GroupMember) - Constructor for class microsoft.exchange.webservices.data.property.complex.GroupMember
Initializes a new instance of the GroupMember class.
GroupMember(Contact, EmailAddressKey) - Constructor for class microsoft.exchange.webservices.data.property.complex.GroupMember
Initializes a new instance of the GroupMember class.
GroupMemberCollection - Class in microsoft.exchange.webservices.data.property.complex
Represents a collection of members of GroupMember type.
GroupMemberCollection() - Constructor for class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Initializes a new instance.
GroupMemberPropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents the definition of the GroupMember property.
GroupMemberPropertyDefinition(String) - Constructor for class microsoft.exchange.webservices.data.property.definition.GroupMemberPropertyDefinition
Initializes a new instance of the GroupMemberPropertyDefinition class.
GroupMemberPropertyDefinition() - Constructor for class microsoft.exchange.webservices.data.property.definition.GroupMemberPropertyDefinition
Initializes a new instance of the GroupMemberPropertyDefinition class without key.
Groups - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Groups.

H

handleResponseObject(Object) - Method in interface microsoft.exchange.webservices.data.core.request.HangingServiceRequestBase.IHandleResponseObject
Callback delegate to handle asynchronous response.
handleResponseObject(Object) - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
 
HangingRequestDisconnectEventArgs - Class in microsoft.exchange.webservices.data.core.request
Represents a collection of arguments for the HangingServiceRequestBase.HangingRequestDisconnectHandler delegate method.
HangingRequestDisconnectEventArgs(HangingRequestDisconnectReason, Exception) - Constructor for class microsoft.exchange.webservices.data.core.request.HangingRequestDisconnectEventArgs
Initializes a new instance of the HangingRequestDisconnectEventArgs class.
hangingRequestDisconnectHandler(Object, HangingRequestDisconnectEventArgs) - Method in interface microsoft.exchange.webservices.data.core.request.HangingServiceRequestBase.IHangingRequestDisconnectHandler
Delegate method to handle a hanging request disconnection.
hangingRequestDisconnectHandler(Object, HangingRequestDisconnectEventArgs) - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
 
HangingRequestDisconnectReason - Enum in microsoft.exchange.webservices.data.core.enumeration.misc
Enumeration of reasons that a hanging request may disconnect.
HangingServiceRequestBase<T> - Class in microsoft.exchange.webservices.data.core.request
Represents an abstract, hanging service request.
HangingServiceRequestBase(ExchangeService, HangingServiceRequestBase.IHandleResponseObject, int) - Constructor for class microsoft.exchange.webservices.data.core.request.HangingServiceRequestBase
Initializes a new instance of the HangingServiceRequestBase class.
HangingServiceRequestBase.IHandleResponseObject - Interface in microsoft.exchange.webservices.data.core.request
 
HangingServiceRequestBase.IHangingRequestDisconnectHandler - Interface in microsoft.exchange.webservices.data.core.request
 
HangingTraceStream - Class in microsoft.exchange.webservices.data.misc
A stream that traces everything it returns from its Read() call.
HangingTraceStream(InputStream, ExchangeService) - Constructor for class microsoft.exchange.webservices.data.misc.HangingTraceStream
Initializes a new instance of the HangingTraceStream class.
HasAttachments - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the HasAttachments property.
HasAttachments - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the HasAttachments property.
HasAttachments - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant HasAttachments.
hasAttributes() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Gets a value indicating whether this instance has attribute.
HasBeenProcessed - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingMessageSchema
Defines the HasBeenProcessed property.
HasBeenProcessed - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant HasBeenProcessed.
hasCredentials() - Method in class microsoft.exchange.webservices.data.core.WebProxy
 
hasEnd() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
Gets a value indicating whether the pattern has a fixed number of occurrences or an end date.
hasFlag(PropertyDefinitionFlags, ExchangeVersion) - Method in class microsoft.exchange.webservices.data.property.definition.AttachmentsPropertyDefinition
Determines whether the specified flag is set.
hasFlag(PropertyDefinitionFlags) - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinition
Determines whether the specified flag is set.
hasFlag(PropertyDefinitionFlags, ExchangeVersion) - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinition
Determines whether the specified flag is set.
hasFlag(PropertyDefinitionFlags, ExchangeVersion) - Method in class microsoft.exchange.webservices.data.property.definition.StartTimeZonePropertyDefinition
Determines whether the specified flag is set.
hashCode() - Method in class microsoft.exchange.webservices.data.core.EwsSSLProtocolSocketFactory
 
hashCode() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Returns a hash code value for the object.
hashCode() - Method in class microsoft.exchange.webservices.data.property.complex.ExtendedProperty
Serves as a hash function for a particular type.
hashCode() - Method in class microsoft.exchange.webservices.data.property.complex.FolderId
Serves as a hash function for a particular type.
hashCode() - Method in class microsoft.exchange.webservices.data.property.complex.Mailbox
Serves as a hash function for a particular type.
hashCode() - Method in class microsoft.exchange.webservices.data.property.complex.ServiceId
Serves as a hash function for a particular type.
hashCode() - Method in class microsoft.exchange.webservices.data.property.complex.StringList
Serves as a hash function for a particular type.
hashCode() - Method in class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
 
hashCode() - Method in class microsoft.exchange.webservices.data.property.definition.IndexedPropertyDefinition
Serves as a hash function for a particular type.
hashCode() - Method in class microsoft.exchange.webservices.data.security.XmlNodeType
Returns a hash code value for the object.
HasPicture - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the HasPicture property.
HasPicture - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant HasPicture.
HasQuota - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant HasQuota.
hasUnprocessedAttachmentChanges() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a value indicating whether this instance has unprocessed attachment collection changes.
hasUnprocessedChanges() - Method in class microsoft.exchange.webservices.data.property.complex.AttachmentCollection
Determines whether there are any unsaved attachment collection changes.
HeaderName - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant HeaderName.
HeartbeatFrequency - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant HeartbeatFrequency.
HeartbeatFrequencyDefault - Static variable in class microsoft.exchange.webservices.data.core.request.GetStreamingEventsRequest
 
heartbeatFrequencyMilliseconds - Variable in class microsoft.exchange.webservices.data.core.request.HangingServiceRequestBase
Expected minimum frequency in response, in milliseconds.
HomeAddressCity - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the HomeAddressCity property.
HomeAddressCountryOrRegion - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the HomeAddressCountryOrRegion property.
HomeAddressPostalCode - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the HomeAddressPostalCode property.
HomeAddressState - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the HomeAddressState property.
HomeAddressStreet - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the HomeAddressStreet property.
HomeFax - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the HomeFax property.
HomePage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant HomePage.
HomePhone - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the HomePhone property.
HomePhone2 - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the HomePhone2 property.
Hostname - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Hostname.
HOURS - Static variable in class microsoft.exchange.webservices.data.misc.TimeSpan
Constant for hours unit and conversion.
HTTP_SCHEME - Static variable in class microsoft.exchange.webservices.data.EWSConstants
The Constant HTTP_SCHEME.
httpClient - Variable in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
 
HttpClientWebRequest - Class in microsoft.exchange.webservices.data.core.request
HttpClientWebRequest is used for making request to the server through NTLM Authentication by using Apache HttpClient 3.1 and JCIFS Library.
HttpClientWebRequest(CloseableHttpClient, HttpClientContext) - Constructor for class microsoft.exchange.webservices.data.core.request.HttpClientWebRequest
Instantiates a new http native web request.
httpContext - Variable in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
 
HttpErrorException - Exception in microsoft.exchange.webservices.data.core.exception.http
User: nwoodham Date: 3/8/11 Time: 5:30 PM
HttpErrorException() - Constructor for exception microsoft.exchange.webservices.data.core.exception.http.HttpErrorException
 
HttpErrorException(String, int) - Constructor for exception microsoft.exchange.webservices.data.core.exception.http.HttpErrorException
 
httpPoolingClient - Variable in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
 
HTTPS_SCHEME - Static variable in class microsoft.exchange.webservices.data.EWSConstants
The Constant HTTPS_SCHEME.
HttpWebRequest - Class in microsoft.exchange.webservices.data.core.request
The Class HttpWebRequest.
HttpWebRequest() - Constructor for class microsoft.exchange.webservices.data.core.request.HttpWebRequest
 

I

IAction<T> - Interface in microsoft.exchange.webservices.data.core
The Interface IAction.
IAsyncResult - Interface in microsoft.exchange.webservices.data.misc
Represents the stauts of Asynchronous operation.
IAutodiscoverRedirectionUrl - Interface in microsoft.exchange.webservices.data.autodiscover
Defines a delegate that is used by the AutodiscoverService to ask whether a redirectionUrl can be used.
ICalDateTimeStamp - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant ICalDateTimeStamp.
ICalDateTimeStamp - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingMessageSchema
Defines the ICalendar DateTimeStamp property.
ICalendarActionProvider - Interface in microsoft.exchange.webservices.data.core.service.item
Interface defintion of a group of methods that are common to item that return CalendarActionResults.
ICalRecurrenceId - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant ICalRecurrenceId.
ICalRecurrenceId - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingMessageSchema
Defines the ICalendar RecurrenceId property.
ICalUid - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant ICalUid.
ICalUid - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingMessageSchema
Defines the ICalendar Uid property.
IComplexPropertyChanged - Interface in microsoft.exchange.webservices.data.property.complex
Indicates that a complex property changed.
IComplexPropertyChangedDelegate<TComplexProperty extends ComplexProperty> - Interface in microsoft.exchange.webservices.data.property.complex
The Interface ComplexPropertyChangedDelegateInterface.
ICreateComplexPropertyDelegate<TComplexProperty extends ComplexProperty> - Interface in microsoft.exchange.webservices.data.property.complex
Used to create instances of ComplexProperty.
ICreateServiceObjectWithAttachmentParam - Interface in microsoft.exchange.webservices.data.core.service
The Interface ICreateServiceObjectWithAttachmentParam.
ICreateServiceObjectWithServiceParam - Interface in microsoft.exchange.webservices.data.core.service
The Interface ICreateServiceObjectWithServiceParam.
ICustomXmlSerialization - Interface in microsoft.exchange.webservices.data.core
The Interface CustomXmlSerializationInterface.
ICustomXmlUpdateSerializer - Interface in microsoft.exchange.webservices.data.core
Interface defined for property that produce their own update serialization.
Id - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the Id property.
Id - Static variable in class microsoft.exchange.webservices.data.core.service.schema.FolderSchema
Defines the Id property.
Id - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the Id property.
Id - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Id.
Id - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Id.
ID - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ID.
id - Variable in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
The id.
IdFormat - Enum in microsoft.exchange.webservices.data.core.enumeration.misc
Defines supported Id formats in ConvertId operations.
IDisposable - Interface in microsoft.exchange.webservices.data.core
The Interface IDisposable.
IdOnly - Static variable in class microsoft.exchange.webservices.data.core.PropertySet
The Constant IdOnly.
Ids - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Ids.
IFileAttachmentContentHandler - Interface in microsoft.exchange.webservices.data.core
Defines a file attachment content handler.
IFunc<T,TResult> - Interface in microsoft.exchange.webservices.data.autodiscover
The Interface Func.
IFuncDelegate<TResult> - Interface in microsoft.exchange.webservices.data.autodiscover
The Interface FuncDelegate.
IFunction<T,TResult> - Interface in microsoft.exchange.webservices.data.misc
The Interface FuncInterface.
IFunctionDelegate<T1 extends List<?>,T2 extends List<?>,TResult> - Interface in microsoft.exchange.webservices.data.autodiscover
The Interface FuncDelegateInterface.
IFunctions - Class in microsoft.exchange.webservices.data.misc
Class with re-usable function implementations.
IFunctions.Base64Decoder - Class in microsoft.exchange.webservices.data.misc
 
IFunctions.Base64Encoder - Class in microsoft.exchange.webservices.data.misc
 
IFunctions.DateTimeToXSDateTime - Class in microsoft.exchange.webservices.data.misc
 
IFunctions.StringToObject - Class in microsoft.exchange.webservices.data.misc
 
IFunctions.ToBoolean - Class in microsoft.exchange.webservices.data.misc
 
IFunctions.ToLowerCase - Class in microsoft.exchange.webservices.data.misc
 
IFunctions.ToString - Class in microsoft.exchange.webservices.data.misc
 
IFunctions.ToUUID - Class in microsoft.exchange.webservices.data.misc
 
IGetObjectInstanceDelegate<T extends ServiceObject> - Interface in microsoft.exchange.webservices.data.core.response
The Interface GetObjectInstanceDelegateInterface.
Ignore - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Ignore.
ILazyMember<T> - Interface in microsoft.exchange.webservices.data.core
The Interface ILazyMember.
ImAddress - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ImAddress.
ImAddress1 - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the ImAddress1 property.
ImAddress2 - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the ImAddress2 property.
ImAddress3 - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the ImAddress3 property.
ImAddressDictionary - Class in microsoft.exchange.webservices.data.property.complex
Represents a dictionary of Instant Messaging addresses.
ImAddressDictionary() - Constructor for class microsoft.exchange.webservices.data.property.complex.ImAddressDictionary
 
ImAddressEntry - Class in microsoft.exchange.webservices.data.property.complex
Represents an entry of an ImAddressDictionary.
ImAddressEntry() - Constructor for class microsoft.exchange.webservices.data.property.complex.ImAddressEntry
Initializes a new instance of the "ImAddressEntry" class.
ImAddressEntry(ImAddressKey, String) - Constructor for class microsoft.exchange.webservices.data.property.complex.ImAddressEntry
Initializes a new instance of the ="ImAddressEntry" class.
ImAddresses - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the ImAddresses property.
ImAddresses - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ImAddresses.
ImAddressKey - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines Instant Messaging address entries for a contact.
ImpersonatedUserId - Class in microsoft.exchange.webservices.data.misc
Represents an impersonated user Id.
ImpersonatedUserId() - Constructor for class microsoft.exchange.webservices.data.misc.ImpersonatedUserId
Instantiates a new impersonated user id.
ImpersonatedUserId(ConnectingIdType, String) - Constructor for class microsoft.exchange.webservices.data.misc.ImpersonatedUserId
Initializes a new instance of ConnectingId.
Importance - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines the importance of an item.
Importance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the Importance property.
Importance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the Importance property.
Importance - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Importance.
InboxFolderPermissionLevel - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant InboxFolderPermissionLevel.
InboxRules - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant InboxRules.
IncludePermissions - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant IncludePermissions.
IncludesLastFolderInRange - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IncludesLastFolderInRange.
IncludesLastItemInRange - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant IncludesLastItemInRange.
IncludesLastItemInRange - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IncludesLastItemInRange.
IndexedFieldURI - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IndexedFieldURI.
IndexedPageFolderView - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IndexedPageFolderView.
IndexedPageItemView - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IndexedPageItemView.
IndexedPagingOffset - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant IndexedPagingOffset.
IndexedPropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents an indexed property definition.
IndexedPropertyDefinition(String, String) - Constructor for class microsoft.exchange.webservices.data.property.definition.IndexedPropertyDefinition
Initializes a new instance of the IndexedPropertyDefinition class.
indexOf(TComplexProperty) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Searches for a specific property and return its zero-based index within the collection.
IndividualAttendeeConflictData - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IndividualAttendeeConflictData.
initializeSchemaPropertyNames() - Static method in class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
Initialize schema property names.
initializeXmlReader(InputStream) - Method in class microsoft.exchange.webservices.data.core.EwsServiceMultiResponseXmlReader
Initializes the XML reader.
initializeXmlReader(InputStream) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Initializes the XML reader.
InitialName - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant InitialName.
Initials - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the Initials property.
Initials - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Initials.
InReplyTo - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the InReplyTo property.
InReplyTo - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant InReplyTo.
Instance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant Instance.
Instance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.CalendarResponseObjectSchema
The Constant Instance.
Instance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.CancelMeetingMessageSchema
This must be declared after the property definitions.
Instance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactGroupSchema
The Constant Instance.
Instance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
The Constant Instance.
Instance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
This must be declared after the property definitions
Instance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
The Constant Instance.
Instance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.FolderSchema
This must be declared after the property definitions.
Instance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
The Constant Instance.
Instance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingMessageSchema
This must be after the declaration of property definitions.
Instance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
This must be after the declaration of property definitions.
Instance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.PostItemSchema
The Constant Instance.
Instance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.PostReplySchema
The Constant Instance.
Instance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ResponseMessageSchema
This must be declared after the property definitions.
Instance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ResponseObjectSchema
This must be declared after the property definitions.
Instance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.SearchFolderSchema
The Constant Instance.
Instance - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
This must be declared after the property definitions.
INSTANCE - Static variable in class microsoft.exchange.webservices.data.misc.IFunctions.Base64Decoder
 
INSTANCE - Static variable in class microsoft.exchange.webservices.data.misc.IFunctions.Base64Encoder
 
INSTANCE - Static variable in class microsoft.exchange.webservices.data.misc.IFunctions.DateTimeToXSDateTime
 
INSTANCE - Static variable in class microsoft.exchange.webservices.data.misc.IFunctions.StringToObject
 
INSTANCE - Static variable in class microsoft.exchange.webservices.data.misc.IFunctions.ToBoolean
 
INSTANCE - Static variable in class microsoft.exchange.webservices.data.misc.IFunctions.ToLowerCase
 
INSTANCE - Static variable in class microsoft.exchange.webservices.data.misc.IFunctions.ToString
 
INSTANCE - Static variable in class microsoft.exchange.webservices.data.misc.IFunctions.ToUUID
 
InstanceIndex - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant InstanceIndex.
IntendedFreeBusyStatus - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the IntendedFreeBusyStatus property.
IntendedFreeBusyStatus - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IntendedFreeBusyStatus.
Internal - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Internal.
internalAccept(boolean, boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Accepts the meeting.
internalAccept(boolean, boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Accepts the meeting.
internalAdd(TComplexProperty) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Add complex property.
internalAdd(TEntry) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
Add entry.
internalAddOrReplace(TEntry) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
Add or replace entry.
internalClear() - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Clear collection.
internalCreate(FolderId, MessageDisposition, SendInvitationsMode) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Create item.
internalCreate(FolderId, MessageDisposition) - Method in class microsoft.exchange.webservices.data.core.service.response.PostReply
Create a PostItem response.
internalCreate(FolderId, MessageDisposition) - Method in class microsoft.exchange.webservices.data.core.service.response.RemoveFromCalendar
Create response object.
internalCreate(FolderId, MessageDisposition) - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseObject
Create the response object.
internalCreate(FolderId, MessageDisposition) - Method in class microsoft.exchange.webservices.data.core.service.response.SuppressReadReceipt
Create the response object.
internalCreateResponseObject(ServiceObject, FolderId, MessageDisposition) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Create response object.
internalDelete(DeleteMode, SendCancellationsMode, AffectedTaskOccurrence) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Deletes the object.
internalDelete(DeleteMode, SendCancellationsMode, AffectedTaskOccurrence) - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
This is not supported in this object.
internalDelete(DeleteMode, SendCancellationsMode, AffectedTaskOccurrence) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Deletes the object.
internalDelete(DeleteMode, SendCancellationsMode, AffectedTaskOccurrence) - Method in class microsoft.exchange.webservices.data.core.service.response.PostReply
Deletes the object.
internalDelete(DeleteMode, SendCancellationsMode, AffectedTaskOccurrence) - Method in class microsoft.exchange.webservices.data.core.service.response.RemoveFromCalendar
Deletes the object.
internalDelete(DeleteMode, SendCancellationsMode, AffectedTaskOccurrence) - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseObject
Deletes the object.
internalDelete(DeleteMode, SendCancellationsMode, AffectedTaskOccurrence) - Method in class microsoft.exchange.webservices.data.core.service.response.SuppressReadReceipt
Deletes the object.
internalDelete(DeleteMode, SendCancellationsMode, AffectedTaskOccurrence) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Internal delete.
internalExecute() - Method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Executes this instance.
internalExecute() - Method in class microsoft.exchange.webservices.data.core.request.HangingServiceRequestBase
Exectures the request.
internalExecute() - Method in class microsoft.exchange.webservices.data.core.request.SimpleServiceRequestBase
Executes this request.
internalGetLegacyUserSettings(String, List<UserSettingName>) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Gets user settings from Autodiscover legacy endpoint.
internalGetSoapUserSettings(String, List<UserSettingName>) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Calls the SOAP Autodiscover service for user settings for a single SMTP address.
internalLoad(PropertySet) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Loads the specified set of property on the object.
internalLoad(PropertySet) - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
This method is not supported in this object.
internalLoad(PropertySet) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
The property definition for the Id of this object.
internalLoad(PropertySet) - Method in class microsoft.exchange.webservices.data.core.service.response.PostReply
Loads the specified set of property on the object.
internalLoad(PropertySet) - Method in class microsoft.exchange.webservices.data.core.service.response.RemoveFromCalendar
Loads the specified set of property on the object.
internalLoad(PropertySet) - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseObject
Loads the specified set of property on the object.
internalLoad(PropertySet) - Method in class microsoft.exchange.webservices.data.core.service.response.SuppressReadReceipt
Loads the specified set of property on the object.
internalLoad(PropertySet) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Internal load.
internalLoad(BodyType, Iterable<PropertyDefinitionBase>) - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Load the attachment.
internalLoadFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.notification.FolderEvent
Load from XML.
internalLoadFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.notification.ItemEvent
Load from XML.
internalLoadFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.notification.NotificationEvent
Load from XML.
internalLoadFromXml(EwsServiceXmlReader, PropertyBag) - Method in class microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinitionBase
Internals the load from XML.
internalLoadFromXml(EwsServiceXmlReader, PropertyBag) - Method in class microsoft.exchange.webservices.data.property.definition.ContainedPropertyDefinition
Load from XML.
internalLoadPropertiesForItems(Iterable<Item>, PropertySet, ServiceErrorHandling) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Loads the property of multiple item in a single call to EWS.
internalProcessHttpErrorResponse(HttpWebRequest, Exception, TraceFlags, TraceFlags) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
This method doesn't handle 500 ISE errors.
internalRemove(TComplexProperty) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Remove specified complex property.
internalRemove(TKey) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
Remove entry based on key.
internalRemoveAt(int) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Remote entry at index.
InternalReply - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant InternalReply.
internalThrowIfNecessary() - Method in class microsoft.exchange.webservices.data.core.response.ResolveNamesResponse
Override base implementation so that API does not throw when name resolution fails to find a match.
internalThrowIfNecessary() - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponse
Internal method that throws a ServiceResponseException if this response has its Result property set to Error.
internalUpdate(FolderId, ConflictResolutionMode, MessageDisposition, SendInvitationsOrCancellationsMode) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Update item.
internalValidate() - Method in class microsoft.exchange.webservices.data.core.PropertySet
Validates this property set.
internalValidate() - Method in class microsoft.exchange.webservices.data.misc.id.AlternateId
Validate this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.misc.id.AlternateIdBase
Validate this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Validates this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.CreateRuleOperation
Validates this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.DelegateUser
Validates this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.DeleteRuleOperation
Validates this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Validates this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.Mailbox
Validates this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
Validates this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.MonthlyPattern
Validates this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeMonthlyPattern
Validates this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeYearlyPattern
Validates this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.WeeklyPattern
Validates this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.YearlyPattern
Validates this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.Rule
Validates this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
Validates this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicateDateRange
Validates this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Validates this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicateSizeRange
Validates this instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.property.complex.SetRuleOperation
Validates this instance.
internalValidate(ServiceRequestBase) - Method in class microsoft.exchange.webservices.data.search.CalendarView
Validate instance.
internalValidate(ServiceRequestBase) - Method in class microsoft.exchange.webservices.data.search.ConversationIndexedItemView
Validates this view.
internalValidate() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.ContainsSubstring
validates instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.Not
validates the instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.PropertyBasedFilter
validate instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.RelationalFilter
validates the instance.
internalValidate() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Validate instance.
internalValidate(ServiceRequestBase) - Method in class microsoft.exchange.webservices.data.search.ItemView
Validates this view.
internalValidate(ServiceRequestBase) - Method in class microsoft.exchange.webservices.data.search.PagedView
Validates this view.
internalValidate(ServiceRequestBase) - Method in class microsoft.exchange.webservices.data.search.ViewBase
Validates this view.
internalWriteElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToPullNotificationsRequest
Reads response elements from XML.
internalWriteElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToPushNotificationsRequest
 
internalWriteElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToStreamingNotificationsRequest
Internals the write elements to XML.
internalWritePropertiesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
Write property to XML.
internalWritePropertiesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.IntervalPattern
Write property to XML.
internalWritePropertiesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.MonthlyPattern
Write property to XML.
internalWritePropertiesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeMonthlyPattern
Write property to XML.
internalWritePropertiesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeYearlyPattern
Write property to XML.
internalWritePropertiesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.WeeklyPattern
Write property to XML.
internalWritePropertiesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.YearlyPattern
Write property to XML.
internalWriteSearchSettingsToXml(EwsServiceXmlWriter, Grouping) - Method in class microsoft.exchange.webservices.data.search.CalendarView
Writes the search settings to XML.
internalWriteSearchSettingsToXml(EwsServiceXmlWriter, Grouping) - Method in class microsoft.exchange.webservices.data.search.ConversationIndexedItemView
Internals the write search settings to XML.
internalWriteSearchSettingsToXml(EwsServiceXmlWriter, Grouping) - Method in class microsoft.exchange.webservices.data.search.ItemView
Internals the write search settings to XML.
internalWriteSearchSettingsToXml(EwsServiceXmlWriter, Grouping) - Method in class microsoft.exchange.webservices.data.search.PagedView
Internals the write search settings to XML.
internalWriteSearchSettingsToXml(EwsServiceXmlWriter, Grouping) - Method in class microsoft.exchange.webservices.data.search.ViewBase
Writes the search settings to XML.
internalWriteViewToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.CalendarView
Write to XML.
internalWriteViewToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.PagedView
Write to XML.
internalWriteViewToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.ViewBase
Writes this view to XML.
InternetMessageHeader - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant InternetMessageHeader.
InternetMessageHeader - Class in microsoft.exchange.webservices.data.property.complex
Defines the EwsXmlReader class.
InternetMessageHeader() - Constructor for class microsoft.exchange.webservices.data.property.complex.InternetMessageHeader
Initializes a new instance of the EwsXmlReader class.
InternetMessageHeaderCollection - Class in microsoft.exchange.webservices.data.property.complex
Represents a collection of Internet message headers.
InternetMessageHeaderCollection() - Constructor for class microsoft.exchange.webservices.data.property.complex.InternetMessageHeaderCollection
Initializes a new instance of the "InternetMessageHeaderCollection" class.
InternetMessageHeaders - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the InternetMessageHeaders property.
InternetMessageHeaders - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant InternetMessageHeaders.
InternetMessageId - Static variable in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Defines the InternetMessageId property.
InternetMessageId - Static variable in class microsoft.exchange.webservices.data.core.service.schema.PostItemSchema
Defines the InternetMessageId property.
InternetMessageId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant InternetMessageId.
Interval - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Interval.
IntervalPattern() - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.IntervalPattern
Initializes a new instance of the IntervalPattern class.
IntervalPattern(Date, int) - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.IntervalPattern
Initializes a new instance of the IntervalPattern class.
IntPropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents Integer property defintion.
IntPropertyDefinition(String, String, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.IntPropertyDefinition
Initializes a new instance of the "IntPropertyDefinition" class.
IntPropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.IntPropertyDefinition
Initializes a new instance of the "IntPropertyDefinition" class.
IntPropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion, boolean) - Constructor for class microsoft.exchange.webservices.data.property.definition.IntPropertyDefinition
Initializes a new instance of the "IntPropertyDefinition" class.
InvalidOperationException - Exception in microsoft.exchange.webservices.data.core.exception.misc
The Class InvalidOperationException.
InvalidOperationException() - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.InvalidOperationException
Instantiates a new invalid operation exception.
InvalidOperationException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.misc.InvalidOperationException
Instantiates a new invalid operation exception.
InvalidOrUnsupportedTimeZoneDefinitionException - Exception in microsoft.exchange.webservices.data.core.exception.service.local
The Class InvalidOrUnsupportedTimeZoneDefinitionException.
InvalidOrUnsupportedTimeZoneDefinitionException() - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.InvalidOrUnsupportedTimeZoneDefinitionException
Constructs an InvalidOrUnsupportedTimeZoneDefinitionException with no detail message.
InvalidOrUnsupportedTimeZoneDefinitionException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.InvalidOrUnsupportedTimeZoneDefinitionException
Constructs an InvalidOrUnsupportedTimeZoneDefinitionException with the specified detail message.
InvalidOrUnsupportedTimeZoneDefinitionException(String, Exception) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.InvalidOrUnsupportedTimeZoneDefinitionException
Constructs a new exception with the specified detail message and cause.
IOwnedProperty - Interface in microsoft.exchange.webservices.data.property.complex
Complex property that implement that interface are owned by an instance of EwsObject.
IPredicate<T> - Interface in microsoft.exchange.webservices.data.core
The Interface IPredicate.
IPropertyBagChangedDelegate<TKey> - Interface in microsoft.exchange.webservices.data.property.complex
The Interface PropertyBagChangedDelegateInterface.
isAcceptGzipEncoding() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Checks if is accept gzip encoding.
IsAllDayEvent - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant IsAllDayEvent.
IsAllDayEvent - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the IsAllDayEvent property.
IsAllDayEvent - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsAllDayEvent.
isAllowAuthentication() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Whether web service authentication is allowed.
isAllowAutoRedirect() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Checks if is allow auto redirect.
IsApprovalRequest - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsApprovalRequest.
IsArchive - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant IsArchive.
isArrayType(MapiPropertyType) - Static method in class microsoft.exchange.webservices.data.misc.MapiTypeConverter
Determines whether MapiPropertyType is an array type.
IsAssignmentEditable - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsAssignmentEditable.
IsAssociated - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the IsAssociated property.
IsAssociated - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsAssociated.
isAttachment() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Gets a value indicating whether the item is an attachment.
IsAutomaticForward - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsAutomaticForward.
IsAutomaticReply - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsAutomaticReply.
isAvailableUserSetting(UserSettingName) - Static method in class microsoft.exchange.webservices.data.autodiscover.configuration.outlook.OutlookConfigurationSettings
Determines whether user setting is available in the OutlookConfiguration or not.
IsCancelled - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant IsCancelled.
IsCancelled - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the IsCancelled property.
IsCancelled - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsCancelled.
isCancelled() - Method in class microsoft.exchange.webservices.data.misc.AsyncRequestResult
 
IsComplete - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the IsComplete property.
IsComplete - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsComplete.
isConnected() - Method in class microsoft.exchange.webservices.data.core.request.HangingServiceRequestBase
Gets a value indicating whether this instance is connected.
IsContactPhoto - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsContactPhoto.
isContactPhoto() - Method in class microsoft.exchange.webservices.data.property.complex.FileAttachment
Gets a value indicating whether this attachment is a contact photo.
IsDelegated - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingMessageSchema
Defines the IsDelegated property.
IsDelegated - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsDelegated.
IsDeliveryReceiptRequested - Static variable in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Defines the IsDeliveryReceiptRequested property.
IsDeliveryReceiptRequested - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsDeliveryReceiptRequested.
isDirty() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Checks if is dirty.
Isdn - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the Isdn property.
isDone() - Method in class microsoft.exchange.webservices.data.misc.AsyncRequestResult
 
IsDraft - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the IsDraft property.
IsDraft - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsDraft.
ISearchStringProvider - Interface in microsoft.exchange.webservices.data.property.complex
Interface defined for types that can produce a string representation for use in search filter.
ISelfValidate - Interface in microsoft.exchange.webservices.data
The Interface ISelfValidate.
isEmptyElement() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Gets a value indicating whether current element is empty.
IsEnabled - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsEnabled.
IsEncrypted - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsEncrypted.
isEndElement(String, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Determines whether current element is a end element.
isEndElement(XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Determines whether current element is a end element.
IsEqualTo - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsEqualTo.
isEqualTo(ExtendedPropertyDefinition, ExtendedPropertyDefinition) - Static method in class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Determines whether two specified instances of ExtendedPropertyDefinition are equal.
isEqualTo(IndexedPropertyDefinition, IndexedPropertyDefinition) - Static method in class microsoft.exchange.webservices.data.property.definition.IndexedPropertyDefinition
Determines whether two specified instances of IndexedPropertyDefinition are equal.
IsEqualTo() - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsEqualTo
Initializes a new instance of the class.
IsEqualTo(PropertyDefinitionBase, PropertyDefinitionBase) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsEqualTo
Initializes a new instance of the class.
IsEqualTo(PropertyDefinitionBase, Object) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsEqualTo
Initializes a new instance of the class.
IServiceObjectChangedDelegate - Interface in microsoft.exchange.webservices.data.property.complex
The Interface ServiceObjectChangedDelegateInterface.
IsException - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsException.
isException() - Method in class microsoft.exchange.webservices.data.property.complex.availability.CalendarEventDetails
Gets a value indicating whether the calendar event is an exception in a recurring series.
isExcludeConflicts() - Method in class microsoft.exchange.webservices.data.misc.availability.AttendeeInfo
Gets a value indicating whether times when this attendee is not available should be returned.
isExternal() - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
 
IsFolderContact - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsFolderContact.
IsFolderOwner - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsFolderOwner.
IsFolderVisible - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsFolderVisible.
isFreeBusyViewRequested() - Method in class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Gets a value indicating whether free/busy data is requested.
IsFromMe - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the IsFromMe property.
IsFromMe - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsFromMe.
IsGreaterThan - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsGreaterThan.
IsGreaterThan() - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsGreaterThan
Initializes a new instance of the class.
IsGreaterThan(PropertyDefinitionBase, PropertyDefinitionBase) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsGreaterThan
Initializes a new instance of the class.
IsGreaterThan(PropertyDefinitionBase, Object) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsGreaterThan
Initializes a new instance of the class.
IsGreaterThanOrEqualTo - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsGreaterThanOrEqualTo.
IsGreaterThanOrEqualTo() - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsGreaterThanOrEqualTo
Initializes a new instance of the class.
IsGreaterThanOrEqualTo(PropertyDefinitionBase, PropertyDefinitionBase) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsGreaterThanOrEqualTo
Initializes a new instance of the class.
IsGreaterThanOrEqualTo(PropertyDefinitionBase, Object) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsGreaterThanOrEqualTo
Initializes a new instance of the class.
isHttpScheme() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Checks if is http scheme.
isHttpsScheme() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Checks if is https scheme.
IsInError - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsInError.
IsInline - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsInline.
isKeepAlive() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Checks if is keep alive.
IsLessThan - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsLessThan.
IsLessThan() - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsLessThan
Initializes a new instance of the class.
IsLessThan(PropertyDefinitionBase, PropertyDefinitionBase) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsLessThan
Initializes a new instance of the class.
IsLessThan(PropertyDefinitionBase, Object) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsLessThan
Initializes a new instance of the class.
IsLessThanOrEqualTo - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsLessThanOrEqualTo.
IsLessThanOrEqualTo() - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsLessThanOrEqualTo
Initializes a new instance of the class.
IsLessThanOrEqualTo(PropertyDefinitionBase, PropertyDefinitionBase) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsLessThanOrEqualTo
Initializes a new instance of the class.
IsLessThanOrEqualTo(PropertyDefinitionBase, Object) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsLessThanOrEqualTo
Initializes a new instance of the class.
isLogAllWireBytes() - Static method in class microsoft.exchange.webservices.data.core.request.HangingServiceRequestBase
 
IsManagedFoldersRoot - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsManagedFoldersRoot.
IsMeeting - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant IsMeeting.
IsMeeting - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the IsMeeting property.
IsMeeting - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsMeeting.
isMeeting() - Method in class microsoft.exchange.webservices.data.property.complex.availability.CalendarEventDetails
Gets a value indicating whether the calendar event is a meeting.
IsMeetingRequest - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsMeetingRequest.
IsMeetingResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsMeetingResponse.
isMoreAvailable() - Method in class microsoft.exchange.webservices.data.search.FindFoldersResults
Gets a value indicating whether more folder matching the search criteria. are available in the searched folder.
isMoreAvailable() - Method in class microsoft.exchange.webservices.data.search.FindItemsResults
Gets a value indicating whether more item matching the search criteria are available in the searched folder.
isMoreAvailable() - Method in class microsoft.exchange.webservices.data.search.GroupedFindItemsResults
Gets a value indicating whether more item corresponding to the search criteria are available in the searched folder.
isMoreEventsAvailable() - Method in class microsoft.exchange.webservices.data.notification.GetEventsResults
Gets a value indicating whether more events are available on the Exchange server.
isMoreEventsAvailable() - Method in class microsoft.exchange.webservices.data.notification.PullSubscription
Gets a value indicating whether more events are available on the server.
isNamespaceAware() - Method in class microsoft.exchange.webservices.data.security.SafeXmlDocument
 
IsNDR - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsNDR.
isNeedSignature() - Method in class microsoft.exchange.webservices.data.credential.ExchangeCredentials
Gets the flag indicating whether any sign action need taken.
isNegative() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Indicates whether the value of the TimeSpan is negative.
isNew() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Checks if is new.
isNew() - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
True if the attachment has not yet been saved, false otherwise.
IsNotEqualTo - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsNotEqualTo.
IsNotEqualTo() - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsNotEqualTo
Initializes a new instance of the class.
IsNotEqualTo(PropertyDefinitionBase, PropertyDefinitionBase) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsNotEqualTo
Initializes a new instance of the class.
IsNotEqualTo(PropertyDefinitionBase, Object) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.IsNotEqualTo
Initializes a new instance of the class.
IsNotSupported - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsNotSupported.
isNullable() - Method in class microsoft.exchange.webservices.data.property.definition.ByteArrayPropertyDefinition
Gets a value indicating whether this property definition is for a nullable type (ref, int?
isNullable() - Method in class microsoft.exchange.webservices.data.property.definition.DateTimePropertyDefinition
Gets a value indicating whether this property definition is for a nullable type (ref, int?
isNullable() - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinition
Gets a value indicating whether this property definition is for a nullable type.
isNullable() - Method in class microsoft.exchange.webservices.data.property.definition.ResponseObjectsPropertyDefinition
Gets a value indicating whether this property definition is for a nullable type (ref, int?
isNullable() - Method in class microsoft.exchange.webservices.data.property.definition.StringPropertyDefinition
Gets a value indicating whether this property definition is for a nullable type (ref, int?
IsOnlineMeeting - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant IsOnlineMeeting.
IsOnlineMeeting - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the IsOnlineMeeting property.
IsOnlineMeeting - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsOnlineMeeting.
IsOutOfDate - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingMessageSchema
Defines the IsOutOfDate property.
IsOutOfDate - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsOutOfDate.
IsPermissionControlled - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsPermissionControlled.
isPositive() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Indicates whether the value of the TimeSpan is positive.
isPreAuthenticate() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Gets a value that indicates whether HTTP pre-authentication should be performed.
isPreAuthenticate() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Whether to use preemptive authentication.
IsPrivate - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsPrivate.
isPrivate() - Method in class microsoft.exchange.webservices.data.property.complex.availability.CalendarEventDetails
Gets a value indicating whether the calendar event is private.
isPropertyLoaded(PropertyDefinition) - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Checks if is property loaded.
isPropertyUpdated(PropertyDefinition) - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Determines whether the specified property has been updated.
IsRead - Static variable in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Defines the IsRead property.
IsRead - Static variable in class microsoft.exchange.webservices.data.core.service.schema.PostItemSchema
Defines the IsRead property.
IsRead - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsRead.
IsReadReceipt - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsReadReceipt.
IsReadReceiptRequested - Static variable in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Defines the IsReadReceiptRequested property.
IsReadReceiptRequested - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsReadReceiptRequested.
IsRecurring - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant IsRecurring.
IsRecurring - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the IsRecurring property.
IsRecurring - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the IsRecurring property.
IsRecurring - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsRecurring.
isRecurring() - Method in class microsoft.exchange.webservices.data.property.complex.availability.CalendarEventDetails
Gets a value indicating whether the calendar event is recurring.
isRedirectionResponse(HttpWebRequest) - Static method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Determines whether response is a redirection.
isRegenerationPattern() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.DailyRegenerationPattern
Gets a value indicating whether this instance is a regeneration pattern.
isRegenerationPattern() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
Gets a value indicating whether this instance is regeneration pattern.
isRegenerationPattern() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.MonthlyRegenerationPattern
Gets a value indicating whether this instance is regeneration pattern.
isRegenerationPattern() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.WeeklyRegenerationPattern
Gets a value indicating whether this instance is regeneration pattern.
isRegenerationPattern() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.YearlyRegenerationPattern
Gets a value indicating whether this instance is regeneration pattern.
IsReminderSet - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the IsReminderSet property.
IsReminderSet - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsReminderSet.
isReminderSet() - Method in class microsoft.exchange.webservices.data.property.complex.availability.CalendarEventDetails
Gets a value indicating whether the calendar event has a reminder set.
isRepeatable() - Method in class microsoft.exchange.webservices.data.core.request.ByteArrayOSRequestEntity
 
isRequireWSSecurityUtilityNamespace() - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Gets a value indicating whether the SOAP message need WSSecurity Utility namespace.
IsResend - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the IsResend property.
IsResend - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsResend.
IsResponseRequested - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant IsResponseRequested.
IsResponseRequested - Static variable in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Defines the IsResponseRequested property.
IsResponseRequested - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsResponseRequested.
IsSigned - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsSigned.
isStandardPeriod() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZonePeriod
Gets a value indicating whether this period represents the Standard period.
isStartElement() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Determines whether current element is a start element.
isStartElement(String, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Determines whether current element is a start element.
isStartElement(XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Determines whether current element is a start element.
isStreaming() - Method in class microsoft.exchange.webservices.data.core.request.ByteArrayOSRequestEntity
 
IsSubmitted - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the IsSubmitted property.
IsSubmitted - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsSubmitted.
isSuggestionsViewRequested() - Method in class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Gets a value indicating whether suggestions are requested.
IsTeamTask - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the IsTeamTask property.
IsTeamTask - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsTeamTask.
isTimeZoneHeaderEmitted() - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Gets a value indicating whether the time zone SOAP header was emitted through this writer.
isTraceEnabled() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Gets a value indicating whether tracing is enabled.
isTraceEnabledFor(TraceFlags) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Determines whether tracing is enabled for specified trace flag(s).
IsUnmodified - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the IsUnmodified property.
IsUnmodified - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsUnmodified.
isUseDefaultCredentials() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Checks if is use default credential.
isUseDefaultCredentials() - Method in class microsoft.exchange.webservices.data.credential.WebCredentials
Checks if is use default credential.
isValid() - Method in class microsoft.exchange.webservices.data.property.complex.Mailbox
True if this instance is valid, false otherthise.
isValid() - Method in class microsoft.exchange.webservices.data.property.complex.ServiceId
True if this instance is valid, false otherthise.
isValid() - Method in class microsoft.exchange.webservices.data.property.complex.UserId
Determines whether this instance is valid.
isValidating() - Method in class microsoft.exchange.webservices.data.security.SafeXmlDocument
 
IsVoicemail - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsVoicemail.
IsWorkTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant IsWorkTime.
isWorkTime() - Method in class microsoft.exchange.webservices.data.property.complex.availability.TimeSuggestion
Gets a value indicating whether the suggested time is within working hours.
isZero() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Indicates whether the value of the TimeSpan is zero.
Item - Class in microsoft.exchange.webservices.data.core.service.item
Represents a generic item.
Item(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.item.Item
Initializes an unsaved local instance of .
Item(ItemAttachment) - Constructor for class microsoft.exchange.webservices.data.core.service.item.Item
Initializes a new instance of the item class.
Item - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Item.
ItemAttachment - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ItemAttachment.
ItemAttachment - Class in microsoft.exchange.webservices.data.property.complex
Represents an item attachment.
ItemAttachment(Item) - Constructor for class microsoft.exchange.webservices.data.property.complex.ItemAttachment
Initializes a new instance of the class.
ItemChange - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ItemChange.
ItemChange - Class in microsoft.exchange.webservices.data.sync
Represents a change on an item as returned by a synchronization operation.
ItemChange() - Constructor for class microsoft.exchange.webservices.data.sync.ItemChange
Initializes a new instance of ItemChange.
itemChanged(TComplexProperty) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Item changed.
ItemChanges - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ItemChanges.
ItemClass - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the ItemClass property.
ItemClass - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ItemClass.
ItemClasses - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the ItemClasses property.
ItemClasses - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ItemClasses.
ItemCollection<TItem extends Item> - Class in microsoft.exchange.webservices.data.property.complex
Represents a collection of item.
ItemCollection() - Constructor for class microsoft.exchange.webservices.data.property.complex.ItemCollection
Initializes a new instance of the "ItemCollection<TItem>" class.
ItemEvent - Class in microsoft.exchange.webservices.data.notification
Represents an event that applies to an item.
ItemEvent(EventType, Date) - Constructor for class microsoft.exchange.webservices.data.notification.ItemEvent
Initializes a new instance.
ItemGroup<TItem extends Item> - Class in microsoft.exchange.webservices.data.search
Represents a group of item as returned by grouped item search operations.
ItemGroup(String, List<TItem>) - Constructor for class microsoft.exchange.webservices.data.search.ItemGroup
Initializes a new instance of the class.
ItemId - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant ItemId.
ItemId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ItemId.
ItemId - Class in microsoft.exchange.webservices.data.property.complex
Represents the Id of an Exchange item.
ItemId() - Constructor for class microsoft.exchange.webservices.data.property.complex.ItemId
Initializes a new instance.
ItemId(String) - Constructor for class microsoft.exchange.webservices.data.property.complex.ItemId
Initializes a new instance of ItemId.
ItemIdCollection - Class in microsoft.exchange.webservices.data.property.complex
Represents a collection of item Ids.
ItemIdCollection() - Constructor for class microsoft.exchange.webservices.data.property.complex.ItemIdCollection
Initializes a new instance of the class.
ItemIds - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the ItemIds property.
ItemIds - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ItemIds.
ItemIdWrapperList - Class in microsoft.exchange.webservices.data.misc
Represents a list a abstracted item Ids.
ItemIdWrapperList() - Constructor for class microsoft.exchange.webservices.data.misc.ItemIdWrapperList
Initializes a new instance of the class.
Items - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Items.
ItemSchema - Class in microsoft.exchange.webservices.data.core.service.schema
Represents the schema for generic item.
ItemSchema() - Constructor for class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Initializes a new instance.
ItemShape - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ItemShape.
ItemTraversal - Enum in microsoft.exchange.webservices.data.core.enumeration.search
Defines the scope of FindItems operations.
ItemView - Class in microsoft.exchange.webservices.data.search
Represents the view settings in a folder search operation.
ItemView(int) - Constructor for class microsoft.exchange.webservices.data.search.ItemView
Initializes a new instance of the ItemView class.
ItemView(int, int) - Constructor for class microsoft.exchange.webservices.data.search.ItemView
Initializes a new instance of the ItemView class.
ItemView(int, int, OffsetBasePoint) - Constructor for class microsoft.exchange.webservices.data.search.ItemView
Initializes a new instance of the ItemView class.
iterator() - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverResponseCollection
Gets an Iterator that iterates through the elements of the collection.
iterator() - Method in class microsoft.exchange.webservices.data.core.PropertySet
 
iterator() - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponseCollection
Returns an iterator over a set of elements of type T.
iterator() - Method in class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
Returns an iterator over a set of elements of type T.
iterator() - Method in class microsoft.exchange.webservices.data.core.SimplePropertyBag
Returns an iterator over a set of elements of type T.
iterator() - Method in class microsoft.exchange.webservices.data.misc.ExpandGroupResults
Returns an iterator over a set of elements of type T.
iterator() - Method in class microsoft.exchange.webservices.data.misc.FolderIdWrapperList
 
iterator() - Method in class microsoft.exchange.webservices.data.misc.ItemIdWrapperList
Gets an Iterator that iterates through the elements of the collection.
iterator() - Method in class microsoft.exchange.webservices.data.misc.NameResolutionCollection
 
iterator() - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Gets an enumerator that iterates through the elements of the collection.
iterator() - Method in class microsoft.exchange.webservices.data.property.complex.ItemCollection
Returns an iterator over a set of elements of type T.
iterator() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.DayOfTheWeekCollection
 
iterator() - Method in class microsoft.exchange.webservices.data.property.complex.RuleCollection
Get an enumerator for the collection
iterator() - Method in class microsoft.exchange.webservices.data.property.complex.RuleOperationError
Gets an iterator that iterates through the elements of the collection.
iterator() - Method in class microsoft.exchange.webservices.data.property.complex.StringList
Returns an iterator over a set of elements of type T.
iterator() - Method in class microsoft.exchange.webservices.data.property.complex.UserConfigurationDictionary
 
iterator() - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
 
iterator() - Method in class microsoft.exchange.webservices.data.search.FindFoldersResults
Returns an iterator that iterates through a collection.
iterator() - Method in class microsoft.exchange.webservices.data.search.FindItemsResults
Returns an iterator that iterates through the collection.
iterator() - Method in class microsoft.exchange.webservices.data.search.GroupedFindItemsResults
Returns an iterator that iterates through the collection.
iterator() - Method in class microsoft.exchange.webservices.data.search.OrderByCollection
 
iterator() - Method in class microsoft.exchange.webservices.data.sync.ChangeCollection
Returns an iterator over a set of elements of type T.
ITraceListener - Interface in microsoft.exchange.webservices.data.misc
ITraceListener handles message tracing.

J

JobTitle - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the JobTitle property.
JobTitle - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant JobTitle.
JournalFolderPermissionLevel - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant JournalFolderPermissionLevel.

K

Key - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Key.
Kind - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Kind.

L

LastDeliveryTime - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the LastDeliveryTime property.
LastDeliveryTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant LastDeliveryTime.
LastModifiedName - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the LastModifiedName property.
LastModifiedName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant LastModifiedName.
LastModifiedTime - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the LastModifiedTime property.
LastModifiedTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant LastModifiedTime.
LastName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant LastName.
LastOccurrence - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant LastOccurrence.
LastOccurrence - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the LastOccurrence property.
LastOccurrence - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant LastOccurrence.
LastResponseTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant LastResponseTime.
LazyMember<T> - Class in microsoft.exchange.webservices.data.core
Wrapper class for lazy members.
LazyMember(ILazyMember<T>) - Constructor for class microsoft.exchange.webservices.data.core.LazyMember
Constructor.
LegacyAvailabilityTimeZone - Class in microsoft.exchange.webservices.data.misc.availability
Represents a time zone as used by GetUserAvailabilityRequest.
LegacyAvailabilityTimeZone() - Constructor for class microsoft.exchange.webservices.data.misc.availability.LegacyAvailabilityTimeZone
Initializes a new instance of the LegacyAvailabilityTimeZone class.
LegacyDN - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant LegacyDN.
LegacyFreeBusyStatus - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines the legacy free/busy status associated with an appointment.
legacyFreeBusyStatus() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Gets a value indicating the free/busy status of the owner of this appointment.
LegacyFreeBusyStatus - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant LegacyFreeBusyStatus.
LegacyFreeBusyStatus - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the LegacyFreeBusyStatus property.
LegacyFreeBusyStatus - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant LegacyFreeBusyStatus.
load(PropertySet) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Load.
load() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Load.
load(String) - Method in class microsoft.exchange.webservices.data.dns.DnsSrvRecord
Initializes a new instance of the DnsSrvRecord class.
load(UserConfigurationProperties) - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Loads the specified property on the user configuration.
load() - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Loads the attachment.
load(OutputStream) - Method in class microsoft.exchange.webservices.data.property.complex.FileAttachment
Loads the content of the file attachment into the specified stream.
load(String) - Method in class microsoft.exchange.webservices.data.property.complex.FileAttachment
Loads the content of the file attachment into the specified file.
load(PropertyDefinitionBase...) - Method in class microsoft.exchange.webservices.data.property.complex.ItemAttachment
Loads this attachment.
load(Iterable<PropertyDefinitionBase>) - Method in class microsoft.exchange.webservices.data.property.complex.ItemAttachment
Loads this attachment.
load(BodyType, PropertyDefinitionBase...) - Method in class microsoft.exchange.webservices.data.property.complex.ItemAttachment
Loads this attachment.
load(BodyType, Iterable<PropertyDefinitionBase>) - Method in class microsoft.exchange.webservices.data.property.complex.ItemAttachment
Loads this attachment.
load(InputStream) - Method in class microsoft.exchange.webservices.data.security.SafeXmlDocument
Loads the XML document from the specified stream.
load(String) - Method in class microsoft.exchange.webservices.data.security.SafeXmlDocument
Loads the XML document from the specified URL.
load(Reader) - Method in class microsoft.exchange.webservices.data.security.SafeXmlDocument
Loads the XML document from the specified TextReader.
load(XMLStreamReader) - Method in class microsoft.exchange.webservices.data.security.SafeXmlDocument
Loads the XML document from the specified XMLReader.
loadAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.misc.id.AlternateId
Gets the name of the XML element.
loadAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.misc.id.AlternateIdBase
Loads the attribute from XML.
loadAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderId
Loads the attribute from XML.
loadAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderItemId
Loads the attribute from XML.
loadDomainSettingsFromXml(EwsXmlReader) - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetDomainSettingsResponse
Loads from XML.
loaded() - Method in class microsoft.exchange.webservices.data.core.response.CreateFolderResponse
Clears the change log of the created folder if the creation succeeded.
loaded() - Method in class microsoft.exchange.webservices.data.core.response.CreateItemResponse
Clears the change log of the created folder if the creation succeeded.
loaded() - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponse
Called when the response has been loaded from XML.
loaded() - Method in class microsoft.exchange.webservices.data.core.response.UpdateFolderResponse
Clears the change log of the updated folder if the update succeeded.
loaded() - Method in class microsoft.exchange.webservices.data.core.response.UpdateItemResponse
Clears the change log of the created folder if the creation succeeded.
loadExtraErrorDetailsFromXml(EwsServiceXmlReader, String) - Method in class microsoft.exchange.webservices.data.core.response.GetStreamingEventsResponse
Loads extra error details from XML
loadExtraErrorDetailsFromXml(EwsServiceXmlReader, String) - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponse
Loads extra error details from XML
loadExtraErrorDetailsFromXml(EwsServiceXmlReader, String) - Method in class microsoft.exchange.webservices.data.core.response.UpdateInboxRulesResponse
Loads extra error details from XML
loadFreeBusyViewFromXml(EwsServiceXmlReader, FreeBusyViewType) - Method in class microsoft.exchange.webservices.data.core.response.AttendeeAvailability
Loads the free busy view from XML.
loadFromXml(EwsXmlReader) - Static method in class microsoft.exchange.webservices.data.autodiscover.AlternateMailbox
PLoads AlternateMailbox instance from XML.
loadFromXml(EwsXmlReader) - Static method in class microsoft.exchange.webservices.data.autodiscover.AlternateMailboxCollection
Loads instance of AlternateMailboxCollection from XML.
loadFromXml(EwsXmlReader, String) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverResponseCollection
Loads response from XML.
loadFromXml(EwsXmlReader) - Method in class microsoft.exchange.webservices.data.autodiscover.configuration.ConfigurationSettingsBase
Loads the settings from XML.
loadFromXml(EwsXmlReader) - Method in class microsoft.exchange.webservices.data.autodiscover.exception.error.DomainSettingError
Loads from XML.
loadFromXml(EwsXmlReader) - Method in class microsoft.exchange.webservices.data.autodiscover.exception.error.UserSettingError
Loads from XML.
loadFromXml(EwsXmlReader) - Static method in class microsoft.exchange.webservices.data.autodiscover.ProtocolConnection
Read user setting with ProtocolConnection value.
loadFromXml(EwsXmlReader) - Static method in class microsoft.exchange.webservices.data.autodiscover.ProtocolConnectionCollection
Read user setting with ProtocolConnectionCollection value.
loadFromXml(EwsXmlReader) - Method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Loads response from XML.
loadFromXml(EwsXmlReader, String) - Method in class microsoft.exchange.webservices.data.autodiscover.response.AutodiscoverResponse
Initializes a new instance of the AutodiscoverResponse class.
loadFromXml(EwsXmlReader, String) - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetDomainSettingsResponse
Loads response from XML.
loadFromXml(EwsXmlReader, String) - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetUserSettingsResponse
Loads response from XML.
loadFromXml(EwsXmlReader) - Static method in class microsoft.exchange.webservices.data.autodiscover.WebClientUrl
Loads WebClientUrl instance from XML.
loadFromXml(EwsXmlReader) - Static method in class microsoft.exchange.webservices.data.autodiscover.WebClientUrlCollection
Loads instance of WebClientUrlCollection from XML.
loadFromXml(EwsServiceXmlReader, boolean, PropertySet, boolean) - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Loads property from XML and inserts them in the bag.
loadFromXml(EwsServiceXmlReader, String) - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponse
Loads response from XML.
loadFromXml(EwsServiceXmlReader, boolean) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Loads service object from XML.
loadFromXml(EwsServiceXmlReader, boolean, PropertySet, boolean) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Load from xml.
loadFromXml(EwsServiceXmlReader, String) - Method in class microsoft.exchange.webservices.data.misc.availability.OofReply
Loads from XML.
loadFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.misc.availability.TimeWindow
Loads from XML.
loadFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.misc.ExpandGroupResults
Gets the members of the expanded group.
loadFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.misc.NameResolution
Loads from XML.
loadFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.misc.NameResolutionCollection
Loads from XML.
loadFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Loads from XML.
loadFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.notification.GetEventsResults
Loads from XML.
loadFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.notification.GetStreamingEventsResults
Loads from XML.
loadFromXml(EwsServiceXmlReader, String) - Method in class microsoft.exchange.webservices.data.notification.NotificationEvent
Loads this NotificationEvent from XML.
loadFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.notification.SubscriptionBase
Load from xml.
loadFromXml(EwsServiceXmlReader, XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Loads from XML.
loadFromXml(EwsServiceXmlReader, String) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Loads from XML.
loadFromXml(EwsServiceXmlReader, String) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Loads from XML.
loadFromXml(EwsServiceXmlReader, XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Loads from XML.
loadFromXml(EwsServiceXmlReader, String) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
Loads from XML.
loadFromXml(EwsServiceXmlReader, String) - Method in class microsoft.exchange.webservices.data.property.complex.ExtendedPropertyCollection
Loads from XML.
loadFromXml(EwsServiceXmlReader, XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Loads from XML.
loadFromXml(EwsServiceXmlReader, String) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermissionCollection
Loads from XML.
loadFromXml(EwsServiceXmlReader, String) - Method in class microsoft.exchange.webservices.data.property.complex.ItemCollection
Loads from XML.
loadFromXml(EwsServiceXmlReader, String) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.DayOfTheWeekCollection
Loads from XML.
loadFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
Loads from XML.
loadFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZonePeriod
Loads from XML.
loadFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransition
Loads from XML.
loadFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup
Loads from XML.
loadFromXml(EwsServiceXmlReader, XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.property.complex.UserConfigurationDictionary
 
loadFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Loads from XML.
loadFromXml(EwsServiceXmlReader) - Static method in class microsoft.exchange.webservices.data.search.filter.SearchFilter
Loads from XML.
loadPropertiesForFolder(Folder, PropertySet) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Load specified property for a folder.
loadPropertiesForItems(Iterable<Item>, PropertySet) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Loads the property of multiple item in a single call to EWS.
loadPropertiesForUserConfiguration(UserConfiguration, UserConfigurationProperties) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Loads the property of the specified userConfiguration.
loadPropertyValueFromXml(EwsServiceXmlReader, PropertyBag) - Method in class microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinitionBase
Loads from XML.
loadPropertyValueFromXml(EwsServiceXmlReader, PropertyBag) - Method in class microsoft.exchange.webservices.data.property.definition.DateTimePropertyDefinition
Loads from XML.
loadPropertyValueFromXml(EwsServiceXmlReader, PropertyBag) - Method in class microsoft.exchange.webservices.data.property.definition.EffectiveRightsPropertyDefinition
Loads from XML.
loadPropertyValueFromXml(EwsServiceXmlReader, PropertyBag) - Method in class microsoft.exchange.webservices.data.property.definition.MeetingTimeZonePropertyDefinition
Loads from XML.
loadPropertyValueFromXml(EwsServiceXmlReader, PropertyBag) - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinition
Loads from XML.
loadPropertyValueFromXml(EwsServiceXmlReader, PropertyBag) - Method in class microsoft.exchange.webservices.data.property.definition.RecurrencePropertyDefinition
Loads from XML.
loadPropertyValueFromXml(EwsServiceXmlReader, PropertyBag) - Method in class microsoft.exchange.webservices.data.property.definition.ResponseObjectsPropertyDefinition
Loads from XML.
loadPropertyValueFromXml(EwsServiceXmlReader, PropertyBag) - Method in class microsoft.exchange.webservices.data.property.definition.TimeZonePropertyDefinition
Loads from XML.
loadSuggestedDaysFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.SuggestionsResponse
Loads the suggested days from XML.
loadUserSettingsFromXml(EwsXmlReader) - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetUserSettingsResponse
Loads from XML.
loadXml(String) - Method in class microsoft.exchange.webservices.data.security.SafeXmlDocument
Loads the XML document from the specified string.
Location - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant Location.
Location - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the Location property.
Location - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Location.
LogicalOperator - Enum in microsoft.exchange.webservices.data.core.enumeration.search
Defines a logical operator as used by search filter collections.

M

Mailbox - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Mailbox.
Mailbox - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Mailbox.
Mailbox - Class in microsoft.exchange.webservices.data.property.complex
Represents a mailbox reference.
Mailbox() - Constructor for class microsoft.exchange.webservices.data.property.complex.Mailbox
Initializes a new instance of the Mailbox class.
Mailbox(String) - Constructor for class microsoft.exchange.webservices.data.property.complex.Mailbox
Initializes a new instance of the Mailbox class.
Mailbox(String, String) - Constructor for class microsoft.exchange.webservices.data.property.complex.Mailbox
Initializes a new instance of the Mailbox class.
MailboxCulture - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MailboxCulture.
MailboxData - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MailboxData.
MailboxDataArray - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MailboxDataArray.
MailboxSmtpAddress - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MinorBuildNumber.
MailboxType - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines the type of an EmailAddress object.
MailboxType - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant MailboxType.
MailboxType - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MailboxType.
MajorBuildNumber - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MajorBuildNumber.
MajorVersion - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MajorVersion.
makeRedirectionResponse(URI) - Method in class microsoft.exchange.webservices.data.autodiscover.configuration.ConfigurationSettingsBase
Makes this instance a redirection response.
makeRedirectionResponse(URI) - Method in class microsoft.exchange.webservices.data.autodiscover.configuration.outlook.OutlookConfigurationSettings
Makes this instance a redirection response.
ManagedFolderId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ManagedFolderId.
ManagedFolderInformation - Static variable in class microsoft.exchange.webservices.data.core.service.schema.FolderSchema
Defines the ManagedFolderInformation property.
ManagedFolderInformation - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ManagedFolderInformation.
ManagedFolderInformation - Class in microsoft.exchange.webservices.data.property.complex
Represents information for a managed folder.
ManagedFolderInformation() - Constructor for class microsoft.exchange.webservices.data.property.complex.ManagedFolderInformation
Initializes a new instance of the ManagedFolderInformation class.
Manager - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the Manager property.
Manager - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Manager.
ManagerMailbox - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines ManagerMailbox Property **
ManagerMailbox - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ManagerMailbox.
mapErrorCodeToErrorMessage() - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponse
Called after the response has been loaded from XML in order to map error codes to "better" error messages.
MapiPropertyType - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines the MAPI type of an extended property.
MapiTypeConverter - Class in microsoft.exchange.webservices.data.misc
Utility class to convert between MAPI Property type values and strings.
MapiTypeConverter() - Constructor for class microsoft.exchange.webservices.data.misc.MapiTypeConverter
 
MapiTypeConverterMap - Class in microsoft.exchange.webservices.data.misc
The Class MapiTypeConverterMap.
MapiTypeConverterMap() - Constructor for class microsoft.exchange.webservices.data.misc.MapiTypeConverterMap
 
MapiTypeConverterMapEntry - Class in microsoft.exchange.webservices.data.misc
Represents an entry in the MapiTypeConverter map.
MapiTypeConverterMapEntry(Class<?>) - Constructor for class microsoft.exchange.webservices.data.misc.MapiTypeConverterMapEntry
Initializes a new instance of the MapiTypeConverterMapEntry class.
MarkAsRead - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MarkAsRead.
MarkImportance - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MarkImportance.
MAX_VALUE - Static variable in class microsoft.exchange.webservices.data.misc.TimeSpan
Represents the Maximum TimeSpan value.
MaxChangesReturned - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MaxChangesReturned.
MaxEntriesReturned - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant MaxEntriesReturned.
MaximumNonWorkHourResultsByDay - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MaximumNonWorkHourResultsByDay.
MaximumRedirectionHopsExceededException - Exception in microsoft.exchange.webservices.data.autodiscover.exception
The Class MaximumRedirectionHopsExceededException.
MaximumRedirectionHopsExceededException() - Constructor for exception microsoft.exchange.webservices.data.autodiscover.exception.MaximumRedirectionHopsExceededException
Initializes a new instance of the class.
MaximumRedirectionHopsExceededException(String) - Constructor for exception microsoft.exchange.webservices.data.autodiscover.exception.MaximumRedirectionHopsExceededException
Initializes a new instance of the class.
MaximumRedirectionHopsExceededException(String, Exception) - Constructor for exception microsoft.exchange.webservices.data.autodiscover.exception.MaximumRedirectionHopsExceededException
Initializes a new instance of the class.
MaximumResultsByDay - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MaximumResultsByDay.
MaximumSize - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MaximumSize.
MdbDN - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MdbDN.
MeetingAttendeeType - Enum in microsoft.exchange.webservices.data.core.enumeration.availability
Defines the type of a meeting attendee.
MeetingCancellation - Class in microsoft.exchange.webservices.data.core.service.item
Represents a meeting cancellation message.
MeetingCancellation(ItemAttachment) - Constructor for class microsoft.exchange.webservices.data.core.service.item.MeetingCancellation
Initializes a new instance of the class.
MeetingCancellation(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.item.MeetingCancellation
Initializes a new instance of the class.
MeetingCancellation - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MeetingCancellation.
MeetingDurationInMinutes - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MeetingDurationInMinutes.
MeetingMessage - Class in microsoft.exchange.webservices.data.core.service.item
Represents a meeting-related message.
MeetingMessage(ItemAttachment) - Constructor for class microsoft.exchange.webservices.data.core.service.item.MeetingMessage
Initializes a new instance of the "MeetingMessage" class.
MeetingMessage(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.item.MeetingMessage
Initializes a new instance of the "MeetingMessage" class.
MeetingMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MeetingMessage.
MeetingMessageSchema - Class in microsoft.exchange.webservices.data.core.service.schema
Represents the schema for meeting messages.
MeetingMessageSchema() - Constructor for class microsoft.exchange.webservices.data.core.service.schema.MeetingMessageSchema
Initializes a new instance of the class.
MeetingRequest - Class in microsoft.exchange.webservices.data.core.service.item
Represents a meeting request that an attendee can accept or decline.
MeetingRequest(ItemAttachment) - Constructor for class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Initializes a new instance of the class.
MeetingRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.item.MeetingRequest
Initializes a new instance of the class.
MeetingRequest - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MeetingRequest.
MeetingRequestSchema - Class in microsoft.exchange.webservices.data.core.service.schema
Represents the schema for meeting request.
MeetingRequestSchema() - Constructor for class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Initializes a new instance of the class.
MeetingRequestsDeliveryScope - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Defines how meeting request are sent to delegates.
MeetingRequestType - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Defines the type of a meeting request.
MeetingRequestType - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the MeetingRequestType property.
MeetingRequestType - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MeetingRequestType.
MeetingRequestWasSent - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant MeetingRequestWasSent.
MeetingRequestWasSent - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the MeetingRequestWasSent property.
MeetingRequestWasSent - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MeetingRequestWasSent.
MeetingResponse - Class in microsoft.exchange.webservices.data.core.service.item
Represents a response to a meeting request.
MeetingResponse(ItemAttachment) - Constructor for class microsoft.exchange.webservices.data.core.service.item.MeetingResponse
Initializes a new instance of the class.
MeetingResponse(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.item.MeetingResponse
Initializes a new instance of the class.
MeetingResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MeetingResponse.
MeetingResponseType - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines the types of response given to a meeting request.
MeetingTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MeetingTime.
MeetingTimeZone - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant MeetingTimeZone.
MeetingTimeZone - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MeetingTimeZone.
MeetingTimeZone - Class in microsoft.exchange.webservices.data.property.complex
Represents a time zone in which a meeting is defined.
MeetingTimeZone(TimeZoneDefinition) - Constructor for class microsoft.exchange.webservices.data.property.complex.MeetingTimeZone
Initializes a new instance of the MeetingTimeZone class.
MeetingTimeZone() - Constructor for class microsoft.exchange.webservices.data.property.complex.MeetingTimeZone
Initializes a new instance of the MeetingTimeZone class.
MeetingTimeZone(String) - Constructor for class microsoft.exchange.webservices.data.property.complex.MeetingTimeZone
Initializes a new instance of the MeetingTimeZone class.
MeetingTimeZonePropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents the definition for the meeting time zone property.
MeetingTimeZonePropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.MeetingTimeZonePropertyDefinition
Initializes a new instance of the MeetingTimeZonePropertyDefinition class.
MeetingWorkspaceUrl - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant MeetingWorkspaceUrl.
MeetingWorkspaceUrl - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the MeetingWorkspaceUrl property.
MeetingWorkspaceUrl - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MeetingWorkspaceUrl.
Member - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Member.
Members - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactGroupSchema
The Constant Members.
Members - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Members.
MemberStatus - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines the status of group members.
MergedFreeBusy - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MergedFreeBusy.
MergedFreeBusyIntervalInMinutes - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MergedFreeBusyIntervalInMinutes.
Message - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Message.
MessageBody - Class in microsoft.exchange.webservices.data.property.complex
Represents the body of a message.
MessageBody() - Constructor for class microsoft.exchange.webservices.data.property.complex.MessageBody
Initializes a new instance.
MessageBody(BodyType, String) - Constructor for class microsoft.exchange.webservices.data.property.complex.MessageBody
Initializes a new instance.
MessageBody(String) - Constructor for class microsoft.exchange.webservices.data.property.complex.MessageBody
Initializes a new instance.
MessageClassifications - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MessageClassifications.
MessageCount - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the MessageCount property.
MessageCount - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MessageCount.
MessageDisposition - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Defines how messages are disposed of in CreateItem and UpdateItem operations.
MessageDisposition - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant MessageDisposition.
MessageText - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MessageText.
MessageXml - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MessageXml.
microsoft.exchange.webservices.data - package microsoft.exchange.webservices.data
 
microsoft.exchange.webservices.data.attribute - package microsoft.exchange.webservices.data.attribute
 
microsoft.exchange.webservices.data.autodiscover - package microsoft.exchange.webservices.data.autodiscover
 
microsoft.exchange.webservices.data.autodiscover.configuration - package microsoft.exchange.webservices.data.autodiscover.configuration
 
microsoft.exchange.webservices.data.autodiscover.configuration.outlook - package microsoft.exchange.webservices.data.autodiscover.configuration.outlook
 
microsoft.exchange.webservices.data.autodiscover.enumeration - package microsoft.exchange.webservices.data.autodiscover.enumeration
 
microsoft.exchange.webservices.data.autodiscover.exception - package microsoft.exchange.webservices.data.autodiscover.exception
 
microsoft.exchange.webservices.data.autodiscover.exception.error - package microsoft.exchange.webservices.data.autodiscover.exception.error
 
microsoft.exchange.webservices.data.autodiscover.request - package microsoft.exchange.webservices.data.autodiscover.request
 
microsoft.exchange.webservices.data.autodiscover.response - package microsoft.exchange.webservices.data.autodiscover.response
 
microsoft.exchange.webservices.data.core - package microsoft.exchange.webservices.data.core
 
microsoft.exchange.webservices.data.core.enumeration.attribute - package microsoft.exchange.webservices.data.core.enumeration.attribute
 
microsoft.exchange.webservices.data.core.enumeration.availability - package microsoft.exchange.webservices.data.core.enumeration.availability
 
microsoft.exchange.webservices.data.core.enumeration.dns - package microsoft.exchange.webservices.data.core.enumeration.dns
 
microsoft.exchange.webservices.data.core.enumeration.misc - package microsoft.exchange.webservices.data.core.enumeration.misc
 
microsoft.exchange.webservices.data.core.enumeration.misc.error - package microsoft.exchange.webservices.data.core.enumeration.misc.error
 
microsoft.exchange.webservices.data.core.enumeration.notification - package microsoft.exchange.webservices.data.core.enumeration.notification
 
microsoft.exchange.webservices.data.core.enumeration.permission - package microsoft.exchange.webservices.data.core.enumeration.permission
 
microsoft.exchange.webservices.data.core.enumeration.permission.folder - package microsoft.exchange.webservices.data.core.enumeration.permission.folder
 
microsoft.exchange.webservices.data.core.enumeration.property - package microsoft.exchange.webservices.data.core.enumeration.property
 
microsoft.exchange.webservices.data.core.enumeration.property.error - package microsoft.exchange.webservices.data.core.enumeration.property.error
 
microsoft.exchange.webservices.data.core.enumeration.property.time - package microsoft.exchange.webservices.data.core.enumeration.property.time
 
microsoft.exchange.webservices.data.core.enumeration.search - package microsoft.exchange.webservices.data.core.enumeration.search
 
microsoft.exchange.webservices.data.core.enumeration.service - package microsoft.exchange.webservices.data.core.enumeration.service
 
microsoft.exchange.webservices.data.core.enumeration.service.calendar - package microsoft.exchange.webservices.data.core.enumeration.service.calendar
 
microsoft.exchange.webservices.data.core.enumeration.service.error - package microsoft.exchange.webservices.data.core.enumeration.service.error
 
microsoft.exchange.webservices.data.core.enumeration.sync - package microsoft.exchange.webservices.data.core.enumeration.sync
 
microsoft.exchange.webservices.data.core.exception.dns - package microsoft.exchange.webservices.data.core.exception.dns
 
microsoft.exchange.webservices.data.core.exception.http - package microsoft.exchange.webservices.data.core.exception.http
 
microsoft.exchange.webservices.data.core.exception.misc - package microsoft.exchange.webservices.data.core.exception.misc
 
microsoft.exchange.webservices.data.core.exception.service.local - package microsoft.exchange.webservices.data.core.exception.service.local
 
microsoft.exchange.webservices.data.core.exception.service.remote - package microsoft.exchange.webservices.data.core.exception.service.remote
 
microsoft.exchange.webservices.data.core.exception.xml - package microsoft.exchange.webservices.data.core.exception.xml
 
microsoft.exchange.webservices.data.core.request - package microsoft.exchange.webservices.data.core.request
 
microsoft.exchange.webservices.data.core.response - package microsoft.exchange.webservices.data.core.response
 
microsoft.exchange.webservices.data.core.service - package microsoft.exchange.webservices.data.core.service
 
microsoft.exchange.webservices.data.core.service.folder - package microsoft.exchange.webservices.data.core.service.folder
 
microsoft.exchange.webservices.data.core.service.item - package microsoft.exchange.webservices.data.core.service.item
 
microsoft.exchange.webservices.data.core.service.response - package microsoft.exchange.webservices.data.core.service.response
 
microsoft.exchange.webservices.data.core.service.schema - package microsoft.exchange.webservices.data.core.service.schema
 
microsoft.exchange.webservices.data.credential - package microsoft.exchange.webservices.data.credential
 
microsoft.exchange.webservices.data.dns - package microsoft.exchange.webservices.data.dns
 
microsoft.exchange.webservices.data.messaging - package microsoft.exchange.webservices.data.messaging
 
microsoft.exchange.webservices.data.misc - package microsoft.exchange.webservices.data.misc
 
microsoft.exchange.webservices.data.misc.availability - package microsoft.exchange.webservices.data.misc.availability
 
microsoft.exchange.webservices.data.misc.id - package microsoft.exchange.webservices.data.misc.id
 
microsoft.exchange.webservices.data.notification - package microsoft.exchange.webservices.data.notification
 
microsoft.exchange.webservices.data.property.complex - package microsoft.exchange.webservices.data.property.complex
 
microsoft.exchange.webservices.data.property.complex.availability - package microsoft.exchange.webservices.data.property.complex.availability
 
microsoft.exchange.webservices.data.property.complex.recurrence - package microsoft.exchange.webservices.data.property.complex.recurrence
 
microsoft.exchange.webservices.data.property.complex.recurrence.pattern - package microsoft.exchange.webservices.data.property.complex.recurrence.pattern
 
microsoft.exchange.webservices.data.property.complex.recurrence.range - package microsoft.exchange.webservices.data.property.complex.recurrence.range
 
microsoft.exchange.webservices.data.property.complex.time - package microsoft.exchange.webservices.data.property.complex.time
 
microsoft.exchange.webservices.data.property.definition - package microsoft.exchange.webservices.data.property.definition
 
microsoft.exchange.webservices.data.search - package microsoft.exchange.webservices.data.search
 
microsoft.exchange.webservices.data.search.filter - package microsoft.exchange.webservices.data.search.filter
 
microsoft.exchange.webservices.data.security - package microsoft.exchange.webservices.data.security
 
microsoft.exchange.webservices.data.sync - package microsoft.exchange.webservices.data.sync
 
microsoft.exchange.webservices.data.util - package microsoft.exchange.webservices.data.util
 
MiddleName - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the MiddleName property.
MiddleName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MiddleName.
Mileage - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the Mileage property.
Mileage - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the Mileage property.
Mileage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Mileage.
MILLISECONDS - Static variable in class microsoft.exchange.webservices.data.misc.TimeSpan
Constant for milliseconds unit and conversion.
MimeContent - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the MimeContent property.
MimeContent - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MimeContent.
MimeContent - Class in microsoft.exchange.webservices.data.property.complex
Represents the MIME content of an item.
MimeContent() - Constructor for class microsoft.exchange.webservices.data.property.complex.MimeContent
Initializes a new instance of the class.
MimeContent(String, byte[]) - Constructor for class microsoft.exchange.webservices.data.property.complex.MimeContent
Initializes a new instance of the class.
MIN_VALUE - Static variable in class microsoft.exchange.webservices.data.misc.TimeSpan
Represents the Minimum TimeSpan value.
MinimumSize - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MinimumSize.
MinimumSuggestionQuality - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MinimumSuggestionQuality.
MinorBuildNumber - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MinorBuildNumber.
MinorVersion - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MinorVersion.
MINUTES - Static variable in class microsoft.exchange.webservices.data.misc.TimeSpan
Constant for minutes unit and conversion.
MobilePhone - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the MobilePhone property.
MobilePhone - Class in microsoft.exchange.webservices.data.misc
Represents a mobile phone.
MobilePhone() - Constructor for class microsoft.exchange.webservices.data.misc.MobilePhone
Initializes a new instance of the class.
MobilePhone(String, String) - Constructor for class microsoft.exchange.webservices.data.misc.MobilePhone
Initializes a new instance of the MobilePhone class.
Mode - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the Mode property.
ModifiedEvent - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ModifiedEvent.
ModifiedOccurrences - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant ModifiedOccurrences.
ModifiedOccurrences - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the ModifiedOccurrences property.
ModifiedOccurrences - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ModifiedOccurrences.
Modify - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Modify.
Month - Enum in microsoft.exchange.webservices.data.core.enumeration.property.time
Defines months of the year.
Month - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Month.
MonthlyPattern() - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.MonthlyPattern
Initializes a new instance of the MonthlyPattern class.
MonthlyPattern(Date, int, int) - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.MonthlyPattern
Initializes a new instance of the MonthlyPattern class.
MonthlyRegeneration - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MonthlyRegeneration.
MonthlyRegenerationPattern() - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.MonthlyRegenerationPattern
Instantiates a new monthly regeneration pattern.
MonthlyRegenerationPattern(Date, int) - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.MonthlyRegenerationPattern
Instantiates a new monthly regeneration pattern.
MoreEvents - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MoreEvents.
move(FolderId) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Moves this folder to a specific folder.
move(WellKnownFolderName) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Moves this folder to a specific folder.
move(FolderId) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Moves this item to a the specified folder.
move(WellKnownFolderName) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Moves this item to a the specified folder.
Move - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Move.
MoveCopyFolderResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the base response class for individual folder move and copy operations.
MoveCopyFolderResponse() - Constructor for class microsoft.exchange.webservices.data.core.response.MoveCopyFolderResponse
Initializes a new instance of the MoveCopyFolderResponse class.
MoveCopyItemRequest<TResponse extends ServiceResponse> - Class in microsoft.exchange.webservices.data.core.request
Represents an abstract Move/Copy Item request.
MoveCopyItemRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.MoveCopyItemRequest
Initializes a new instance of the class.
MoveCopyItemResponse - Class in microsoft.exchange.webservices.data.core.response
Represents a response to a Move or Copy operation.
MoveCopyItemResponse() - Constructor for class microsoft.exchange.webservices.data.core.response.MoveCopyItemResponse
Represents a response to a Move or Copy operation.
MovedEvent - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MovedEvent.
moveFolder(FolderId, FolderId) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Move a folder.
MoveFolder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MoveFolder.
MoveFolderRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a MoveFolder request.
MoveFolderRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.MoveFolderRequest
Initializes a new instance of the MoveFolderRequest class.
MoveFolderResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MoveFolderResponse.
MoveFolderResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MoveFolderResponseMessage.
moveItem(ItemId, FolderId) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Copies multiple item in a single call to EWS.
MoveItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MoveItem.
MoveItemRequest - Class in microsoft.exchange.webservices.data.core.request
The Class MoveItemRequest.
MoveItemRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.MoveItemRequest
Initializes a new instance of the class.
MoveItemResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MoveItemResponse.
MoveItemResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MoveItemResponseMessage.
moveItems(Iterable<ItemId>, FolderId) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Moves multiple item in a single call to EWS.
moveItems(Iterable<ItemId>, FolderId, boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Moves multiple item in a single call to EWS.
moveItemsInConversation(FolderId, FolderId) - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Moves item in the specified conversation to a specific folder.
moveItemsInConversations(Iterable<HashMap<ConversationId, Date>>, FolderId, FolderId) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Moves the item in the specified conversation to the specified destination folder.
MoveToFolder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MoveToFolder.
MSExchangeCertificate - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines MSExchangeCertificate Property **
MSExchangeCertificate - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MSExchangeCertificate.
MultiResponseServiceRequest<TResponse extends ServiceResponse> - Class in microsoft.exchange.webservices.data.core.request
Represents a service request that can have multiple response.
MultiResponseServiceRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest
Initializes a new instance.
MustDisplayComment - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MustDisplayComment.
MyResponseType - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant MyResponseType.
MyResponseType - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the MyResponseType property.
MyResponseType - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant MyResponseType.

N

Name - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Name.
Name - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Name.
name - Variable in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
The name.
NameResolution - Class in microsoft.exchange.webservices.data.misc
Represents a suggested name resolution.
NameResolution(NameResolutionCollection) - Constructor for class microsoft.exchange.webservices.data.misc.NameResolution
Initializes a new instance of the class.
NameResolutionCollection - Class in microsoft.exchange.webservices.data.misc
Represents a list of suggested name resolutions.
NameResolutionCollection(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.misc.NameResolutionCollection
Represents a list of suggested name resolutions.
nameResolutionCollection(int) - Method in class microsoft.exchange.webservices.data.misc.NameResolutionCollection
Gets the name resolution at the specified index.
negate() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Returns a TimeSpan whose value is the negated value of this TimeSpan.
NetShowUrl - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant NetShowUrl.
NetShowUrl - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the NetShowUrl property.
NetShowUrl - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant NetShowUrl.
neverEnds() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
Sets up this recurrence so that it never ends.
NewBodyContent - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant NewBodyContent.
newDocument() - Method in class microsoft.exchange.webservices.data.security.SafeXmlDocument
 
NewMailEvent - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant NewMailEvent.
newValidator() - Method in class microsoft.exchange.webservices.data.security.SafeXmlSchema
 
newValidatorHandler() - Method in class microsoft.exchange.webservices.data.security.SafeXmlSchema
 
NickName - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the NickName property.
NickName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant NickName.
Nil - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Nil.
nodeType - Variable in class microsoft.exchange.webservices.data.security.XmlNodeType
The node type.
NoEndRecurrence - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant NoEndRecurrence.
NoEndRecurrenceRange - Class in microsoft.exchange.webservices.data.property.complex.recurrence.range
Represents recurrence range with no end date.
NoEndRecurrenceRange() - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.range.NoEndRecurrenceRange
Initializes a new instance.
NoEndRecurrenceRange(Date) - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.range.NoEndRecurrenceRange
Initializes a new instance.
Not - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Not.
Not() - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.Not
Initializes a new instance of the class.
Not(SearchFilter) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.Not
Initializes a new instance of the class.
Notes - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the Notes Property **
Notes - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Notes.
NotesFolderPermissionLevel - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant NotesFolderPermissionLevel.
Notification - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Notification.
NotificationEvent - Class in microsoft.exchange.webservices.data.notification
Represents an event as exposed by push and pull notification.
NotificationEvent(EventType, Date) - Constructor for class microsoft.exchange.webservices.data.notification.NotificationEvent
Initializes a new instance.
NotificationEventArgs - Class in microsoft.exchange.webservices.data.notification
Provides data to a StreamingSubscriptionConnection's OnNotificationEvent event.
NotificationEventArgs(StreamingSubscription, Iterable<NotificationEvent>) - Constructor for class microsoft.exchange.webservices.data.notification.NotificationEventArgs
Initializes a new instance of the NotificationEventArgs class.
notificationEventDelegate(Object, NotificationEventArgs) - Method in interface microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection.INotificationEventDelegate
Represents a delegate that is invoked when notification are received from the server
NotificationGroup() - Constructor for class microsoft.exchange.webservices.data.notification.GetStreamingEventsResults.NotificationGroup
 
Notifications - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Notifications.
NotSentToMe - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant NotSentToMe.
NumberedRecurrence - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant NumberedRecurrence.
NumberedRecurrenceRange - Class in microsoft.exchange.webservices.data.property.complex.recurrence.range
The Class NumberedRecurrenceRange.
NumberedRecurrenceRange() - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.range.NumberedRecurrenceRange
Initializes a new instance.
NumberedRecurrenceRange(Date, Integer) - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.range.NumberedRecurrenceRange
Initializes a new instance.
NumberOfMembers - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant NumberOfMembers.
NumberOfMembersAvailable - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant NumberOfMembersAvailable.
NumberOfMembersWithConflict - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant NumberOfMembersWithConflict.
NumberOfMembersWithNoData - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant NumberOfMembersWithNoData.
NumberOfOccurrences - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant NumberOfOccurrences.
Numerator - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Numerator.

O

OABUrl - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant OABUrl.
Occurrence - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Occurrence.
OccurrenceId - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant OccurrenceId.
OccurrenceInfo - Class in microsoft.exchange.webservices.data.property.complex
Encapsulates information on the occurrence of a recurring appointment.
OccurrenceInfo() - Constructor for class microsoft.exchange.webservices.data.property.complex.OccurrenceInfo
Initializes a new instance of the OccurrenceInfo class.
OccurrenceInfoCollection - Class in microsoft.exchange.webservices.data.property.complex
Represents a collection of OccurrenceInfo objects.
OccurrenceInfoCollection() - Constructor for class microsoft.exchange.webservices.data.property.complex.OccurrenceInfoCollection
Initializes a new instance of the class.
OccurrenceItemId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant OccurrenceItemId.
OfficeLocation - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the OfficeLocation property.
OfficeLocation - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant OfficeLocation.
Offset - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Offset.
Offset - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Offset.
OffsetBasePoint - Enum in microsoft.exchange.webservices.data.core.enumeration.search
Defines the offset's base point in a paged view.
OldParentFolderId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant OldParentFolderId.
OlsonTimeZoneDefinition - Class in microsoft.exchange.webservices.data.property.complex.time
A TimeZoneDefinition class that allows mapping from a Java/Olson TimeZone to a MS TimeZone.
OlsonTimeZoneDefinition(TimeZone) - Constructor for class microsoft.exchange.webservices.data.property.complex.time.OlsonTimeZoneDefinition
Create a TimeZoneDefinition compatible with java.util.TimeZone
OofExternalAudience - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines the external audience of an Out of Office notification.
OofReply - Class in microsoft.exchange.webservices.data.misc.availability
Represents an Out of Office response.
OofReply() - Constructor for class microsoft.exchange.webservices.data.misc.availability.OofReply
Initializes a new instance of the class.
OofReply(String) - Constructor for class microsoft.exchange.webservices.data.misc.availability.OofReply
Initializes a new instance of the class.
OofSettings - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant OofSettings.
OofSettings - Class in microsoft.exchange.webservices.data.property.complex.availability
Represents a user's Out of Office (OOF) settings.
OofSettings() - Constructor for class microsoft.exchange.webservices.data.property.complex.availability.OofSettings
Initializes a new instance of OofSettings.
OofState - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines a user's Out of Office Assistant status.
OofState - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant OofState.
OOFUrl - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant OOFUrl.
open() - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
Opens this connection so it starts receiving events from the server.This results in a long-standing call to EWS.
OperationIndex - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant OperationIndex.
Operations - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Operations.
OptionalAttendees - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant OptionalAttendees.
OptionalAttendees - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the OptionalAttendees property.
OptionalAttendees - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant OptionalAttendees.
Or - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Or.
Order - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Order.
OrderByCollection - Class in microsoft.exchange.webservices.data.search
Represents an ordered collection of property definitions qualified with a sort direction.
OrderByCollection() - Constructor for class microsoft.exchange.webservices.data.search.OrderByCollection
Initializes a new instance of the OrderByCollection class.
Organizer - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant Organizer.
Organizer - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the Organizer property.
Organizer - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Organizer.
OriginalStart - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant OriginalStart.
OriginalStart - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the OriginalStart property.
OriginalStart - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant OriginalStart.
OtherAddressCity - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the OtherAddressCity property.
OtherAddressCountryOrRegion - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the OtherAddressCountryOrRegion property.
OtherAddressPostalCode - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the OtherAddressPostalCode property.
OtherAddressState - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the OtherAddressState property.
OtherAddressStreet - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the OtherAddressStreet property.
OtherFax - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the OtherFax property.
OtherTelephone - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the OtherTelephone property.
OutlookConfigurationSettings - Class in microsoft.exchange.webservices.data.autodiscover.configuration.outlook
Represents Outlook configuration settings.
OutlookConfigurationSettings() - Constructor for class microsoft.exchange.webservices.data.autodiscover.configuration.outlook.OutlookConfigurationSettings
Initializes a new instance of the OutlookConfigurationSettings class.
OutlookProtocolType - Enum in microsoft.exchange.webservices.data.autodiscover.enumeration
Defines supported Outlook protocls.
OutlookRuleBlobExists - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant OutlookRuleBlobExists.
OutParam<T> - Class in microsoft.exchange.webservices.data.misc
The Class OutParam.
OutParam() - Constructor for class microsoft.exchange.webservices.data.misc.OutParam
Instantiates a new out param.
OWAUrl - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant OWAUrl.
Owner - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the Owner property.
Owner - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Owner.

P

PagedView - Class in microsoft.exchange.webservices.data.search
Represents a view settings that support paging in a search operation.
PagedView(int) - Constructor for class microsoft.exchange.webservices.data.search.PagedView
Initializes a new instance of the "PagedView" class.
PagedView(int, int) - Constructor for class microsoft.exchange.webservices.data.search.PagedView
Initializes a new instance of the "PagedView" class.
PagedView(int, int, OffsetBasePoint) - Constructor for class microsoft.exchange.webservices.data.search.PagedView
Initializes a new instance of the "PagedView" class.
Pager - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the Pager property.
Parameter - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Parameter.
ParentFolderId - Static variable in class microsoft.exchange.webservices.data.core.service.schema.FolderSchema
Defines the ParentFolderId property.
ParentFolderId - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the ParentFolderId property.
ParentFolderId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ParentFolderId.
ParentFolderIds - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ParentFolderIds.
ParentItemId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ParentItemId.
parse(EwsXmlReader) - Static method in class microsoft.exchange.webservices.data.autodiscover.exception.error.AutodiscoverError
Parses the XML through the specified reader and creates an Autodiscover error.
parse(Class<T>, String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Parses the.
parse(EwsServiceXmlReader) - Static method in class microsoft.exchange.webservices.data.core.ExchangeServerInfo
Parse current element to extract server information.
parse(EwsXmlReader, XmlNamespace) - Static method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Parses the.
parse(String) - Static method in class microsoft.exchange.webservices.data.misc.TimeSpan
 
parse(String) - Method in class microsoft.exchange.webservices.data.property.definition.ByteArrayPropertyDefinition
Parses the specified value.
parse(String) - Method in class microsoft.exchange.webservices.data.property.definition.GenericPropertyDefinition
Parses the specified value.
parse(String) - Method in class microsoft.exchange.webservices.data.property.definition.StringPropertyDefinition
Parses the specified value.
parse(String) - Method in class microsoft.exchange.webservices.data.property.definition.TaskDelegationStatePropertyDefinition
Parses the specified value.
parse(String) - Method in class microsoft.exchange.webservices.data.property.definition.TimeSpanPropertyDefinition
Parses the specified value.
parse(InputSource) - Method in class microsoft.exchange.webservices.data.security.SafeXmlDocument
 
parseEnumValueList(Class<T>, List<T>, String, char...) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Parses an enum value list.
parseMapiIntegerValue(String) - Static method in class microsoft.exchange.webservices.data.misc.MapiTypeConverter
Converts a MAPI Integer value.
parseMessageXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponse
Parses the message XML.
parseResponse(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.DisconnectPhoneCallRequest
Parses the response.
parseResponse(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.FindConversationRequest
Parses the response.
parseResponse(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.GetInboxRulesRequest
Parses the response.
parseResponse(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.GetPasswordExpirationDateRequest
Parses the response.
parseResponse(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.GetPhoneCallRequest
Parses the response.
parseResponse(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.GetRoomListsRequest
Parses the response.
parseResponse(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.GetRoomsRequest
Parses the response.
parseResponse(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.GetStreamingEventsRequest
Parses the response.
parseResponse(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Parses the response.
parseResponse(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.GetUserOofSettingsRequest
Parses the response.
parseResponse(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.MultiResponseServiceRequest
Parses the response.
parseResponse(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.PlayOnPhoneRequest
Parses the response.
parseResponse(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Parses the response.
parseResponse(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.SetUserOofSettingsRequest
Parses the response.
parseResponse(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.UpdateInboxRulesRequest
Parses the response.
PartnerToken - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PartnerToken.
PartnerTokenReference - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PartnerTokenReference.
PassportSoapFaultNamespace - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant PassportSoapFaultNamespace.
PassportSoapFaultNamespacePrefix - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant PassportSoapFaultNamespacePrefix.
PASSWORD - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
PasswordExpirationDate - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PasswordExpirationDate.
PATH - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
PercentComplete - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the PercentComplete property.
PercentComplete - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PercentComplete.
Period - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Period.
Periods - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Periods.
PermanentDelete - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PermanentDelete.
Permission - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Permission.
PermissionLevel - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PermissionLevel.
Permissions - Static variable in class microsoft.exchange.webservices.data.core.service.schema.FolderSchema
Defines the Permissions property.
Permissions - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Permissions.
PermissionScope - Enum in microsoft.exchange.webservices.data.core.enumeration.permission
Defines the scope of a user's permission on a folder.
PermissionSet - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PermissionSet.
PermissionSetPropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents permission set property definition.
PermissionSetPropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.PermissionSetPropertyDefinition
Initializes a new instance of the PermissionSetPropertyDefinition class.
PhoneCall - Class in microsoft.exchange.webservices.data.messaging
Represents a phone call.
PhoneCall(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.messaging.PhoneCall
PhoneCall Constructor.
PhoneCall(ExchangeService, PhoneCallId) - Constructor for class microsoft.exchange.webservices.data.messaging.PhoneCall
PhoneCall Constructor.
PhoneCallId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PhoneCallId.
PhoneCallId - Class in microsoft.exchange.webservices.data.messaging
Represents the Id of a phone call.
PhoneCallId() - Constructor for class microsoft.exchange.webservices.data.messaging.PhoneCallId
Initializes a new instance of the PhoneCallId class.
PhoneCallId(String) - Constructor for class microsoft.exchange.webservices.data.messaging.PhoneCallId
Initializes a new instance of the PhoneCallId class.
PhoneCallInformation - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PhoneCallInformation.
PhoneCallState - Enum in microsoft.exchange.webservices.data.core.enumeration.service
The PhoneCallState enumeration.
PhoneCallState - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PhoneCallState.
PhoneNumber - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PhoneNumber.
PhoneNumberDictionary - Class in microsoft.exchange.webservices.data.property.complex
Represents a dictionary of phone numbers.
PhoneNumberDictionary() - Constructor for class microsoft.exchange.webservices.data.property.complex.PhoneNumberDictionary
 
PhoneNumberEntry - Class in microsoft.exchange.webservices.data.property.complex
Represents an entry of a PhoneNumberDictionary.
PhoneNumberEntry() - Constructor for class microsoft.exchange.webservices.data.property.complex.PhoneNumberEntry
Initializes a new instance of the "PhoneNumberEntry" class.
PhoneNumberEntry(PhoneNumberKey, String) - Constructor for class microsoft.exchange.webservices.data.property.complex.PhoneNumberEntry
Initializes a new instance of the class.
PhoneNumberKey - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines phone number entries for a contact.
PhoneNumbers - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the PhoneNumbers property.
PhoneNumbers - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PhoneNumbers.
PhoneticFirstName - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines PhoenticFirstName property **
PhoneticFirstName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PhoneticFirstName.
PhoneticFullName - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines PhoeniticFullName property **
PhoneticFullName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PhoneticFullName.
PhoneticLastName - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines PhoneticLastName Property **
PhoneticLastName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PhoneticLastName.
Photo - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines Photo Property **
Photo - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Photo.
PhysicalAddressDictionary - Class in microsoft.exchange.webservices.data.property.complex
Represents a dictionary of physical addresses.
PhysicalAddressDictionary() - Constructor for class microsoft.exchange.webservices.data.property.complex.PhysicalAddressDictionary
 
PhysicalAddressEntry - Class in microsoft.exchange.webservices.data.property.complex
Represents an entry of an PhysicalAddressDictionary.
PhysicalAddressEntry() - Constructor for class microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
Initializes a new instance of PhysicalAddressEntry.
PhysicalAddresses - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the PhysicalAddresses property.
PhysicalAddresses - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PhysicalAddresses.
PhysicalAddressIndex - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines a physical address index.
PhysicalAddressKey - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines physical address entries for a contact.
PlayOnPhone - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PlayOnPhone.
playOnPhone(ItemId, String) - Method in class microsoft.exchange.webservices.data.messaging.UnifiedMessaging
Calls a phone and reads a message to the person who picks up.
PlayOnPhoneRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a PlayOnPhone request.
PlayOnPhoneRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.PlayOnPhoneRequest
Initializes a new instance of the PlayOnPhoneRequest class.
PlayOnPhoneResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a PlayOnPhone operation.
PlayOnPhoneResponse(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.response.PlayOnPhoneResponse
Initializes a new instance of the PlayOnPhoneResponse class.
PlayOnPhoneResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PlayOnPhoneResponse.
Port - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Port.
PostalAddressIndex - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the PostalAddressIndex property.
PostalAddressIndex - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PostalAddressIndex.
PostalCode - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PostalCode.
PostedTime - Static variable in class microsoft.exchange.webservices.data.core.service.schema.PostItemSchema
Defines the PostedTime property.
PostedTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PostedTime.
PostItem - Class in microsoft.exchange.webservices.data.core.service.item
Represents a post item.
PostItem(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.item.PostItem
Initializes an unsaved local instance of PostItem.To bind to an existing post item, use PostItem.Bind() instead.
PostItem(ItemAttachment) - Constructor for class microsoft.exchange.webservices.data.core.service.item.PostItem
Initializes a new instance of the class.
PostItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PostItem.
PostItemSchema - Class in microsoft.exchange.webservices.data.core.service.schema
Represents the schema for post item.
PostItemSchema() - Constructor for class microsoft.exchange.webservices.data.core.service.schema.PostItemSchema
Initializes a new instance of the PostItemSchema class.
postReply(MessageBody) - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Posts a reply to this post item.
PostReply - Class in microsoft.exchange.webservices.data.core.service.response
Represents a reply to a post item.
PostReply(Item) - Constructor for class microsoft.exchange.webservices.data.core.service.response.PostReply
Initializes a new instance of the class.
PostReplyItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PostReplyItem.
PostReplySchema - Class in microsoft.exchange.webservices.data.core.service.schema
Represents PostReply schema definition.
PostReplySchema() - Constructor for class microsoft.exchange.webservices.data.core.service.schema.PostReplySchema
 
preAuthenticate() - Method in class microsoft.exchange.webservices.data.credential.ExchangeCredentials
This method is called to pre-authenticate credential before a service request is made.
preAuthenticate() - Method in class microsoft.exchange.webservices.data.credential.WSSecurityBasedCredentials
This method is called to pre-authenticate credential before a service request is made.
predicate(T) - Method in interface microsoft.exchange.webservices.data.core.IPredicate
Represents the method that defines a set of criteria and determines whether the specified object meets those criteria.
prepareConnection() - Method in class microsoft.exchange.webservices.data.core.request.HttpClientWebRequest
Prepares the request by setting appropriate headers, authentication, timeouts, etc.
prepareConnection() - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Prepare connection.
prepareCredentials(HttpWebRequest) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
 
prepareHttpPoolingWebRequest() - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Prepares a http web request from a pooling connection manager, used for subscriptions.
prepareHttpPoolingWebRequestForUrl(URI, boolean, boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Creates an HttpWebRequest instance from a pooling connection manager and initialises it with the appropriate parameters, based on the configuration of this service object.
prepareHttpWebRequest() - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Prepare http web request.
prepareHttpWebRequestForUrl(URI) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Creates an HttpWebRequest instance and initializes it with the appropriate parameters, based on the configuration of this service object.
prepareHttpWebRequestForUrl(URI, boolean, boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Creates an HttpWebRequest instance and initialises it with the appropriate parameters, based on the configuration of this service object.
prepareWebRequest(HttpWebRequest) - Method in class microsoft.exchange.webservices.data.credential.ExchangeCredentials
This method is called to apply credential to a service request before the request is made.
prepareWebRequest(HttpWebRequest) - Method in class microsoft.exchange.webservices.data.credential.TokenCredentials
This method is called to apply credential to a service request before the request is made.
prepareWebRequest(HttpWebRequest) - Method in class microsoft.exchange.webservices.data.credential.WebCredentials
This method is called to apply credential to a service request before the request is made.
PreviousWatermark - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PreviousWatermark.
PrimaryPhone - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the PrimaryPhone property.
PrimarySmtpAddress - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PrimarySmtpAddress.
Priority - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Priority.
processHttpErrorResponse(HttpWebRequest, Exception) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Processes an HTTP error response.
processHttpErrorResponse(HttpWebRequest, Exception) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Processes an HTTP error response.
processHttpErrorResponse(HttpWebRequest, Exception) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
 
processHttpResponseHeaders(TraceFlags, HttpWebRequest) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Traces the HTTP response headers.
processMe(Future<?>) - Method in class microsoft.exchange.webservices.data.misc.AsyncCallbackImplementation
 
processMe(Future<?>) - Method in interface microsoft.exchange.webservices.data.misc.Callback
 
ProcessRightAway - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ProcessRightAway.
processWebException(Exception, HttpWebRequest) - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Processes the web exception.
Profession - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the Profession property.
Profession - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Profession.
PropertyBag - Class in microsoft.exchange.webservices.data.core
Represents a property bag keyed on PropertyDefinition objects.
PropertyBag(ServiceObject) - Constructor for class microsoft.exchange.webservices.data.core.PropertyBag
Initializes a new instance of PropertyBag.
propertyBagChanged(SimplePropertyBag<TKey>) - Method in interface microsoft.exchange.webservices.data.property.complex.IPropertyBagChangedDelegate
Property bag changed.
propertyBagChanged(SimplePropertyBag<String>) - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
Property was changed.
propertyChanged(ComplexProperty) - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Handles a change event for the specified property.
PropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents the definition of a folder or item property.
PropertyDefinition(String, String, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.PropertyDefinition
Initializes a new instance.
PropertyDefinition(String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.PropertyDefinition
Initializes a new instance.
PropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.PropertyDefinition
Initializes a new instance.
PropertyDefinitionBase - Class in microsoft.exchange.webservices.data.property.definition
Represents the base class for all property definitions.
PropertyDefinitionBase() - Constructor for class microsoft.exchange.webservices.data.property.definition.PropertyDefinitionBase
Initializes a new instance.
PropertyDefinitionFlags - Enum in microsoft.exchange.webservices.data.core.enumeration.property
defines how a complex property behaves.
PropertyException - Exception in microsoft.exchange.webservices.data.core.exception.service.local
Represents an error that occurs when an operation on a property fails.
PropertyException() - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.PropertyException
Instantiates a new property exception.
PropertyException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.PropertyException
Instantiates a new property exception.
PropertyException(String, String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.PropertyException
Instantiates a new property exception.
PropertyException(String, String, Exception) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.PropertyException
Instantiates a new property exception.
PropertyId - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant PropertyId.
PropertyName - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant PropertyName.
PropertySet - Class in microsoft.exchange.webservices.data.core
Represents a set of item or folder property.
PropertySet(BasePropertySet, PropertyDefinitionBase...) - Constructor for class microsoft.exchange.webservices.data.core.PropertySet
Initializes a new instance of PropertySet.
PropertySet(BasePropertySet, Iterator<PropertyDefinitionBase>) - Constructor for class microsoft.exchange.webservices.data.core.PropertySet
Initializes a new instance of PropertySet.
PropertySet() - Constructor for class microsoft.exchange.webservices.data.core.PropertySet
Initializes a new instance of PropertySet based upon BasePropertySet.IdOnly.
PropertySet(BasePropertySet) - Constructor for class microsoft.exchange.webservices.data.core.PropertySet
Initializes a new instance of PropertySet.
PropertySet(PropertyDefinitionBase...) - Constructor for class microsoft.exchange.webservices.data.core.PropertySet
Initializes a new instance of PropertySet based upon BasePropertySet.IdOnly.
PropertySet(Iterator<PropertyDefinitionBase>) - Constructor for class microsoft.exchange.webservices.data.core.PropertySet
Initializes a new instance of PropertySet based upon BasePropertySet.IdOnly.
PropertySetId - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant PropertySetId.
PropertyTag - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant PropertyTag.
PropertyType - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant PropertyType.
Protocol - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Protocol.
ProtocolConnection - Class in microsoft.exchange.webservices.data.autodiscover
Represents the email Protocol connection settings for pop/imap/smtp protocols.
ProtocolConnection() - Constructor for class microsoft.exchange.webservices.data.autodiscover.ProtocolConnection
Initializes a new instance of the ProtocolConnection class.
ProtocolConnection(String, String, int) - Constructor for class microsoft.exchange.webservices.data.autodiscover.ProtocolConnection
Initializes a new instance of the ProtocolConnection class.
ProtocolConnection - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ProtocolConnection.
ProtocolConnectionCollection - Class in microsoft.exchange.webservices.data.autodiscover
Represents a user setting that is a collection of protocol connection.
ProtocolConnectionCollectionSetting - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ProtocolConnectionCollectionSetting.
ProtocolConnections - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ProtocolConnections.
PROXY_CRED_DOMAIN - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
PROXY_CRED_PASSWORD - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
PROXY_CRED_USERNAME - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
PROXY_HOST - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
PROXY_PORT - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
PublicFolderServer - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant PublicFolderServer.
PublicFolderServer - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PublicFolderServer.
PullSubscription - Class in microsoft.exchange.webservices.data.notification
Represents a pull subscription.
PullSubscription(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.notification.PullSubscription
Initializes a new instance.
PullSubscriptionRequest - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PullSubscriptionRequest.
PushSubscription - Class in microsoft.exchange.webservices.data.notification
Represents a push subscriptions..
PushSubscription(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.notification.PushSubscription
Initializes a new instance.
PushSubscriptionRequest - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant PushSubscriptionRequest.

Q

QueryString - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant QueryString.

R

RadioPhone - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the RadioPhone property.
read() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the specified node type.
read(XmlNodeType) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the specified node type.
Read - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Read.
read(byte[], int, int) - Method in class microsoft.exchange.webservices.data.misc.HangingTraceStream
When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
read() - Method in class microsoft.exchange.webservices.data.misc.HangingTraceStream
 
read(InputStream) - Static method in class microsoft.exchange.webservices.data.security.SafeXmlSchema
Reads an XML Schema from the supplied stream.
read(XMLStreamReader) - Static method in class microsoft.exchange.webservices.data.security.SafeXmlSchema
Reads an XML Schema from the supplied TextReader.
readAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.messaging.PhoneCallId
Reads attribute from XML.
readAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Reads the attribute from XML.
readAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryEntryProperty
Reads the attribute from XML.
readAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressEntry
Reads the attribute from XML.
readAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMember
Reads the member Key attribute from XML.
readAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.InternetMessageHeader
Reads the attribute from XML.
readAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.MeetingTimeZone
Reads the attribute from XML.
readAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.MessageBody
Reads attribute from XML.
readAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.MimeContent
Reads attribute from XML.
readAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.SearchFolderParameters
Reads the attribute from XML.
readAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.ServiceId
Read attribute from XML.
readAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
Reads the attribute from XML.
readAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZonePeriod
Reads the attribute from XML.
readAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup
Reads the attribute from XML.
readAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.TimeChange
Reads the attribute from XML.
readAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.UniqueBody
Reads attribute from XML.
readAttributesFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.ContainsSubstring
Reads the attribute of Xml.
readAttributeValue(XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the attribute value.
readAttributeValue(String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the attribute value.
readAttributeValue(Class<T>, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the attribute value.
readBase64ElementValue() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the base64 element value.
readBase64ElementValue(OutputStream) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the base64 element value.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.ConvertIdResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.CreateAttachmentResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.CreateFolderResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.DelegateManagementResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.DelegateUserResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.DeleteAttachmentResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.ExecuteDiagnosticMethodResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.ExpandGroupResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.FindConversationResponse
Read Conversations from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.FindFolderResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.FindItemResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.GetAttachmentResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.GetDelegateResponse
Reads response elements from XML
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.GetEventsResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.GetFolderResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.GetInboxRulesResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.GetItemResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.GetPasswordExpirationDateResponse
Reads response elements from XML
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.GetPhoneCallResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.GetRoomListsResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.GetRoomsResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.GetServerTimeZonesResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.GetStreamingEventsResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.GetUserConfigurationResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.MoveCopyFolderResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.MoveCopyItemResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.PlayOnPhoneResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.ResolveNamesResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.SubscribeResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.SyncResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.UpdateFolderResponse
Reads response elements from XML.
readElementsFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.response.UpdateItemResponse
Reads response elements from XML.
readElementValue(String, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the element value.
readElementValue(XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the element value.
readElementValue() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Read element value.
readElementValue(Class<T>, XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the element value.
readElementValue(Class<T>) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Read element value.
readElementValueAsDateTime() - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlReader
Reads the element value as date time.
readElementValueAsDateTime(XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlReader
Reads the element value as date time.
readElementValueAsUnbiasedDateTimeScopedToServiceTimeZone() - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlReader
Reads the element value as date time, assuming it is unbiased (e.g. 2009/01/01T08:00) and scoped to service's time zone.
readElementValueAsUnspecifiedDate() - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlReader
Reads the element value as unspecified date.
readEndElement(String, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the end element.
readEndElement(XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the end element.
readEndElementIfNecessary(XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the end element if necessary.
ReadFlagChange - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ReadFlagChange.
readInnerXml() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the Inner XML at the given location.
ReadItems - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ReadItems.
readNullableAttributeValue(Class<T>, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads a nullable attribute value.
readOuterXml() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Outer XML as string.
readPreamble(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.HangingServiceRequestBase
Reads any preamble data not part of the core response.
readPreamble(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Reads any preamble data not part of the core response.
readResponse(HttpWebRequest) - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Reads the response.
readResponse(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Reads the response.
readServiceObjectsCollectionFromXml(String, IGetObjectInstanceDelegate<ServiceObject>, boolean, PropertySet, boolean) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlReader
Reads the service objects collection from XML.
readSoapBody(EwsXmlReader) - Method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Read SOAP body.
readSoapFault(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Reads the SOAP fault.
readSoapHeader(EwsXmlReader) - Method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Reads a single SOAP header.
readSoapHeader(EwsXmlReader) - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
Read the partner token soap header.
readSoapHeaders(EwsXmlReader) - Method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Read SOAP header.
readStartElement(String, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the start element.
readStartElement(XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the start element.
readSubtree() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
 
readTextValueFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Reads the text value from XML.
readTextValueFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressEntry
Reads the text value from XML.
readTextValueFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.ImAddressEntry
Reads the text value from XML.
readTextValueFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.InternetMessageHeader
Reads the text value from XML.
readTextValueFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.MessageBody
Reads text value from XML.
readTextValueFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.MimeContent
Reads text value from XML.
readTextValueFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.PhoneNumberEntry
Reads the text value from XML.
readTextValueFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.UniqueBody
Reads attribute from XML.
readToDescendant(XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads to the next descendant element with the specified local name and namespace.
readToDescendant(String, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
 
readValue() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the value.
readValue(boolean) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the value.
readValue(Class<T>) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Reads the value.
ReceiveCopiesOfMeetingMessages - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ReceiveCopiesOfMeetingMessages.
ReceivedBy - Static variable in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Defines the ReceivedBy property.
ReceivedBy - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ReceivedBy.
ReceivedRepresenting - Static variable in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Defines the ReceivedRepresenting property.
ReceivedRepresenting - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ReceivedRepresenting.
Recurrence - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant Recurrence.
Recurrence - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the Recurrence property.
Recurrence - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the Recurrence property.
Recurrence - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Recurrence.
Recurrence - Class in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
Represents a recurrence pattern, as used by Appointment and Task item.
Recurrence() - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
Initializes a new instance.
Recurrence(Date) - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
Initializes a new instance.
Recurrence.DailyPattern - Class in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
Represents a recurrence pattern where each occurrence happens a specific number of days after the previous one.
Recurrence.DailyRegenerationPattern - Class in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
Represents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of days after the previous one is completed.
Recurrence.IntervalPattern - Class in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
Represents a recurrence pattern where each occurrence happens at a specific interval after the previous one.
Recurrence.MonthlyPattern - Class in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
Represents a recurrence pattern where each occurrence happens on a specific day a specific number of months after the previous one.
Recurrence.MonthlyRegenerationPattern - Class in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
Represents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of months after the previous one is completed.
Recurrence.RelativeMonthlyPattern - Class in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
Represents a recurrence pattern where each occurrence happens on a relative day a specific number of months after the previous one.
Recurrence.RelativeYearlyPattern - Class in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
The Class RelativeYearlyPattern.
Recurrence.WeeklyPattern - Class in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
Represents a recurrence pattern where each occurrence happens on specific days a specific number of weeks after the previous one.
Recurrence.WeeklyRegenerationPattern - Class in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
Represents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of weeks after the previous one is completed.
Recurrence.YearlyPattern - Class in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
Represents a recurrence pattern where each occurrence happens on a specific day every year.
Recurrence.YearlyRegenerationPattern - Class in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
Represents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of years after the previous one is completed.
RecurrenceId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RecurrenceId.
RecurrencePropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represenrs recurrence property definition.
RecurrencePropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.RecurrencePropertyDefinition
Initializes a new instance of the RecurrencePropertyDefinition class.
RecurrenceRange - Class in microsoft.exchange.webservices.data.property.complex.recurrence.range
Represents recurrence range with start and end dates.
RecurrenceRange() - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.range.RecurrenceRange
Initializes a new instance.
RecurrenceRange(Date) - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.range.RecurrenceRange
Initializes a new instance.
RecurringAppointmentMasterId - Class in microsoft.exchange.webservices.data.property.complex
Represents the Id of an occurrence of a recurring appointment.
RecurringAppointmentMasterId(String) - Constructor for class microsoft.exchange.webservices.data.property.complex.RecurringAppointmentMasterId
Represents the Id of an occurrence of a recurring appointment.
RecurringDateTransition - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RecurringDateTransition.
RecurringDayTransition - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RecurringDayTransition.
RecurringMasterId - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant RecurringMasterId.
RecurringMasterItemId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RecurringMasterItemId.
RedirectAddr - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RedirectAddr.
RedirectTarget - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RedirectTarget.
RedirectToRecipients - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RedirectToRecipients.
RedirectUrl - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RedirectUrl.
ReferenceItemId - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ResponseObjectSchema
The Reference item id.
ReferenceItemId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ReferenceItemId.
References - Static variable in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Defines the References property.
References - Static variable in class microsoft.exchange.webservices.data.core.service.schema.PostItemSchema
Defines the References property.
References - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant References.
RefParam<T> - Class in microsoft.exchange.webservices.data.misc
The Class RefParam.
RefParam(T) - Constructor for class microsoft.exchange.webservices.data.misc.RefParam
Instantiates a new ref param.
refresh() - Method in class microsoft.exchange.webservices.data.messaging.PhoneCall
Refreshes the state of this phone call.
registerAssociatedInternalProperties(List<PropertyDefinition>) - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinition
Registers associated internal property.
registerAssociatedInternalProperties(List<PropertyDefinition>) - Method in class microsoft.exchange.webservices.data.property.definition.StartTimeZonePropertyDefinition
Registers associated internal property.
registerIndexedProperty(IndexedPropertyDefinition) - Method in class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
Registers an indexed property.
registerInternalProperty(PropertyDefinition) - Method in class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
Registers an internal schema property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
Registers property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.CalendarResponseObjectSchema
Registers property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.CancelMeetingMessageSchema
Registers property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.ContactGroupSchema
Registers property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Registers property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Registers property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Registers property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.FolderSchema
Registers property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Registers property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.MeetingMessageSchema
Registers property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Registers property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.PostItemSchema
Registers property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.PostReplySchema
Registers property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.ResponseMessageSchema
Registers property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.ResponseObjectSchema
Registers property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.SearchFolderSchema
Registers property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
Registers property.
registerProperties() - Method in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
This must be declared after the property definitions.
registerProperty(PropertyDefinition) - Method in class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
Registers a schema property that will be visible to developers.
RelativeMonthlyPattern() - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeMonthlyPattern
Instantiates a new relative monthly pattern.
RelativeMonthlyPattern(Date, int, DayOfTheWeek, DayOfTheWeekIndex) - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeMonthlyPattern
Instantiates a new relative monthly pattern.
RelativeMonthlyRecurrence - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RelativeMonthlyRecurrence.
RelativeYearlyPattern() - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeYearlyPattern
Instantiates a new relative yearly pattern.
RelativeYearlyPattern(Date, Month, DayOfTheWeek, DayOfTheWeekIndex) - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeYearlyPattern
Instantiates a new relative yearly pattern.
RelativeYearlyRecurrence - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RelativeYearlyRecurrence.
ReminderDueBy - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the ReminderDueBy property.
ReminderDueBy - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ReminderDueBy.
ReminderIsSet - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ReminderIsSet.
ReminderMinutesBeforeStart - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the ReminderMinutesBeforeStart property.
ReminderMinutesBeforeStart - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ReminderMinutesBeforeStart.
remove(PropertyDefinitionBase) - Method in class microsoft.exchange.webservices.data.core.PropertySet
Removes the specified property from the set.
remove(Attachment) - Method in class microsoft.exchange.webservices.data.property.complex.AttachmentCollection
Removes the specified attachment.
remove(Attendee) - Method in class microsoft.exchange.webservices.data.property.complex.AttendeeCollection
Removes an attendee from the collection.
remove(EmailAddress) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressCollection
Removes an e-mail address from the collection.
remove(FolderId) - Method in class microsoft.exchange.webservices.data.property.complex.FolderIdCollection
Removes the specified folder Id from the collection.
remove(WellKnownFolderName) - Method in class microsoft.exchange.webservices.data.property.complex.FolderIdCollection
Removes the specified well-known folder from the collection.
remove(FolderPermission) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermissionCollection
Removes a permission from the collection.
remove(GroupMember) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Removes a member from the collection.
remove(DayOfTheWeek) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.DayOfTheWeekCollection
Remove a specific day from the collection.
remove(String) - Method in class microsoft.exchange.webservices.data.property.complex.StringList
Removes a string from the list.
remove(Object) - Method in class microsoft.exchange.webservices.data.property.complex.UserConfigurationDictionary
Removes the element with the specified key from the user configuration dictionary.
remove(SearchFilter) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Removes a search filter from the collection.
remove(PropertyDefinitionBase) - Method in class microsoft.exchange.webservices.data.search.OrderByCollection
Removes the specified property definition from the collection.
removeAt(int) - Method in class microsoft.exchange.webservices.data.property.complex.AttachmentCollection
Removes the attachment at the specified index.
removeAt(int) - Method in class microsoft.exchange.webservices.data.property.complex.AttendeeCollection
Removes an attendee from the collection.
removeAt(int) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressCollection
Removes an e-mail address from the collection.
removeAt(int) - Method in class microsoft.exchange.webservices.data.property.complex.FolderIdCollection
Removes the folder Id at the specified index.
removeAt(int) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermissionCollection
Removes a permission from the collection.
removeAt(int) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Removes a member at the specified index.
removeAt(int) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.DayOfTheWeekCollection
Removes the day at a specific index.
removeAt(int) - Method in class microsoft.exchange.webservices.data.property.complex.StringList
Removes the string at the specified position from the list.
removeAt(int) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Removes the search filter at the specified index from the collection.
removeAt(int) - Method in class microsoft.exchange.webservices.data.search.OrderByCollection
Removes the element at the specified index from the collection.
removeChangeEvent(ICreateServiceObjectWithAttachmentParam) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObjectInfo
Remove the event from happening when property changed.
removeChangeEvent(ICreateServiceObjectWithServiceParam) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObjectInfo
Remove the event from happening when property changed.
removeChangeEvent(IPropertyBagChangedDelegate<TKey>) - Method in class microsoft.exchange.webservices.data.core.SimplePropertyBag
Remove the event from happening when property changed.
removeChangeEvent(IComplexPropertyChangedDelegate) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Remove the event from happening when property changed.
removeContactPicture() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Removes the contact's picture.
RemoveDelegate - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RemoveDelegate.
RemoveDelegateRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a RemoveDelete request.
RemoveDelegateRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.RemoveDelegateRequest
Initializes a new instance of the class.
RemoveDelegateResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RemoveDelegateResponse.
removeDelegates(Mailbox, UserId...) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Removes delegates on a specific mailbox.
removeDelegates(Mailbox, Iterable<UserId>) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Removes delegates on a specific mailbox.
removeDisconnect(StreamingSubscriptionConnection.ISubscriptionErrorDelegate) - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
Remove the event from happening when property disconnect.
removeDisconnectEvent(HangingServiceRequestBase.IHangingRequestDisconnectHandler) - Method in class microsoft.exchange.webservices.data.core.request.HangingServiceRequestBase
Remove the event from happening when property disconnect.
removeExtendedProperty(ExtendedPropertyDefinition) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Removes an extended property.
removeExtendedProperty(ExtendedPropertyDefinition) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Removes an extended property.
removeExtendedProperty(ExtendedPropertyDefinition) - Method in class microsoft.exchange.webservices.data.property.complex.ExtendedPropertyCollection
Removes a specific extended property definition from the collection.
RemoveFromCalendar - Class in microsoft.exchange.webservices.data.core.service.response
Represents a response object created to remove a calendar item from a meeting cancellation.
RemoveFromCalendar(Item) - Constructor for class microsoft.exchange.webservices.data.core.service.response.RemoveFromCalendar
Initializes a new instance of the RemoveFromCalendar class.
removeFromChangeLog(TComplexProperty) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Removes from change log.
RemoveItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RemoveItem.
removeMeetingFromCalendar() - Method in class microsoft.exchange.webservices.data.core.service.item.MeetingCancellation
Removes the meeting associated with the cancellation message from the user's calendar.
removeNotificationEvent(StreamingSubscriptionConnection.INotificationEventDelegate) - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
Remove the event from happening when property Notify.
RemoveOutlookRuleBlob - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RemoveOutlookRuleBlob.
removeServiceObjectChangedEvent(IServiceObjectChangedDelegate) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Removes the service object changed event.
removeSubscription(StreamingSubscription) - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
Removes the specified streaming subscription from the connection.
removeSubscriptionError(StreamingSubscriptionConnection.ISubscriptionErrorDelegate) - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
Remove the event from happening when property subscription.
reply(MessageBody, boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Replies to the organizer and/or the attendees of the meeting.
reply(MessageBody, boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Replies to the message.
reply(MessageBody, boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Replies to the post item.
ReplyAllToItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ReplyAllToItem.
ReplyTo - Static variable in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Defines the ReplyTo property.
ReplyTo - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ReplyTo.
ReplyToItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ReplyToItem.
Request - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Request.
RequestedServerVersion - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RequestedServerVersion.
RequestedSettings - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RequestedSettings.
RequestedVersion - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RequestedVersion.
RequestedView - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RequestedView.
RequestServerVersion - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RequestServerVersion.
RequiredAttendees - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant RequiredAttendees.
RequiredAttendees - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the RequiredAttendees property.
RequiredAttendees - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RequiredAttendees.
RequiredServerVersion - Annotation Type in microsoft.exchange.webservices.data.attribute
The Interface RequiredServerVersion.
requireWSSecurityUtilityNamespace - Variable in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
The requireWSSecurityUtilityNamespace *
reset() - Method in class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
Reset.
Resolution - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Resolution.
ResolutionSet - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ResolutionSet.
resolveName(String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Finds contacts in the user's Contacts folder and the Global Address List (in that order) that have names that match the one passed as a parameter.
resolveName(String, Iterable<FolderId>, ResolveNameSearchLocation, boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Finds contacts in the user's Contacts folder and the Global Address List (in that order) that have names that match the one passed as a parameter.
resolveName(String, Iterable<FolderId>, ResolveNameSearchLocation, boolean, PropertySet) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Finds contacts in the Global Address List and/or in specific contact folder that have names that match the one passed as a parameter.
resolveName(String, ResolveNameSearchLocation, boolean, PropertySet) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Finds contacts in the Global Address List that have names that match the one passed as a parameter.
resolveName(String, ResolveNameSearchLocation, boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Finds contacts in the user's Contacts folder and the Global Address List (in that order) that have names that match the one passed as a parameter.
ResolveNames - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ResolveNames.
ResolveNameSearchLocation - Enum in microsoft.exchange.webservices.data.core.enumeration.search
Defines the location where a ResolveName operation searches for contacts.
ResolveNamesRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a ResolveNames request.
ResolveNamesRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Initializes a new instance of the class.
ResolveNamesResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a name resolution operation.
ResolveNamesResponse(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.response.ResolveNamesResponse
Initializes a new instance of the class.
ResolveNamesResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ResolveNamesResponse.
ResolveNamesResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ResolveNamesResponseMessage.
Resources - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant Resources.
Resources - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the Resources property.
Resources - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Resources.
Response - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Response.
ResponseActions - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Defines the response actions that can be taken on an item.
ResponseClass - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant ResponseClass.
ResponseCode - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ResponseCode.
ResponseMessage - Class in microsoft.exchange.webservices.data.core.service.response
The Class ResponseMessage.
ResponseMessage(Item, ResponseMessageType) - Constructor for class microsoft.exchange.webservices.data.core.service.response.ResponseMessage
Initializes a new instance of the class.
ResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ResponseMessage.
ResponseMessages - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ResponseMessages.
ResponseMessageSchema - Class in microsoft.exchange.webservices.data.core.service.schema
Represents ResponseMessage schema definition.
ResponseMessageSchema() - Constructor for class microsoft.exchange.webservices.data.core.service.schema.ResponseMessageSchema
 
ResponseMessageType - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Defines the type of a ResponseMessage object.
ResponseObject<TMessage extends EmailMessage> - Class in microsoft.exchange.webservices.data.core.service.response
The Class ResponseObject.
ResponseObject(Item) - Constructor for class microsoft.exchange.webservices.data.core.service.response.ResponseObject
Initializes a new instance of the class.
ResponseObjects - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ResponseObjects.
ResponseObjectSchema - Class in microsoft.exchange.webservices.data.core.service.schema
Represents ResponseObject schema definition.
ResponseObjectSchema() - Constructor for class microsoft.exchange.webservices.data.core.service.schema.ResponseObjectSchema
 
ResponseObjectsPropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents response object property defintion.
ResponseObjectsPropertyDefinition(String, String, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.ResponseObjectsPropertyDefinition
Initializes a new instance of the ResponseObjectsPropertyDefinition class.
ResponseType - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingMessageSchema
Defines the ResponseType property.
ResponseType - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ResponseType.
Restriction - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Restriction.
retriveDocument(XMLEventReader) - Method in class microsoft.exchange.webservices.data.core.response.ExecuteDiagnosticMethodResponse
 
ReturnFullContactData - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant ReturnFullContactData.
ReturnNewItemIds - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ReturnNewItemIds.
ReturnValue - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ReturnValue.
Room - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Room.
RoomId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RoomId.
RoomList - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RoomList.
RoomLists - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RoomLists.
Rooms - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Rooms.
RootFolder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RootFolder.
RootItemChangeKey - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant RootItemChangeKey.
RootItemId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RootItemId.
RoutingType - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant RoutingType.
RoutingType - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RoutingType.
Rule - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Rule.
Rule - Class in microsoft.exchange.webservices.data.property.complex
Represents a rule that automatically handles incoming messages.
Rule() - Constructor for class microsoft.exchange.webservices.data.property.complex.Rule
Initializes a new instance of the Rule class.
RuleActions - Class in microsoft.exchange.webservices.data.property.complex
Represents the set of actions available for a rule.
RuleActions() - Constructor for class microsoft.exchange.webservices.data.property.complex.RuleActions
Initializes a new instance of the RulePredicates class.
RuleCollection - Class in microsoft.exchange.webservices.data.property.complex
Represents a collection of rules.
RuleCollection() - Constructor for class microsoft.exchange.webservices.data.property.complex.RuleCollection
Initializes a new instance of the RuleCollection class.
RuleError - Class in microsoft.exchange.webservices.data.property.complex
Defines the RuleError class.
RuleError() - Constructor for class microsoft.exchange.webservices.data.property.complex.RuleError
The Initializes a new instance of the RuleError class.
RuleErrorCode - Enum in microsoft.exchange.webservices.data.core.enumeration.property.error
Defines the error codes identifying why a rule failed validation.
RuleErrorCollection - Class in microsoft.exchange.webservices.data.property.complex
Represents a collection of rule validation errors.
RuleErrorCollection() - Constructor for class microsoft.exchange.webservices.data.property.complex.RuleErrorCollection
Initializes a new instance of the RuleErrorCollection class.
RuleId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RuleId.
RuleOperation - Class in microsoft.exchange.webservices.data.property.complex
Represents an operation to be performed on a rule.
RuleOperation() - Constructor for class microsoft.exchange.webservices.data.property.complex.RuleOperation
Initializes a new instance of the class.
RuleOperationError - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RuleOperationError.
RuleOperationError - Class in microsoft.exchange.webservices.data.property.complex
Defines the RuleOperationError class.
RuleOperationError() - Constructor for class microsoft.exchange.webservices.data.property.complex.RuleOperationError
Initializes a new instance of the RuleOperationError class.
RuleOperationErrorCollection - Class in microsoft.exchange.webservices.data.property.complex
Represents a collection of rule operation errors.
RuleOperationErrorCollection() - Constructor for class microsoft.exchange.webservices.data.property.complex.RuleOperationErrorCollection
Initializes a new instance of the class.
RuleOperationErrors - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant RuleOperationErrors.
RulePredicateDateRange - Class in microsoft.exchange.webservices.data.property.complex
Represents the date and time range within which messages have been received.
RulePredicateDateRange() - Constructor for class microsoft.exchange.webservices.data.property.complex.RulePredicateDateRange
Initializes a new instance of the RulePredicateDateRange class.
RulePredicates - Class in microsoft.exchange.webservices.data.property.complex
Represents the set of conditions and exception available for a rule.
RulePredicates() - Constructor for class microsoft.exchange.webservices.data.property.complex.RulePredicates
Initializes a new instance of the RulePredicates class.
RulePredicateSizeRange - Class in microsoft.exchange.webservices.data.property.complex
Represents the minimum and maximum size of a message.
RulePredicateSizeRange() - Constructor for class microsoft.exchange.webservices.data.property.complex.RulePredicateSizeRange
Initializes a new instance of the RulePredicateSizeRange class.
RuleProperty - Enum in microsoft.exchange.webservices.data.core.enumeration.property
 
run() - Method in class microsoft.exchange.webservices.data.misc.AbstractAsyncCallback
 

S

SafeXmlDocument - Class in microsoft.exchange.webservices.data.security
XmlDocument that does not allow DTD parsing.
SafeXmlDocument() - Constructor for class microsoft.exchange.webservices.data.security.SafeXmlDocument
 
SafeXmlFactory - Class in microsoft.exchange.webservices.data.security
 
SafeXmlFactory() - Constructor for class microsoft.exchange.webservices.data.security.SafeXmlFactory
 
SafeXmlSchema - Class in microsoft.exchange.webservices.data.security
XmlSchema with protection against DTD parsing in read overloads
SafeXmlSchema() - Constructor for class microsoft.exchange.webservices.data.security.SafeXmlSchema
 
sameIdAndChangeKey(ServiceId) - Method in class microsoft.exchange.webservices.data.property.complex.ServiceId
Determines whether two ServiceId instances are equal (including ChangeKeys).
save(FolderId) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Saves this folder in a specific folder.
save(WellKnownFolderName) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Saves this folder in a specific folder.
save(WellKnownFolderName, SendInvitationsMode) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Saves this appointment in the specified folder.
save(FolderId, SendInvitationsMode) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Saves this appointment in the specified folder.
save(SendInvitationsMode) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Saves this appointment in the Calendar folder.
save(FolderId) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Saves this item in a specific folder.
save(WellKnownFolderName) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Saves this item in a specific folder.
save() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Saves this item in the default folder based on the item's type (for example, an e-mail message is saved to the Drafts folder).
save() - Method in class microsoft.exchange.webservices.data.core.service.response.PostReply
Saves the post reply in the same folder as the original post item.
save(FolderId) - Method in class microsoft.exchange.webservices.data.core.service.response.PostReply
Saves the post reply in the same folder as the original post item.
save(WellKnownFolderName) - Method in class microsoft.exchange.webservices.data.core.service.response.PostReply
Saves the post reply in a specified folder.
save(FolderId) - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseObject
Saves the response in the specified folder.
save(WellKnownFolderName) - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseObject
Saves the response in the specified folder.
save() - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseObject
Saves the response in the Drafts folder.
save(String, FolderId) - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Saves the user configuration.
save(String, WellKnownFolderName) - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Saves the user configuration.
save() - Method in class microsoft.exchange.webservices.data.property.complex.AttachmentCollection
Saves this collection by creating new attachment and deleting removed ones.
SavedItemFolderId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SavedItemFolderId.
SaveItemToFolder - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant SaveItemToFolder.
Schema - Annotation Type in microsoft.exchange.webservices.data.attribute
The Interface Schema.
schema() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Gets the schema associated with this type of object.
SchemaTypeName - Static variable in class microsoft.exchange.webservices.data.misc.id.AlternateId
Name of schema type used for AlternateId.
SchemaTypeName - Static variable in class microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderId
Name of schema type used for AlternatePublicFolderId element.
SchemaTypeName - Static variable in class microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderItemId
Schema type associated with AlternatePublicFolderItemId.
SearchFilter - Class in microsoft.exchange.webservices.data.search.filter
Represents the base search filter class.
SearchFilter() - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter
Initializes a new instance of the SearchFilter class.
SearchFilter.ContainsSubstring - Class in microsoft.exchange.webservices.data.search.filter
Represents a search filter that checks for the presence of a substring inside a text property.
SearchFilter.ExcludesBitmask - Class in microsoft.exchange.webservices.data.search.filter
Represents a bitmask exclusion search filter.
SearchFilter.Exists - Class in microsoft.exchange.webservices.data.search.filter
Represents a search filter checking if a field is set.
SearchFilter.IsEqualTo - Class in microsoft.exchange.webservices.data.search.filter
Represents a search filter that checks if a property is equal to a given value or other property.
SearchFilter.IsGreaterThan - Class in microsoft.exchange.webservices.data.search.filter
Represents a search filter that checks if a property is greater than a given value or other property.
SearchFilter.IsGreaterThanOrEqualTo - Class in microsoft.exchange.webservices.data.search.filter
Represents a search filter that checks if a property is greater than or equal to a given value or other property.
SearchFilter.IsLessThan - Class in microsoft.exchange.webservices.data.search.filter
Represents a search filter that checks if a property is less than a given value or other property.
SearchFilter.IsLessThanOrEqualTo - Class in microsoft.exchange.webservices.data.search.filter
Represents a search filter that checks if a property is less than or equal to a given value or other property.
SearchFilter.IsNotEqualTo - Class in microsoft.exchange.webservices.data.search.filter
Represents a search filter that checks if a property is not equal to a given value or other property.
SearchFilter.Not - Class in microsoft.exchange.webservices.data.search.filter
Represents a search filter that negates another.
SearchFilter.PropertyBasedFilter - Class in microsoft.exchange.webservices.data.search.filter
Represents a search filter where an item or folder property is involved.
SearchFilter.RelationalFilter - Class in microsoft.exchange.webservices.data.search.filter
Represents the base class for relational filter (for example, IsEqualTo, IsGreaterThan or IsLessThanOrEqualTo).
SearchFilter.SearchFilterCollection - Class in microsoft.exchange.webservices.data.search.filter
Represents a collection of search filter linked by a logical operator.
SearchFilterCollection() - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Initializes a new instance of the class.
SearchFilterCollection(LogicalOperator) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Initializes a new instance of the class.
SearchFilterCollection(LogicalOperator, SearchFilter...) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Initializes a new instance of the class.
SearchFilterCollection(LogicalOperator, Iterable<SearchFilter>) - Constructor for class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Initializes a new instance of the class.
SearchFolder - Class in microsoft.exchange.webservices.data.core.service.folder
Represents a search folder.
SearchFolder(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.folder.SearchFolder
Initializes an unsaved local instance of the class.
SearchFolder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SearchFolder.
SearchFolderParameters - Class in microsoft.exchange.webservices.data.property.complex
Represents the parameters associated with a search folder.
SearchFolderParameters() - Constructor for class microsoft.exchange.webservices.data.property.complex.SearchFolderParameters
Initializes a new instance of the SearchFolderParameters class.
SearchFolderSchema - Class in microsoft.exchange.webservices.data.core.service.schema
The Class SearchFolderSchema.
SearchFolderSchema() - Constructor for class microsoft.exchange.webservices.data.core.service.schema.SearchFolderSchema
 
SearchFolderTraversal - Enum in microsoft.exchange.webservices.data.core.enumeration.search
Defines the scope of a search folder.
SearchParameters - Static variable in class microsoft.exchange.webservices.data.core.service.schema.SearchFolderSchema
Defines the SearchParameters property.
SearchParameters - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SearchParameters.
SearchScope - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant SearchScope.
SECONDS - Static variable in class microsoft.exchange.webservices.data.misc.TimeSpan
Constant for seconds unit and conversion.
send() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Sends this e-mail message.
send() - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseObject
Sends this response without saving a copy.
sendAndSaveCopy(FolderId) - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Sends this e-mail message and saves a copy of it in the specified folder.
sendAndSaveCopy(WellKnownFolderName) - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Sends this e-mail message and saves a copy of it in the specified folder.
sendAndSaveCopy() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Sends this e-mail message and saves a copy of it in the Sent Items folder.
sendAndSaveCopy(FolderId) - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseObject
Sends this response and saves a copy in the specified folder.
sendAndSaveCopy(WellKnownFolderName) - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseObject
Sends this response and saves a copy in the specified folder.
sendAndSaveCopy() - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseObject
Sends this response and saves a copy in the Sent Items folder.
SendCancellationsMode - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Defines how meeting cancellations should be sent to attendees when an appointment is deleted.
Sender - Static variable in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Defines the Sender property.
Sender - Static variable in class microsoft.exchange.webservices.data.core.service.schema.PostItemSchema
Defines the Sender property.
Sender - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Sender.
SendInvitationsMode - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Defines if/how meeting invitations are sent.
SendInvitationsOrCancellationsMode - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Defines if/how meeting invitations or cancellations should be sent to attendees when an appointment is updated.
sendItem(Item, FolderId) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Send item.
SendItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SendItem.
SendItemRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a SendItem request.
SendItemRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.SendItemRequest
Initializes a new instance of the class.
SendItemResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SendItemResponse.
SendItemResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SendItemResponseMessage.
SendMeetingCancellations - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant SendMeetingCancellations.
SendMeetingInvitations - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant SendMeetingInvitations.
SendMeetingInvitationsOrCancellations - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant SendMeetingInvitationsOrCancellations.
SendSMSAlertToRecipients - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SendSMSAlertToRecipients.
Sensitivity - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines the sensitivity of an item.
Sensitivity - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the Sensitivity property.
Sensitivity - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Sensitivity.
SentCcMe - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SentCcMe.
SentOnlyToMe - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SentOnlyToMe.
SentToAddresses - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SentToAddresses.
SentToMe - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SentToMe.
SentToOrCcMe - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SentToOrCcMe.
serializeEnum(Object) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Converts an enum to a string, using the mapping dictionaries if appropriate.
serializeExtraSoapHeaders(XMLStreamWriter, String) - Method in class microsoft.exchange.webservices.data.credential.ExchangeCredentials
Serialize any extra necessary SOAP headers.
serializeExtraSoapHeaders(XMLStreamWriter, String) - Method in class microsoft.exchange.webservices.data.credential.WSSecurityBasedCredentials
Serialize the WS-Security and WS-Addressing SOAP headers.
serializeWSSecurityHeaders(XMLStreamWriter) - Method in class microsoft.exchange.webservices.data.credential.ExchangeCredentials
Serialize SOAP headers used for authentication schemes that rely on WS-Security.
serializeWSSecurityHeaders(XMLStreamWriter) - Method in class microsoft.exchange.webservices.data.credential.WSSecurityBasedCredentials
Creates the WS-Security header necessary to send with an outgoing request.
Server - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Server.
ServerDN - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ServerDN.
ServerReplyWithMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ServerReplyWithMessage.
ServerVersion - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ServerVersion.
ServerVersionInfo - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ServerVersionInfo.
ServiceError - Enum in microsoft.exchange.webservices.data.core.enumeration.misc.error
Defines the error codes that can be returned by the Exchange Web Services.
ServiceErrorHandling - Enum in microsoft.exchange.webservices.data.core.enumeration.service.error
Defines the type of error handling used for service method calls.
ServiceId - Class in microsoft.exchange.webservices.data.property.complex
Represents the Id of an Exchange object.
ServiceId() - Constructor for class microsoft.exchange.webservices.data.property.complex.ServiceId
Initializes a new instance.
ServiceId(String) - Constructor for class microsoft.exchange.webservices.data.property.complex.ServiceId
Initializes a new instance.
ServiceLocalException - Exception in microsoft.exchange.webservices.data.core.exception.service.local
Represents an error that occurs when a service operation fails locally (e.g.
ServiceLocalException() - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceLocalException
ServiceLocalException Constructor.
ServiceLocalException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceLocalException
ServiceLocalException Constructor.
ServiceLocalException(String, Exception) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceLocalException
ServiceLocalException Constructor.
ServiceObject - Class in microsoft.exchange.webservices.data.core.service
Represents the base abstract class for all item and folder types.
ServiceObject(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.ServiceObject
Internal constructor.
serviceObjectChanged(ServiceObject) - Method in interface microsoft.exchange.webservices.data.property.complex.IServiceObjectChangedDelegate
Service object changed.
serviceObjectChanged(ServiceObject) - Method in class microsoft.exchange.webservices.data.property.complex.ItemAttachment
Service object changed.
ServiceObjectDefinition - Annotation Type in microsoft.exchange.webservices.data.attribute
The Interface ServiceObjectDefinition.
ServiceObjectInfo - Class in microsoft.exchange.webservices.data.core.service
ServiceObjectInfo contains metadata on how to map from an element name to a ServiceObject type as well as how to map from a ServiceObject type to appropriate constructors.
ServiceObjectInfo() - Constructor for class microsoft.exchange.webservices.data.core.service.ServiceObjectInfo
Default constructor.
ServiceObjectPropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents a property definition for a service object.
ServiceObjectPropertyDefinition() - Constructor for class microsoft.exchange.webservices.data.property.definition.ServiceObjectPropertyDefinition
Initializes a new instance.
ServiceObjectPropertyDefinition(String) - Constructor for class microsoft.exchange.webservices.data.property.definition.ServiceObjectPropertyDefinition
Initializes a new instance.
ServiceObjectPropertyException - Exception in microsoft.exchange.webservices.data.core.exception.service.local
Represents an error that occurs when an operation on a property fails.
ServiceObjectPropertyException(PropertyDefinitionBase) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceObjectPropertyException
ServiceObjectPropertyException constructor.
ServiceObjectPropertyException(String, PropertyDefinitionBase) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceObjectPropertyException
ServiceObjectPropertyException constructor.
ServiceObjectPropertyException(String, PropertyDefinitionBase, Exception) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceObjectPropertyException
ServiceObjectPropertyException constructor.
ServiceObjectSchema - Class in microsoft.exchange.webservices.data.core.service.schema
Represents the base class for all item and folder schema.
ServiceObjectSchema() - Constructor for class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
Initializes a new instance.
ServiceObjectType - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Defines the type of a service object.
ServiceRemoteException - Exception in microsoft.exchange.webservices.data.core.exception.service.remote
Represents an error that occurs when a service operation fails remotely.
ServiceRemoteException() - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRemoteException
ServiceRemoteException Constructor.
ServiceRemoteException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRemoteException
ServiceRemoteException Constructor.
ServiceRemoteException(String, Exception) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRemoteException
ServiceRemoteException Constructor.
ServiceRequestBase<T> - Class in microsoft.exchange.webservices.data.core.request
Represents an abstract service request.
ServiceRequestBase(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Initializes a new instance.
ServiceRequestException - Exception in microsoft.exchange.webservices.data.core.exception.service.remote
The Class ServiceRequestException.
ServiceRequestException() - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRequestException
ServiceRequestException Constructor.
ServiceRequestException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRequestException
ServiceRequestException Constructor.
ServiceRequestException(String, Exception) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRequestException
ServiceRequestException Constructor.
ServiceResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the standard response to an Exchange Web Services operation.
ServiceResponse() - Constructor for class microsoft.exchange.webservices.data.core.response.ServiceResponse
Initializes a new instance.
ServiceResponse(SoapFaultDetails) - Constructor for class microsoft.exchange.webservices.data.core.response.ServiceResponse
Initializes a new instance.
ServiceResponseCollection<TResponse extends ServiceResponse> - Class in microsoft.exchange.webservices.data.core.response
Represents a strongly typed list of service response.
ServiceResponseCollection() - Constructor for class microsoft.exchange.webservices.data.core.response.ServiceResponseCollection
Initializes a new instance.
ServiceResponseException - Exception in microsoft.exchange.webservices.data.core.exception.service.remote
Represents a remote service exception that has a single response.
ServiceResponseException(ServiceResponse) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.remote.ServiceResponseException
Initializes a new instance.
ServiceResult - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Defines the result of a call to an EWS method.
ServiceValidationException - Exception in microsoft.exchange.webservices.data.core.exception.service.local
Represents an error that occurs when a validation check fails.
ServiceValidationException() - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceValidationException
ServiceValidationException Constructor.
ServiceValidationException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceValidationException
ServiceValidationException Constructor.
ServiceValidationException(String, Exception) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceValidationException
Instantiates a new service validation exception.
ServiceVersionException - Exception in microsoft.exchange.webservices.data.core.exception.service.local
Represents an error that occurs when a request cannot be handled due to a service version mismatch.
ServiceVersionException() - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceVersionException
Initializes a new instance of the class.
ServiceVersionException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceVersionException
Initializes a new instance of the class.
ServiceVersionException(String, Exception) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceVersionException
Instantiates a new service version exception.
ServiceXmlDeserializationException - Exception in microsoft.exchange.webservices.data.core.exception.service.local
Represents an error that occurs when the XML for a response cannot be deserialized.
ServiceXmlDeserializationException() - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceXmlDeserializationException
ServiceXmlDeserializationException Constructor.
ServiceXmlDeserializationException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceXmlDeserializationException
ServiceXmlDeserializationException Constructor.
ServiceXmlDeserializationException(String, Exception) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceXmlDeserializationException
ServiceXmlDeserializationException Constructor.
ServiceXmlSerializationException - Exception in microsoft.exchange.webservices.data.core.exception.service.local
Represents an error that occurs when the XML for a request cannot be serialized.
ServiceXmlSerializationException() - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceXmlSerializationException
ServiceXmlSerializationException Constructor.
ServiceXmlSerializationException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceXmlSerializationException
Instantiates a new service xml serialization exception.
ServiceXmlSerializationException(String, Exception) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.ServiceXmlSerializationException
Instantiates a new service xml serialization exception.
setAbsoluteDate(Date) - Method in class microsoft.exchange.webservices.data.property.complex.TimeChange
Sets the absolute date.
setAccept(String) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Sets the accept.
setAcceptGzipEncoding(boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Gets a value indicating whether GZip compression encoding should be accepted.
setAcceptGzipEncoding(boolean) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Sets the accept gzip encoding.
setAction(ConversationActionType) - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
Sets conversation action
setActualWork(Integer) - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Sets the checks if is read.
setAddress(String) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddress
Sets the actual address associated with the e-mail address.
setAddress(String) - Method in class microsoft.exchange.webservices.data.property.complex.Mailbox
Sets the address.
setAddressInformation(EmailAddress) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMember
Sets the address information.
setAffectedTaskOccurrences(AffectedTaskOccurrence) - Method in class microsoft.exchange.webservices.data.core.request.DeleteItemRequest
Sets the affected task occurrences.
setAggregateOn(PropertyDefinitionBase) - Method in class microsoft.exchange.webservices.data.search.Grouping
Sets the property to aggregateOn.
setAggregateType(AggregateType) - Method in class microsoft.exchange.webservices.data.search.Grouping
Sets the types of aggregate to calculate.
setAllowAuthentication(boolean) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Whether web service authentication is allowed.
setAllowAutoRedirect(boolean) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Sets the allow auto redirect.
setAllowExternalOof(OofExternalAudience) - Method in class microsoft.exchange.webservices.data.property.complex.availability.OofSettings
Sets a value indicating the authorized external OOF notification.
setAllowNewTimeProposal(Boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Sets the allow new time proposal.
setAssistantName(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the assistant name.
setAsyncCallback(AsyncCallback) - Method in class microsoft.exchange.webservices.data.core.WebAsyncCallStateAnchor
 
setAsynncState(Object) - Method in class microsoft.exchange.webservices.data.core.WebAsyncCallStateAnchor
 
setAttendees(Iterable<AttendeeInfo>) - Method in class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Sets the attendees.
setAttendeesAvailability(ServiceResponseCollection<AttendeeAvailability>) - Method in class microsoft.exchange.webservices.data.misc.availability.GetUserAvailabilityResults
Sets the attendees availability.
setAttendeeType(MeetingAttendeeType) - Method in class microsoft.exchange.webservices.data.misc.availability.AttendeeInfo
Sets the attendee type.
setAuthenticationMethods(String) - Method in class microsoft.exchange.webservices.data.autodiscover.WebClientUrl
Sets the authentication methods.
setBaseOffset(TimeSpan) - Method in class microsoft.exchange.webservices.data.property.complex.MeetingTimeZone
Sets the base offset.
setBaseOffsetToUtc(TimeSpan) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup.CustomTimeZoneCreateParams
Sets the base offset to utc.
setBasePropertySet(BasePropertySet) - Method in class microsoft.exchange.webservices.data.core.PropertySet
Sets the base property set, the property set is based upon.
setBias(TimeSpan) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZonePeriod
Sets the bias.
setBillingInformation(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Sets the billing information.
setBinaryData(byte[]) - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Sets the binary data.
setBirthday(Date) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the birthday.
setBitmask(int) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.ExcludesBitmask
Sets the bitmask to compare the property with.
setBody(MessageBody) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Sets the body.
setBody(MessageBody) - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage
Sets the body.
setBody(MessageBody) - Method in class microsoft.exchange.webservices.data.core.service.response.CancelMeetingMessage
Sets the body.
setBody(MessageBody) - Method in class microsoft.exchange.webservices.data.core.service.response.PostReply
Sets the body.
setBody(MessageBody) - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseMessage
Sets the body.
setBodyPrefix(MessageBody) - Method in class microsoft.exchange.webservices.data.core.service.response.PostReply
Sets the body prefix.
setBodyPrefix(MessageBody) - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseMessage
Sets the body prefix.
setBodyType(BodyType) - Method in class microsoft.exchange.webservices.data.core.request.GetAttachmentRequest
Sets the body type.
setBodyType(BodyType) - Method in class microsoft.exchange.webservices.data.property.complex.MessageBody
Sets the type of the message body's text.
setBusinessHomePage(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the business home page.
setCalendarFolderPermissionLevel(DelegateFolderPermissionLevel) - Method in class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
sets the delegate user's permission on the principal's calendar.
setCanCreateItems(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Sets the can create item.
setCanCreateSubFolders(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Sets the can create sub folder.
setCategories(StringList) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Sets the categories.
setCategories(StringList) - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
Sets conversation categories for Always Categorize actions
setChangeKey(String) - Method in class microsoft.exchange.webservices.data.property.complex.ServiceId
Sets the change key associated with the Exchange object.
setChangeType(ChangeType) - Method in class microsoft.exchange.webservices.data.sync.Change
sets the type of the change.
setCharacterSet(String) - Method in class microsoft.exchange.webservices.data.property.complex.MimeContent
Sets the character set.
setChildren(StringList) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the children.
setCity(String) - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
Sets the city.
setCompanies(StringList) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the companies.
setCompanies(StringList) - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Sets the companies.
setCompanyName(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the company name.
setComparisonMode(ComparisonMode) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.ContainsSubstring
sets the comparison mode.
setCompleteDate(Date) - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Sets the complete date.
setConferenceType(Integer) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Sets the conference type.
setConflictResolutionMode(ConflictResolutionMode) - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
Sets the conflict resolution mode.
setContactDataPropertySet(PropertySet) - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Gets or sets the PropertySet for Contact Data

The PropertySet

setContactPicture(byte[]) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the contact's picture using the specified byte array.
setContactPicture(InputStream) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the contact's picture using the specified stream.
setContactPicture(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the contact's picture using the specified file.
setContacts(StringList) - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Sets the contacts.
setContactsFolderPermissionLevel(DelegateFolderPermissionLevel) - Method in class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
Sets the contacts folder permission level.
setContainmentMode(ContainmentMode) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.ContainsSubstring
sets the ContainmentMode.
setContent(byte[]) - Method in class microsoft.exchange.webservices.data.property.complex.FileAttachment
Sets the content.
setContent(byte[]) - Method in class microsoft.exchange.webservices.data.property.complex.MimeContent
Sets the content.
setContentId(String) - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Sets the content id.
setContentLocation(String) - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Sets the content location.
setContentStream(InputStream) - Method in class microsoft.exchange.webservices.data.property.complex.FileAttachment
Sets the content stream.
setContentType(String) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Sets the content type.
setContentType(String) - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Sets the content type.
setContextFolderId(FolderIdWrapper) - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
Sets folder id ContextFolder
setConversationId(ConversationId) - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
Sets conversation id
setConversationLastSyncTime(Date) - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
ConversationLastSyncTime is used in one time action to determine the item on which to take the action.
setConversationViewFilter(SearchFilter.IsEqualTo) - Method in class microsoft.exchange.webservices.data.core.request.FindConversationRequest
 
setConvertHtmlCodePageToUTF8(Boolean) - Method in class microsoft.exchange.webservices.data.core.PropertySet
Sets value indicating whether or not to convert HTML code page to UTF8 encoding.
setConvertToString(IFunction<Object, String>) - Method in class microsoft.exchange.webservices.data.misc.MapiTypeConverterMapEntry
Sets the string to object converter.
setCopyToFolder(FolderId) - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
 
setCountryOrRegion(String) - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
Sets the country or region.
setCredentials(ExchangeCredentials) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Sets the credential used to authenticate with the Exchange Web Services.
setCredentials(String, String, String) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Sets the credential.
setCulture(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Sets the culture.
setCulture(String) - Method in class microsoft.exchange.webservices.data.misc.availability.OofReply
Sets the culture.
setCurrentMeetingTime(Date) - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Sets the current meeting time.
setCustomUserAgent(String) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Sets the user agent to a custom value
setDateTime(Date) - Method in class microsoft.exchange.webservices.data.property.complex.time.AbsoluteDateTransition
Sets the date time.
setDateTimePrecision(DateTimePrecision) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Sets the DateTime precision for DateTime values Web Services.
setDaylight(TimeChange) - Method in class microsoft.exchange.webservices.data.property.complex.MeetingTimeZone
Sets the daylight.
setDaylightDisplayName(String) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup.CustomTimeZoneCreateParams
Sets the daylight display name.
setDayOfMonth(int) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.MonthlyPattern
Sets the day of month.
setDayOfMonth(int) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.YearlyPattern
Sets the day of the month when each occurrence happens.
setDayOfTheWeek(DayOfTheWeek) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeMonthlyPattern
Sets the day of the week.
setDayOfTheWeek(DayOfTheWeek) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeYearlyPattern
Sets the day of the week.
setDayOfTheWeekIndex(DayOfTheWeekIndex) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeMonthlyPattern
Day of the week index.
setDayOfTheWeekIndex(DayOfTheWeekIndex) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeYearlyPattern
Sets the relative position of the day specified in DayOfTheWeek within the month.
setDelete(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
 
setDeleteItems(PermissionScope) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Sets the delete item.
setDeleteSubFolders(boolean) - Method in class microsoft.exchange.webservices.data.core.request.EmptyFolderRequest
Sets a value indicating whether empty folder should also delete sub folder.
setDeleteType(DeleteMode) - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
DeleteType
setDepartment(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the department.
setDestinationFolderId(FolderIdWrapper) - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
Sets folder id for Move action
setDestinationFormat(IdFormat) - Method in class microsoft.exchange.webservices.data.core.request.ConvertIdRequest
Sets the destination format.
setDetailedSuggestionsWindow(TimeWindow) - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Sets the detailed suggestions window.
setDialString(String) - Method in class microsoft.exchange.webservices.data.core.request.PlayOnPhoneRequest
Sets the dial string.
setDisplayName(String) - Method in class microsoft.exchange.webservices.data.autodiscover.AlternateMailbox
Sets the display name.
setDisplayName(String) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Sets the display name of the folder.
setDisplayName(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the display name.
setDisplayName(String) - Method in class microsoft.exchange.webservices.data.core.service.item.ContactGroup
Sets the display name.
setDisplayName(String) - Method in class microsoft.exchange.webservices.data.property.complex.Rule
 
setDisplayName(String) - Method in class microsoft.exchange.webservices.data.property.complex.UserId
Sets the display name.
setDnsServerAddress(String) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Sets the dns server address.
setDomain(String) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Sets the domain this service is bound to.
setDomain(String) - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetDomainSettingsResponse
Sets the domain.
setDomain(String) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Sets the domain.
setDomains(List<String>) - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetDomainSettingsRequest
Sets the domains.
setDueDate(Date) - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Sets the due date.
setDuration(TimeWindow) - Method in class microsoft.exchange.webservices.data.property.complex.availability.OofSettings
Sets the duration of the OOF status when State is set to OofState.Scheduled.
setEditItems(PermissionScope) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Sets the edits the item.
setElements(Object, Object) - Method in class microsoft.exchange.webservices.data.property.complex.UserConfigurationDictionary
Sets the element with the specified key.
setEmailAddress(EmailAddress) - Method in class microsoft.exchange.webservices.data.core.request.ExpandGroupRequest
Sets the email address.
setEmailAddress(EmailAddressKey, EmailAddress) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressDictionary
Sets the email address.
setEmailAddress(Object) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressEntry
Sets the e-mail address of the entry.
setEnableAlwaysDelete(boolean) - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
Sets Enable Always Delete value for Always Delete action
setEnableScpLookup(boolean) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Sets the enable scp lookup.
setEnableScpLookup(boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
 
setEncryptionMethod(String) - Method in class microsoft.exchange.webservices.data.autodiscover.ProtocolConnection
Sets the encryption method.
setEnd(Date) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Sets the end.
setEnd(Date) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicateDateRange
 
setEndDate(Date) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
sets the date after which the recurrence ends.
setEndDate(Date) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.EndDateRecurrenceRange
sets the end date.
setEndDate(Date) - Method in class microsoft.exchange.webservices.data.search.CalendarView
Sets the end date.
setEndTime(Date) - Method in class microsoft.exchange.webservices.data.misc.availability.TimeWindow
Sets the end time.
setEndTimeZone(TimeZoneDefinition) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Sets the start time zone.
setEntityResolver(EntityResolver) - Method in class microsoft.exchange.webservices.data.security.SafeXmlDocument
 
setErrorCode(AutodiscoverErrorCode) - Method in class microsoft.exchange.webservices.data.autodiscover.exception.error.UserSettingError
 
setErrorCode(AutodiscoverErrorCode) - Method in class microsoft.exchange.webservices.data.autodiscover.response.AutodiscoverResponse
Sets the error code.
setErrorCode(ServiceError) - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Sets the error code.
setErrorDetails(Map<String, String>) - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Sets the error details.
setErrorHandler(ErrorHandler) - Method in class microsoft.exchange.webservices.data.security.SafeXmlDocument
 
setErrorMessage(String) - Method in class microsoft.exchange.webservices.data.autodiscover.exception.error.UserSettingError
 
setErrorMessage(String) - Method in class microsoft.exchange.webservices.data.autodiscover.response.AutodiscoverResponse
Sets the error message.
setErrorMessage(String) - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponse
Sets a detailed error message associated with the response.
setEvents(Iterable<NotificationEvent>) - Method in class microsoft.exchange.webservices.data.notification.NotificationEventArgs
Sets the events that were received.
setEwsUrl(URI) - Method in class microsoft.exchange.webservices.data.credential.WSSecurityBasedCredentials
Sets the EWS URL.
setException(Exception) - Method in class microsoft.exchange.webservices.data.core.request.HangingRequestDisconnectEventArgs
Sets the exception that caused the disconnection.
setException(Exception) - Method in class microsoft.exchange.webservices.data.notification.SubscriptionErrorEventArgs
Sets the exception representing the error.
setExceptionType(String) - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Sets the exception type.
setExchange2007CompatibilityMode(boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Set the flag indicating if the Exchange2007 compatibility mode is enabled.
setExcludeConflicts(boolean) - Method in class microsoft.exchange.webservices.data.misc.availability.AttendeeInfo
Sets the exclude conflicts.
setExtendedProperty(ExtendedPropertyDefinition, Object) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Sets the extended property.
setExtendedProperty(ExtendedPropertyDefinition, Object) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Sets the extended property.
setExtendedProperty(ExtendedPropertyDefinition, Object) - Method in class microsoft.exchange.webservices.data.property.complex.ExtendedPropertyCollection
Sets an extended property.
setExternalAudience(OofExternalAudience) - Method in class microsoft.exchange.webservices.data.property.complex.availability.OofSettings
Sets a value indicating who should receive external OOF messages.
setExternalReply(OofReply) - Method in class microsoft.exchange.webservices.data.property.complex.availability.OofSettings
Sets the OOF response sent to addresses outside the user's domain or trusted domain.
setFaultActor(String) - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Sets the fault actor.
setFaultCode(String) - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Sets the fault code.
setFaultString(String) - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Sets the fault string.
setFileAs(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the file as.
setFileAs(FileAsMapping) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the file as.
setFileAttachmentContentHandler(IFileAttachmentContentHandler) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Sets the file attachment content handler.
setFileName(String) - Method in class microsoft.exchange.webservices.data.property.complex.FileAttachment
Sets the file name.
setFilterHtmlContent(Boolean) - Method in class microsoft.exchange.webservices.data.core.PropertySet
Sets value indicating whether or not to filter potentially unsafe HTML content from message bodies.
setFirstDayOfWeek(Calendar) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.WeeklyPattern
 
setFlaggedForAction(FlaggedForAction) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setFolderClass(String) - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Sets the custom class name of this folder.
SetFolderField - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SetFolderField.
setFolderId(FolderIdWrapper) - Method in class microsoft.exchange.webservices.data.core.request.FindConversationRequest
 
setFolderId(String) - Method in class microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderId
Sets the folder id.
setFolders(Iterable<Folder>) - Method in class microsoft.exchange.webservices.data.core.request.CreateFolderRequest
Sets the folder.
setFormat(IdFormat) - Method in class microsoft.exchange.webservices.data.misc.id.AlternateIdBase
Sets the format.
setFrequency(int) - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToPushNotificationsRequest
Sets the frequency.
setFrom(EmailAddress) - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Sets the from.
setFrom(EmailAddress) - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Sets the from.
setGeneration(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the generation.
setGivenName(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the given name.
setGlobalObjectId(String) - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Sets the global object id.
setGoodSuggestionThreshold(int) - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Sets the good suggestion threshold.
setGroupBy(Grouping) - Method in class microsoft.exchange.webservices.data.core.request.FindItemRequest
Sets the group by.
setGroupOn(PropertyDefinitionBase) - Method in class microsoft.exchange.webservices.data.search.Grouping
sets the property to group on.
setHasAttachments(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setHeaders(Map<String, String>) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Sets the Headers.
setHeartbeatFrequency(int) - Static method in class microsoft.exchange.webservices.data.core.request.GetStreamingEventsRequest
region Test hooks Allow test code to change heartbeat value
setHostname(String) - Method in class microsoft.exchange.webservices.data.autodiscover.ProtocolConnection
Sets the hostname.
setHours(int) - Method in class microsoft.exchange.webservices.data.misc.Time
sets the hours.
setHttpWebRequest(HttpWebRequest) - Method in class microsoft.exchange.webservices.data.core.WebAsyncCallStateAnchor
 
setHttpWebRequest(HttpWebRequest) - Method in class microsoft.exchange.webservices.data.misc.AsyncRequestResult
 
setICalUid(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Sets the ICalendar Uid.
setId(PhoneCallId) - Method in class microsoft.exchange.webservices.data.core.request.DisconnectPhoneCallRequest
Sets the id.
setId(PhoneCallId) - Method in class microsoft.exchange.webservices.data.core.request.GetPhoneCallRequest
Sets the id.
setId(String) - Method in class microsoft.exchange.webservices.data.messaging.PhoneCallId
Sets the id.
setId(String) - Method in class microsoft.exchange.webservices.data.misc.ImpersonatedUserId
Sets the id.
setId(String) - Method in class microsoft.exchange.webservices.data.notification.SubscriptionBase
Sets the id.
setId(ItemId) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddress
Sets the Id of the contact the e-mail address represents.
setId(String) - Method in class microsoft.exchange.webservices.data.property.complex.Rule
 
setId(String) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
Sets the id.
setId(String) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZonePeriod
Sets the id.
setId(String) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup
Sets the id.
setId(ServiceId) - Method in class microsoft.exchange.webservices.data.sync.Change
Sets the id.
setIds(Iterable<String>) - Method in class microsoft.exchange.webservices.data.core.request.GetServerTimeZonesRequest
Sets the ids.
setIdType(ConnectingIdType) - Method in class microsoft.exchange.webservices.data.misc.ImpersonatedUserId
Sets the id type.
setImAddress(Object) - Method in class microsoft.exchange.webservices.data.property.complex.ImAddressEntry
Sets the Instant Messaging address of the entry.
setImAddressKey(ImAddressKey, String) - Method in class microsoft.exchange.webservices.data.property.complex.ImAddressDictionary
Sets the im address key.
setImpersonatedUserId(ImpersonatedUserId) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Sets the impersonated user id.
setImportance(Importance) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Sets the importance.
setImportance(Importance) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setInboxFolderPermissionLevel(DelegateFolderPermissionLevel) - Method in class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
Sets the inbox folder permission level.
setInboxRuleOperations(Iterable<RuleOperation>) - Method in class microsoft.exchange.webservices.data.core.request.UpdateInboxRulesRequest
Sets the RuleOperation collection.
setIncludePermissions(boolean) - Method in class microsoft.exchange.webservices.data.core.request.GetDelegateRequest
Sets the include permissions.
setIndexedItemView(ConversationIndexedItemView) - Method in class microsoft.exchange.webservices.data.core.request.FindConversationRequest
 
setInitials(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the initials.
setInReplyTo(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Sets the in reply to.
setInternalReply(OofReply) - Method in class microsoft.exchange.webservices.data.property.complex.availability.OofSettings
Sets the OOF response sent other users in the user's domain or trusted domain.
setInterval(int) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.IntervalPattern
Sets the interval.
setIsAllDayEvent(Boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Sets the checks if is all day event.
setIsApprovalRequest(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setIsArchive(boolean) - Method in class microsoft.exchange.webservices.data.misc.id.AlternateId
Sets the type (primary or archive) mailbox to which the Id belongs.
setIsArray(boolean) - Method in class microsoft.exchange.webservices.data.misc.MapiTypeConverterMapEntry
Sets the checks if is array.
setIsAssociated(boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Sets the checks if is associated.
setIsAutomaticForward(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setIsAutomaticReply(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setIsContactPhoto(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.FileAttachment
Sets the checks if is contact photo.
setIsDeliveryReceiptRequested(Boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Sets the checks if is delivery receipt requested.
setIsDirty(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.UserConfigurationDictionary
Sets the isDirty flag.
setIsEnabled(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.Rule
 
setIsEncrypted(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setIsExternal(Boolean) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
 
setIsFolderContact(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Sets the checks if is folder contact.
setIsFolderOwner(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Sets the checks if is folder owner.
setIsFolderVisible(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Sets the checks if is folder visible.
setIsInError(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.Rule
 
setIsInline(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Sets the checks if is inline.
setIsMeetingRequest(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setIsMeetingResponse(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setIsNonDeliveryReport(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setIsOnlineMeeting(Boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Sets the checks if is online meeting.
setIsPermissionControlled(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setIsRead(Boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Sets the checks if is read.
setIsRead(Boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Sets the checks if is read.
setIsRead(String) - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Sets the checks if is read.
setIsRead(Boolean) - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
IsRead
setIsRead(boolean) - Method in class microsoft.exchange.webservices.data.sync.ItemChange
Sets the checks if is read.
setIsReadReceipt(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setIsReadReceiptRequested(Boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Sets the checks if is read receipt requested.
setIsReminderSet(Boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Sets the checks if is reminder set.
setIsResponseRequested(Boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Sets the checks if is response requested.
setIsResponseRequested(Boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Sets the checks if is response requested.
setIsSigned(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setIsVoicemail(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setItem(Item) - Method in class microsoft.exchange.webservices.data.property.complex.ItemAttachment
Sets the item associated with the attachment.
setItemClass(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Sets the item class.
setItemClass(String) - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage
Sets the item class.
SetItemField - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SetItemField.
setItemId(ItemId) - Method in class microsoft.exchange.webservices.data.core.request.PlayOnPhoneRequest
Sets the item id.
setItemId(String) - Method in class microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderItemId
Sets the item id.
setItems(Iterable<Item>) - Method in class microsoft.exchange.webservices.data.core.request.SendItemRequest
Sets the item.
setJobTitle(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the job title.
setJournalFolderPermissionLevel(DelegateFolderPermissionLevel) - Method in class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
Sets the journal folder permission level.
setKeepAlive(boolean) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Sets the keep alive.
setKey(TKey) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryEntryProperty
Sets the key.
setKey(String) - Method in class microsoft.exchange.webservices.data.property.definition.GroupMemberPropertyDefinition
Sets the key.
setLegacyDN(String) - Method in class microsoft.exchange.webservices.data.autodiscover.AlternateMailbox
Sets the legacy dn.
setLegacyFreeBusyStatus(LegacyFreeBusyStatus) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Sets the legacy free busy status.
setLineNumber(int) - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Sets the line number.
setLocation(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Sets the location.
setLogAllWireBytes(boolean) - Static method in class microsoft.exchange.webservices.data.core.request.HangingServiceRequestBase
 
setLogicalOperator(LogicalOperator) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Sets the logical operator that links the serach filter in this collection.
setMailbox(String) - Method in class microsoft.exchange.webservices.data.misc.id.AlternateId
Sets the mailbox.
setmailboxSmtpAddress(String) - Method in class microsoft.exchange.webservices.data.core.request.GetInboxRulesRequest
sets the address of the mailbox from which to get the inbox rules.
setMailboxSmtpAddress(String) - Method in class microsoft.exchange.webservices.data.core.request.GetPasswordExpirationDateRequest
 
setMailboxSmtpAddress(String) - Method in class microsoft.exchange.webservices.data.core.request.UpdateInboxRulesRequest
Sets the address of the mailbox in which to update the inbox rules.
setMailboxType(MailboxType) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddress
Sets the type of the e-mail address.
setMajorBuildNumber(int) - Method in class microsoft.exchange.webservices.data.core.ExchangeServerInfo
Sets the major build number.
setMajorVersion(int) - Method in class microsoft.exchange.webservices.data.core.ExchangeServerInfo
Sets the major version.
setManager(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the manager.
setMarkAsRead(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
 
setMarkImportance(Importance) - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
 
setMaxChangesReturned(int) - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Sets the max changes returned.
setMaximumNonWorkHoursSuggestionsPerDay(int) - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Sets the maximum non work hours suggestions per day.
setMaximumPoolingConnections(int) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Sets the maximum number of connections for the pooling connection manager which is used for subscriptions.
setMaximumSize(Integer) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicateSizeRange
 
setMaximumSuggestionsPerDay(int) - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Sets the maximum suggestions per day.
setMaxItemsReturned(Integer) - Method in class microsoft.exchange.webservices.data.search.CalendarView
Sets the max item returned.
setMeetingDuration(int) - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Sets the meeting duration.
setMeetingRequestsDeliveryScope(MeetingRequestsDeliveryScope) - Method in class microsoft.exchange.webservices.data.core.request.AddDelegateRequest
Sets the meeting request delivery scope.
setMeetingRequestsDeliveryScope(MeetingRequestsDeliveryScope) - Method in class microsoft.exchange.webservices.data.core.request.UpdateDelegateRequest
Sets the meeting request delivery scope.
setMeetingWorkspaceUrl(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Sets the meeting workspace url.
setMergedFreeBusyInterval(int) - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Sets the merged free busy interval.
setMessage(String) - Method in class microsoft.exchange.webservices.data.misc.availability.OofReply
Sets the message.
setMessage(String) - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Sets the message.
setMessageDisposition(MessageDisposition) - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
Sets the message disposition.
setMiddleName(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the middle name.
setMileage(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the mileage.
setMileage(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Sets the mileage.
setMimeContent(MimeContent) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Sets the mime content.
setMinimumSize(Integer) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicateSizeRange
 
setMinimumSuggestionQuality(SuggestionQuality) - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Sets the minimum suggestion quality.
setMinorBuildNumber(int) - Method in class microsoft.exchange.webservices.data.core.ExchangeServerInfo
Sets the minor build number.
setMinorVersion(int) - Method in class microsoft.exchange.webservices.data.core.ExchangeServerInfo
Sets the minor version.
setMinutes(int) - Method in class microsoft.exchange.webservices.data.misc.Time
Sets the minutes.
setMonth(Month) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeYearlyPattern
Sets the month.
setMonth(Month) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.YearlyPattern
Sets the month.
setMoreAvailable(boolean) - Method in class microsoft.exchange.webservices.data.search.FindFoldersResults
Sets a value indicating whether more folder matching the search criteria. are available in the searched folder.
setMoreAvailable(boolean) - Method in class microsoft.exchange.webservices.data.search.FindItemsResults
Sets a value indicating whether more item matching the search criteria are available in the searched folder.
setMoreAvailable(boolean) - Method in class microsoft.exchange.webservices.data.search.GroupedFindItemsResults
Sets a value indicating whether more item corresponding to the search criteria are available in the searched folder.
setMoreChangesAvailable(boolean) - Method in class microsoft.exchange.webservices.data.sync.ChangeCollection
Sets the more changes available.
setMoveToFolder(FolderId) - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
 
setName(String) - Method in class microsoft.exchange.webservices.data.core.request.DeleteUserConfigurationRequest
Sets the name.
setName(String) - Method in class microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
Sets the name.
setName(String) - Method in class microsoft.exchange.webservices.data.misc.MobilePhone
 
setName(String) - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Sets the name.
setName(String) - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Sets the name.
setName(String) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddress
Sets the name associated with the e-mail address.
setName(String) - Method in class microsoft.exchange.webservices.data.property.complex.InternetMessageHeader
The name of the header.
setName(String) - Method in class microsoft.exchange.webservices.data.property.complex.MeetingTimeZone
Sets the name.
setName(String) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
Sets the name.
setName(String) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZonePeriod
Sets the name.
setName(String) - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinition
Sets the name of the property.
setNamespace(XmlNamespace) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Sets the namespace.
setNameToResolve(String) - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Sets the name to resolve.
setNetShowUrl(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Sets the net show url.
setNextPageOffset(Integer) - Method in class microsoft.exchange.webservices.data.search.FindFoldersResults
Sets the offset that should be used with FolderView to retrieve the next page of folder in a FindFolders operation.
setNextPageOffset(Integer) - Method in class microsoft.exchange.webservices.data.search.FindItemsResults
Sets the offset that should be used with ItemView to retrieve the next page of item in a FindItems operation.
setNextPageOffset(Integer) - Method in class microsoft.exchange.webservices.data.search.GroupedFindItemsResults
Sets the offset that should be used with ItemView to retrieve the next page of item in a FindItems operation.
setNickName(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the nick name.
setNodeType(int) - Method in class microsoft.exchange.webservices.data.security.XmlNodeType
Sets the node type.
setNotesFolderPermissionLevel(DelegateFolderPermissionLevel) - Method in class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
Sets the notes folder permission level.
setNotSentToMe(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setNumberOfOccurrences(Integer) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
Gets the number of occurrences after which the recurrence ends.
setNumberOfOccurrences(Integer) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.NumberedRecurrenceRange
sets the number of occurrences.
setObjectFromPropertyDefinition(PropertyDefinition, Object) - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Gets the value of a property.
setOccurrenceIndex(int) - Method in class microsoft.exchange.webservices.data.property.complex.AppointmentOccurrenceId
Sets the occurrence index.
setOfficeLocation(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the office location.
setOffset(TimeSpan) - Method in class microsoft.exchange.webservices.data.property.complex.TimeChange
Sets the offset since the beginning of the year when the change occurs.
setOffset(int) - Method in class microsoft.exchange.webservices.data.search.PagedView
Sets the offset.
setOffsetBasePoint(OffsetBasePoint) - Method in class microsoft.exchange.webservices.data.search.PagedView
Sets the base point of the offset.
setOldParentFolderId(FolderId) - Method in class microsoft.exchange.webservices.data.notification.NotificationEvent
Sets the oldParentFolderId.
setOnSerializeCustomSoapHeaders(List<ICustomXmlSerialization>) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Sets the on serialize custom soap headers.
setOofSettings(OofSettings) - Method in class microsoft.exchange.webservices.data.core.request.SetUserOofSettingsRequest
Sets the oof settings.
setOofSettings(OofSettings) - Method in class microsoft.exchange.webservices.data.core.response.GetUserOofSettingsResponse
Sets the oof settings.
setOperationByIndex(Iterator<RuleOperation>) - Method in class microsoft.exchange.webservices.data.property.complex.RuleOperationError
Set operation property by the index of a given opeation enumerator.
setOptions(AvailabilityOptions) - Method in class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Sets the options.
setOtherPropertyDefinition(PropertyDefinitionBase) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.RelationalFilter
Sets the definition of the property to compare with.
setOutlookRuleBlobExists(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RuleCollection
 
setOwner(ServiceObject) - Method in class microsoft.exchange.webservices.data.property.complex.AttachmentCollection
The owner of this attachment collection.
setOwner(ServiceObject) - Method in interface microsoft.exchange.webservices.data.property.complex.IOwnedProperty
Sets the owner.
setPageSize(int) - Method in class microsoft.exchange.webservices.data.search.PagedView
Sets the maximum number of item or folder the search operation should return.
setParameter(Node) - Method in class microsoft.exchange.webservices.data.core.request.ExecuteDiagnosticMethodRequest
Sets the parameter to the executing method.
setParentFolderId(FolderId) - Method in class microsoft.exchange.webservices.data.core.request.DeleteUserConfigurationRequest
Sets the parent folder id.
setParentFolderId(FolderId) - Method in class microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
Sets the parent folder id.
setParentFolderId(FolderId) - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Sets the parent folder id.
setParentFolderId(FolderId) - Method in class microsoft.exchange.webservices.data.notification.NotificationEvent
Sets the parentFolderId.
setParentItemId(String) - Method in class microsoft.exchange.webservices.data.core.request.CreateAttachmentRequest
Sets the parent item id.
setParse(IFunction<String, Object>) - Method in class microsoft.exchange.webservices.data.misc.MapiTypeConverterMapEntry
Sets the string parser.
setPassword(String) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Sets the password.
setPercentComplete(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Deprecated.
use Double parameter instead
setPercentComplete(Double) - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Sets the completion percentage of the task.
setPermanentDelete(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
 
setPermissionLevel(FolderPermissionLevel) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Sets the permission level.
setPhoneNumber(String) - Method in class microsoft.exchange.webservices.data.misc.MobilePhone
 
setPhoneNumber(PhoneNumberKey, String) - Method in class microsoft.exchange.webservices.data.property.complex.PhoneNumberDictionary
Sets the phone number.
setPhoneNumber(Object) - Method in class microsoft.exchange.webservices.data.property.complex.PhoneNumberEntry
Sets the phone number of the entry.
setPhysicalAddress(PhysicalAddressKey, PhysicalAddressEntry) - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressDictionary
Sets the physical address.
setPort(int) - Method in class microsoft.exchange.webservices.data.autodiscover.ProtocolConnection
Sets the port.
setPositionWithinLine(int) - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Sets the position within line.
setPostalAddressIndex(PhysicalAddressIndex) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the postal address index.
setPostalCode(String) - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
Sets the postal code.
setPreAuthenticate(boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Sets a value that indicates whether HTTP pre-authentication should be performed.
setPreAuthenticate(boolean) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Whether to use preemptive authentication.
setPreferredCulture(Locale) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Sets the preferred culture.
setPreferredCulture(DateTimePrecision) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Sets the DateTime precision for DateTime values returned from Exchange Web Services.
setPrimarySmtpAddress(String) - Method in class microsoft.exchange.webservices.data.property.complex.UserId
Sets the primary smtp address.
setPriority(int) - Method in class microsoft.exchange.webservices.data.property.complex.Rule
 
setProcessRightAway(boolean) - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
Sets ProcessRightAway
setProfession(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the profession.
setProperties(EnumSet<UserConfigurationProperties>) - Method in class microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
Sets the property.
setPropertyDefinition(PropertyDefinitionBase) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.PropertyBasedFilter
Sets the definition of the property that is involved in the search filter.
setPropertySet(PropertySet) - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderHierarchyRequest
Sets the property set.
setPropertySet(PropertySet) - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Sets the property set.
setPropertySet(PropertySet) - Method in class microsoft.exchange.webservices.data.search.ViewBase
Sets the property set.
setProxy(WebProxy) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Sets the Web Proxy.
setReadItems(FolderPermissionReadAccess) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Sets the read item.
SetReadState - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SetReadState.
setReadStateForItemsInConversation(FolderId, boolean) - Method in class microsoft.exchange.webservices.data.core.service.item.Conversation
Sets the read state of item in the specified conversation.
setReadStateForItemsInConversations(Iterable<HashMap<ConversationId, Date>>, FolderId, boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Sets the read state for item in conversation.
setReason(HangingRequestDisconnectReason) - Method in class microsoft.exchange.webservices.data.core.request.HangingRequestDisconnectEventArgs
Sets the reason that the user was disconnected.
setReceiveCopiesOfMeetingMessages(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.DelegateUser
Sets the receive copies of meeting messages.
setRecurrence(Recurrence) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Sets the recurrence.
setRecurrence(Recurrence) - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Sets the recurrence.
setRecurrence(Recurrence) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.RecurrenceRange
Sets the recurrence.
setRecurrence(TimeChangeRecurrence) - Method in class microsoft.exchange.webservices.data.property.complex.TimeChange
Sets the recurrence.
setRedirectionUrl(URI) - Method in class microsoft.exchange.webservices.data.autodiscover.response.AutodiscoverResponse
Sets the redirection url.
setRedirectionUrlValidationCallback(IAutodiscoverRedirectionUrl) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Sets the redirection url validation callback.
setRedirectTarget(String) - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetUserSettingsResponse
Sets the redirectionTarget (URL or email address).
setReferences(String) - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Sets the references.
setReminderDueBy(Date) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Sets the reminder due by.
setReminderMinutesBeforeStart(int) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Sets the reminder minutes before start.
setRemoveOutlookRuleBlob(boolean) - Method in class microsoft.exchange.webservices.data.core.request.UpdateInboxRulesRequest
Sets a value indicating whether or not to remove OutlookRuleBlob from the rule collection.
setRequestedBodyType(BodyType) - Method in class microsoft.exchange.webservices.data.core.PropertySet
Sets type of body that should be loaded on item.
setRequestedData(AvailabilityData) - Method in class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Sets the requested data.
setRequestedFreeBusyView(FreeBusyViewType) - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Sets the requested free busy view.
setRequestedVersion(ExchangeVersion) - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetDomainSettingsRequest
Sets the requestedVersion.
setRequestMethod(String) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Sets the request method type.
setRequireWSSecurityUtilityNamespace(boolean) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Sets a value indicating whether the SOAP message need WSSecurity Utility namespace.
setResponseCode(ServiceError) - Method in class microsoft.exchange.webservices.data.misc.SoapFaultDetails
Sets the response code.
setResponseCopy(ByteArrayOutputStream) - Method in class microsoft.exchange.webservices.data.misc.HangingTraceStream
Sets the response copy.
setReturnFullContactData(boolean) - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Sets the return full contact data.
setReturnNewItemIds(Boolean) - Method in class microsoft.exchange.webservices.data.core.request.MoveCopyItemRequest
 
setRoomList(EmailAddress) - Method in class microsoft.exchange.webservices.data.core.request.GetRoomsRequest
Sets the room list.
setRoutingType(String) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddress
Sets the routing type associated with the e-mail address.
setRoutingType(String) - Method in class microsoft.exchange.webservices.data.property.complex.Mailbox
Sets the routing type.
setRule(Rule) - Method in class microsoft.exchange.webservices.data.property.complex.CreateRuleOperation
 
setRule(Rule) - Method in class microsoft.exchange.webservices.data.property.complex.SetRuleOperation
Sets the rule to be updated.
setRuleId(String) - Method in class microsoft.exchange.webservices.data.property.complex.DeleteRuleOperation
 
SetRuleOperation - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SetRuleOperation.
SetRuleOperation - Class in microsoft.exchange.webservices.data.property.complex
Represents an operation to update an existing rule.
SetRuleOperation() - Constructor for class microsoft.exchange.webservices.data.property.complex.SetRuleOperation
Initializes a new instance of the SetRuleOperation class.
SetRuleOperation(Rule) - Constructor for class microsoft.exchange.webservices.data.property.complex.SetRuleOperation
Initializes a new instance of the SetRuleOperation class.
setSavedCopyDestinationFolderId(FolderId) - Method in class microsoft.exchange.webservices.data.core.request.SendItemRequest
Sets the saved copy destination folder id.
setSavedItemsDestinationFolder(FolderId) - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
Sets the saved item destination folder.
setSearchFilter(SearchFilter) - Method in class microsoft.exchange.webservices.data.property.complex.SearchFolderParameters
Sets the search filter.
setSearchFilter(SearchFilter) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.Not
Sets the search filter to negate.
setSearchFilter(int, SearchFilter) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Sets the search filter at the specified index.
setSearchLocation(ResolveNameSearchLocation) - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Sets the search location.
setSeconds(int) - Method in class microsoft.exchange.webservices.data.misc.Time
Sets the seconds.
setSecurityToken(String) - Method in class microsoft.exchange.webservices.data.credential.WSSecurityBasedCredentials
Sets the security token.
setSendCancellationsMode(SendCancellationsMode) - Method in class microsoft.exchange.webservices.data.core.request.DeleteItemRequest
Sets the send cancellations mode.
setSender(EmailAddress) - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Sets the sender.
setSender(EmailAddress) - Method in class microsoft.exchange.webservices.data.core.service.item.PostItem
Sets the sender.
setSender(EmailAddress) - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage
Sets the sender.
setSendInvitationsOrCancellationsMode(SendInvitationsOrCancellationsMode) - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
Sets the send invitations or cancellations mode.
setSensitivity(Sensitivity) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Sets the sensitivity.
setSensitivity(Sensitivity) - Method in class microsoft.exchange.webservices.data.core.service.response.CalendarResponseMessage
Sets the sensitivity.
setSensitivity(Sensitivity) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setSentCcMe(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setSentOnlyToMe(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setSentToMe(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setSentToOrCcMe(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
 
setServer(String) - Method in class microsoft.exchange.webservices.data.autodiscover.AlternateMailbox
Sets the server.
setServerInfo(ExchangeServerInfo) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Sets information associated with the server that processed the last request.
setServerReplyWithMessage(ItemId) - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
 
setService(ExchangeService) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlReader
Sets the service.
setService(ExchangeService) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Sets the service.
setServiceObject(ServiceObject) - Method in class microsoft.exchange.webservices.data.sync.Change
Sets the service object.
setServiceRequest(ServiceRequestBase) - Method in class microsoft.exchange.webservices.data.core.WebAsyncCallStateAnchor
 
setServiceRequestBase(ServiceRequestBase) - Method in class microsoft.exchange.webservices.data.misc.AsyncRequestResult
 
setSettingName(String) - Method in class microsoft.exchange.webservices.data.autodiscover.exception.error.UserSettingError
 
setSettings(List<DomainSettingName>) - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetDomainSettingsRequest
Sets the settings.
setSettings(List<UserSettingName>) - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
Sets the settings.
setSettings(Map<UserSettingName, Object>) - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetUserSettingsResponse
Sets the requested settings for the user.
setSID(String) - Method in class microsoft.exchange.webservices.data.property.complex.UserId
Sets the sID.
setSimplePropertyBag(TKey, Object) - Method in class microsoft.exchange.webservices.data.core.SimplePropertyBag
Sets the simple property bag.
setSmtpAddress(String) - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetUserSettingsResponse
Sets the smtp address.
setSmtpAddress(String) - Method in class microsoft.exchange.webservices.data.core.request.GetUserOofSettingsRequest
Sets the smtp address.
setSmtpAddress(String) - Method in class microsoft.exchange.webservices.data.core.request.SetUserOofSettingsRequest
Sets the smtp address.
setSmtpAddress(String) - Method in class microsoft.exchange.webservices.data.misc.availability.AttendeeInfo
Sets the smtp address.
setSmtpAddresses(List<String>) - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
Sets the smtp addresses.
setSortDirection(SortDirection) - Method in class microsoft.exchange.webservices.data.search.Grouping
Sets the Sort Direction.
setSpouseName(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the spouse name.
setStandard(TimeChange) - Method in class microsoft.exchange.webservices.data.property.complex.MeetingTimeZone
Sets the standard.
setStandardDisplayName(String) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup.CustomTimeZoneCreateParams
Sets the standard display name.
setStandardUser(StandardUser) - Method in class microsoft.exchange.webservices.data.property.complex.UserId
Sets the standard user.
setStart(Date) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Sets the start.
setStart(Date) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicateDateRange
 
setStartDate(Date) - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Sets the start date.
setStartDate(Date) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
sets the date and time when the recurrence start.
setStartDate(Date) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.RecurrenceRange
Sets the start date.
setStartDate(Date) - Method in class microsoft.exchange.webservices.data.search.CalendarView
Sets the start date.
setStartTime(Date) - Method in class microsoft.exchange.webservices.data.misc.availability.TimeWindow
Sets the start time.
setStartTimeZone(TimeZoneDefinition) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Sets the start time zone.
setState(OofState) - Method in class microsoft.exchange.webservices.data.property.complex.availability.OofSettings
Sets the user's OOF state.
setState(String) - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
Sets the state.
setStatus(TaskStatus) - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Sets the status.
setStopProcessingRules(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
 
setStreet(String) - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
Sets the street.
setString(int, Object) - Method in class microsoft.exchange.webservices.data.property.complex.StringList
Sets the string at the specified index.
setSubject(String) - Method in class microsoft.exchange.webservices.data.core.service.item.ContactGroup
Sets the subject.
setSubject(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Sets the subject.
setSubject(String) - Method in class microsoft.exchange.webservices.data.core.service.response.PostReply
Sets the subject.
setSubject(String) - Method in class microsoft.exchange.webservices.data.core.service.response.ResponseMessage
Sets the subject.
setSubscription(StreamingSubscription) - Method in class microsoft.exchange.webservices.data.notification.NotificationEventArgs
Sets the events that were received.
setSubscription(StreamingSubscription) - Method in class microsoft.exchange.webservices.data.notification.SubscriptionErrorEventArgs
Sets the subscription for which an error occurred.
setSubscriptionId(String) - Method in class microsoft.exchange.webservices.data.core.request.GetEventsRequest
Sets the subscriptionId.
setSubscriptionId(String) - Method in class microsoft.exchange.webservices.data.core.request.UnsubscribeRequest
Sets the subscription id.
setSuggestionsResponse(SuggestionsResponse) - Method in class microsoft.exchange.webservices.data.misc.availability.GetUserAvailabilityResults
Sets the suggestions response.
setSurname(String) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the surname.
setSyncFolderId(FolderId) - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderHierarchyRequest
Sets the sync folder id.
setSyncFolderId(FolderId) - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Sets the sync folder id.
setSyncScope(SyncFolderItemsScope) - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Sets the sync scope.
setSyncState(String) - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderHierarchyRequest
Sets the sync state.
setSyncState(String) - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Sets the sync state.
setSyncState(String) - Method in class microsoft.exchange.webservices.data.sync.ChangeCollection
Sets the sync state.
setTasksFolderPermissionLevel(DelegateFolderPermissionLevel) - Method in class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
Sets the tasks folder permission level.
setText(String) - Method in class microsoft.exchange.webservices.data.property.complex.MessageBody
Sets the text of the message body.
setTime(Time) - Method in class microsoft.exchange.webservices.data.property.complex.TimeChange
Sets the time.
setTimeout(int) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Sets the timeout used when sending HTTP request and when receiving HTTP respones, in milliseconds.
setTimeout(int) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Sets the timeout.
setTimeOut(int) - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToPullNotificationsRequest
Sets the time out.
setTimeWindow(TimeWindow) - Method in class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Sets the time window.
setTimeZoneHeaderEmitted(boolean) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Sets a value indicating whether the time zone SOAP header was emitted through this writer.
setTimeZoneName(String) - Method in class microsoft.exchange.webservices.data.property.complex.TimeChange
Sets the name of the associated time zone.
Setting - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Setting.
SettingName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SettingName.
setTItem(TItem) - Method in class microsoft.exchange.webservices.data.property.complex.GenericItemAttachment
Sets the t item.
setTotalCount(int) - Method in class microsoft.exchange.webservices.data.search.FindFoldersResults
Sets the total number of folder.
setTotalCount(int) - Method in class microsoft.exchange.webservices.data.search.FindItemsResults
Sets the total number of item matching the search criteria available in the searched folder.
setTotalCount(int) - Method in class microsoft.exchange.webservices.data.search.GroupedFindItemsResults
Gets the total number of item matching the search criteria available in the searched folder.
setTotalWork(Integer) - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Sets the total work.
setTraceEnabled(boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Sets a value indicating whether tracing is enabled.
setTraceFlags(EnumSet<TraceFlags>) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Sets the trace flags.
setTraceListener(ITraceListener) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Sets the trace listener.
setTraversal(SearchFolderTraversal) - Method in class microsoft.exchange.webservices.data.property.complex.SearchFolderParameters
Sets the traversal.
setTraversal(ItemTraversal) - Method in class microsoft.exchange.webservices.data.search.CalendarView
Sets the traversal.
setTraversal(FolderTraversal) - Method in class microsoft.exchange.webservices.data.search.FolderView
Sets the search traversal mode.
setTraversal(ItemTraversal) - Method in class microsoft.exchange.webservices.data.search.ItemView
Sets the traversal.
setType(String) - Method in class microsoft.exchange.webservices.data.autodiscover.AlternateMailbox
Sets the type.
setType(Class<?>) - Method in class microsoft.exchange.webservices.data.misc.MapiTypeConverterMapEntry
Sets the type.
setUniqueId(String) - Method in class microsoft.exchange.webservices.data.misc.id.AlternateId
Sets the unique id.
setUniqueId(String) - Method in class microsoft.exchange.webservices.data.property.complex.ServiceId
Sets the unique Id of the Exchange object.
setupRecurrence(Recurrence) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.EndDateRecurrenceRange
Setups the recurrence.
setupRecurrence(Recurrence) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.NoEndRecurrenceRange
Setups the recurrence.
setupRecurrence(Recurrence) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.NumberedRecurrenceRange
Setups the recurrence.
setupRecurrence(Recurrence) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.RecurrenceRange
Setup the recurrence.
setUrl(URI) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Sets the url this service is bound to.
setUrl(String) - Method in class microsoft.exchange.webservices.data.autodiscover.WebClientUrl
Sets the url.
setUrl(URI) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Sets the URL of the Exchange Web Services.
setUrl(URL) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Sets the url.
setUrl(URI) - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToPushNotificationsRequest
Sets the url.
setUseDefaultCredentials(boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Sets a value indicating whether the credential of the user currently logged into Windows should be used to authenticate with the Exchange Web Services.
setUseDefaultCredentials(boolean) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Sets the use default credential.
setUserAgent(String) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Sets the user agent.
setUserAgent(String) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Sets the user agent.
setUserConfiguration(UserConfiguration) - Method in class microsoft.exchange.webservices.data.core.request.CreateUserConfigurationRequest
Sets the user configuration.
setUserConfiguration(UserConfiguration) - Method in class microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
Sets the user configuration.
setUserConfiguration(UserConfiguration) - Method in class microsoft.exchange.webservices.data.core.request.UpdateUserConfigurationRequest
Sets the user configuration.
setUserId(UserId) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Sets the user id.
setUsername(String) - Method in class microsoft.exchange.webservices.data.core.request.HttpWebRequest
Sets the user name.
setUserOofSettings(String, OofSettings) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Sets Out of Office (OOF) settings for a specific user.
SetUserOofSettingsRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a SetUserOofSettings request.
SetUserOofSettingsRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.SetUserOofSettingsRequest
Initializes a new instance of the class.
SetUserOofSettingsRequest - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SetUserOofSettingsRequest.
SetUserOofSettingsResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SetUserOofSettingsResponse.
setUserSettingErrors(Collection<UserSettingError>) - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetUserSettingsResponse
Sets the requested settings for the user.
setValue(Object) - Method in class microsoft.exchange.webservices.data.property.complex.ExtendedProperty
Sets the value of the extended property.
setValue(String) - Method in class microsoft.exchange.webservices.data.property.complex.InternetMessageHeader
Sets the value.
setValue(String) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.ContainsSubstring
sets the value to compare the specified property with.
setValue(Object) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.RelationalFilter
Sets the value of the property to compare with.
setVerb(String) - Method in class microsoft.exchange.webservices.data.core.request.ExecuteDiagnosticMethodRequest
Sets the verb of the method to execute.
setVersionString(String) - Method in class microsoft.exchange.webservices.data.core.ExchangeServerInfo
Sets the version string.
setViewPrivateItems(boolean) - Method in class microsoft.exchange.webservices.data.property.complex.DelegateUser
Gets a value indicating if the delegate user should be able to view the principal's private item.
setWatermark(String) - Method in class microsoft.exchange.webservices.data.core.request.GetEventsRequest
Sets the watermark.
setWaterMark(String) - Method in class microsoft.exchange.webservices.data.notification.SubscriptionBase
Sets the water mark.
setWebProxy(WebProxy) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Sets the web proxy that should be used when sending request to EWS.
setWeddingAnniversary(Date) - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Sets the wedding anniversary.
setXmlData(byte[]) - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Sets the xml data.
Shallow - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Shallow.
SharingUrl - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SharingUrl.
shouldWriteToXml() - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Determine whether we should write collection to XML or not.
shouldWriteToXml() - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressCollection
Determine whether we should write collection to XML or not.
SID - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SID.
sign(ByteArrayOutputStream) - Method in class microsoft.exchange.webservices.data.credential.ExchangeCredentials
Add the signature element to the memory stream.
SimplePropertyBag<TKey> - Class in microsoft.exchange.webservices.data.core
Represents a simple property bag.
SimplePropertyBag() - Constructor for class microsoft.exchange.webservices.data.core.SimplePropertyBag
Initializes a new instance of the class.
SimpleServiceRequestBase<T> - Class in microsoft.exchange.webservices.data.core.request
Defines the SimpleServiceRequestBase class.
SimpleServiceRequestBase(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.SimpleServiceRequestBase
Initializes a new instance of the SimpleServiceRequestBase class.
SIPResponseCode - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SIPResponseCode.
SIPResponseText - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SIPResponseText.
Size - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the Size property.
Size - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the Size property.
Size - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Size.
skipCurrentElement() - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Skips the current element.
skipElement(String, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Skips the element.
skipElement(XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Skips the element.
SMTPADDRESS_DISTRIBUTION_GROUP - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
SMTPADDRESS_ROOM - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
SmtpRoutingType - Static variable in class microsoft.exchange.webservices.data.property.complex.EmailAddress
The Constant SmtpRoutingType.
SOAPBodyElementName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SOAPBodyElementName.
SOAPDetailElementName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SOAPDetailElementName.
SOAPEnvelopeElementName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SOAPEnvelopeElementName.
SOAPFaultActorElementName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SOAPFaultActorElementName.
SOAPFaultCodeElementName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SOAPFaultCodeElementName.
SoapFaultDetails - Class in microsoft.exchange.webservices.data.misc
Represents SoapFault details.
SoapFaultDetails() - Constructor for class microsoft.exchange.webservices.data.misc.SoapFaultDetails
 
SOAPFaultElementName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SOAPFaultElementName.
SOAPFaultStringElementName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SOAPFaultStringElementName.
SOAPHeaderElementName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SOAPHeaderElementName.
SoftDeleted - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SoftDeleted.
SortDirection - Enum in microsoft.exchange.webservices.data.core.enumeration.search
Defines a sort direction.
SortOrder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SortOrder.
SourceIds - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SourceIds.
SpouseName - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the SpouseName property.
SpouseName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SpouseName.
SRVRECORD - Static variable in class microsoft.exchange.webservices.data.EWSConstants
The Constant SRVRECORD.
Ssl - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Ssl.
Standard - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Standard.
StandardPeriodId - Variable in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
The Standard period id.
StandardPeriodId - Static variable in class microsoft.exchange.webservices.data.property.complex.time.TimeZonePeriod
The Constant StandardPeriodId.
StandardPeriodName - Variable in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
The Standard period name.
StandardPeriodName - Static variable in class microsoft.exchange.webservices.data.property.complex.time.TimeZonePeriod
The Constant StandardPeriodName.
StandardTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant StandardTime.
StandardUser - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines a standard delegate user.
Start - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant Start.
Start - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the Start property.
Start - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Start.
StartDate - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the StartDate property.
StartDate - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant StartDate.
StartDate - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant StartDate.
StartDateTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant StartDateTime.
StartTime - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant StartTime.
StartTimeInMinutes - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant StartTimeInMinutes.
StartTimeZone - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant StartTimeZone.
StartTimeZone - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the StartTimeZone property.
StartTimeZone - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant StartTimeZone.
StartTimeZonePropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents a property definition for property of type TimeZoneInfo.
StartTimeZonePropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.StartTimeZonePropertyDefinition
Initializes a new instance of the StartTimeZonePropertyDefinition class.
State - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant State.
Status - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the Status property.
Status - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Status.
StatusDescription - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the StatusDescription property.
StatusDescription - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant StatusDescription.
StatusEvent - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant StatusEvent.
StatusFrequency - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant StatusFrequency.
StopProcessingRules - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant StopProcessingRules.
StorageQuota - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant StorageQuota.
StoreEntryId - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the StoreEntryId property.
StoreEntryId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant StoreEntryId.
StreamingSubscription - Class in microsoft.exchange.webservices.data.notification
Represents a streaming subscription.
StreamingSubscription(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.notification.StreamingSubscription
 
StreamingSubscriptionConnection - Class in microsoft.exchange.webservices.data.notification
Represents a connection to an ongoing stream of events.
StreamingSubscriptionConnection(ExchangeService, int) - Constructor for class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
Initializes a new instance of the StreamingSubscriptionConnection class.
StreamingSubscriptionConnection(ExchangeService, Iterable<StreamingSubscription>, int) - Constructor for class microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection
Initializes a new instance of the StreamingSubscriptionConnection class.
StreamingSubscriptionConnection.INotificationEventDelegate - Interface in microsoft.exchange.webservices.data.notification
 
StreamingSubscriptionConnection.ISubscriptionErrorDelegate - Interface in microsoft.exchange.webservices.data.notification
 
StreamingSubscriptionRequest - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant StreamingSubscriptionRequest.
Street - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Street.
String - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant String.
StringList - Class in microsoft.exchange.webservices.data.property.complex
Represents a list of strings.
StringList() - Constructor for class microsoft.exchange.webservices.data.property.complex.StringList
Initializes a new instance of the "StringList" class.
StringList(Iterable<String>) - Constructor for class microsoft.exchange.webservices.data.property.complex.StringList
Initializes a new instance of the class.
StringList(String) - Constructor for class microsoft.exchange.webservices.data.property.complex.StringList
Initializes a new instance of the "StringList" class.
StringPropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents String property definition.
StringPropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.StringPropertyDefinition
Initializes a new instance of the "StringPropertyDefinition" class.
StringSetting - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant StringSetting.
StringToObject() - Constructor for class microsoft.exchange.webservices.data.misc.IFunctions.StringToObject
 
Subject - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the Subject property.
Subject - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Subject.
submit(Callable<T>, AsyncCallback) - Method in class microsoft.exchange.webservices.data.misc.AsyncExecutor
 
Subscribe - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Subscribe.
SubscribeResponse<TSubscription extends SubscriptionBase> - Class in microsoft.exchange.webservices.data.core.response
Represents the base response class to subscription creation operations.
SubscribeResponse(TSubscription) - Constructor for class microsoft.exchange.webservices.data.core.response.SubscribeResponse
Initializes a new instance of the SubscribeResponse<TSubscription class.
SubscribeResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SubscribeResponse.
SubscribeResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SubscribeResponseMessage.
SubscribeToAllFolders - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant SubscribeToAllFolders.
subscribeToPullNotifications(Iterable<FolderId>, int, String, EventType...) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Subscribes to pull notification.
subscribeToPullNotificationsOnAllFolders(int, String, EventType...) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Subscribes to pull notification on all folder in the authenticated user's mailbox.
SubscribeToPullNotificationsRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a "pull" Subscribe request.
SubscribeToPullNotificationsRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.SubscribeToPullNotificationsRequest
Instantiates a new subscribe to pull notification request.
subscribeToPushNotifications(Iterable<FolderId>, URI, int, String, EventType...) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Subscribes to push notification.
subscribeToPushNotificationsOnAllFolders(URI, int, String, EventType...) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Subscribes to push notification on all folder in the authenticated user's mailbox.
SubscribeToPushNotificationsRequest - Class in microsoft.exchange.webservices.data.core.request
The Class SubscribeToPushNotificationsRequest.
SubscribeToPushNotificationsRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.SubscribeToPushNotificationsRequest
Instantiates a new subscribe to push notification request.
subscribeToStreamingNotifications(Iterable<FolderId>, EventType...) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Subscribes to streaming notification.
subscribeToStreamingNotificationsOnAllFolders(EventType...) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Subscribes to streaming notification on all folder in the authenticated user's mailbox.
SubscribeToStreamingNotificationsRequest - Class in microsoft.exchange.webservices.data.core.request
Defines the SubscribeToStreamingNotificationsRequest class.
SubscribeToStreamingNotificationsRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.SubscribeToStreamingNotificationsRequest
Initializes a new instance of the SubscribeToStreamingNotificationsRequest class.
SubscriptionBase - Class in microsoft.exchange.webservices.data.notification
Represents the base class for event subscriptions.
SubscriptionBase(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.notification.SubscriptionBase
Instantiates a new subscription base.
SubscriptionBase(ExchangeService, String) - Constructor for class microsoft.exchange.webservices.data.notification.SubscriptionBase
Instantiates a new subscription base.
SubscriptionBase(ExchangeService, String, String) - Constructor for class microsoft.exchange.webservices.data.notification.SubscriptionBase
Instantiates a new subscription base.
subscriptionErrorDelegate(Object, SubscriptionErrorEventArgs) - Method in interface microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection.ISubscriptionErrorDelegate
Represents a delegate that is invoked when an error occurs within a streaming subscription connection.
SubscriptionErrorEventArgs - Class in microsoft.exchange.webservices.data.notification
Provides data to a StreamingSubscriptionConnection's OnSubscriptionError and OnDisconnect events.
SubscriptionErrorEventArgs(StreamingSubscription, Exception) - Constructor for class microsoft.exchange.webservices.data.notification.SubscriptionErrorEventArgs
Initializes a new instance of the SubscriptionErrorEventArgs class.
SubscriptionId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SubscriptionId.
subscriptionId - Variable in class microsoft.exchange.webservices.data.notification.GetStreamingEventsResults.NotificationGroup
Subscription Id
SubscriptionIds - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SubscriptionId.
subtract(Date, Date) - Static method in class microsoft.exchange.webservices.data.misc.TimeSpan
Subtracts two Date objects creating a new TimeSpan object.
subtract(TimeSpan) - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Subtracts a TimeSpan from this TimeSpan.
subtract(int, long) - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Subtracts a number of units from this TimeSpan.
Suffix - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Suffix.
Suggestion - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Suggestion.
Suggestion - Class in microsoft.exchange.webservices.data.property.complex.availability
Represents a suggestion for a specific date.
Suggestion() - Constructor for class microsoft.exchange.webservices.data.property.complex.availability.Suggestion
Initializes a new instance of the Suggestion class.
SuggestionArray - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SuggestionArray.
SuggestionDayResult - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SuggestionDayResult.
SuggestionDayResultArray - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SuggestionDayResultArray.
SuggestionQuality - Enum in microsoft.exchange.webservices.data.core.enumeration.availability
Defines the quality of an availability suggestion.
SuggestionQuality - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SuggestionQuality.
SuggestionsResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the base response class to subscription creation operations.
SuggestionsResponse() - Constructor for class microsoft.exchange.webservices.data.core.response.SuggestionsResponse
Initializes a new instance of the SuggestionsResponse class.
SuggestionsResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SuggestionsResponse.
SuggestionsViewOptions - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SuggestionsViewOptions.
suppressReadReceipt() - Method in class microsoft.exchange.webservices.data.core.service.item.EmailMessage
Suppresses the read receipt on the message.
SuppressReadReceipt - Class in microsoft.exchange.webservices.data.core.service.response
Represents a response object created to supress read receipts for an item.
SuppressReadReceipt(Item) - Constructor for class microsoft.exchange.webservices.data.core.service.response.SuppressReadReceipt
Initializes a new instance of the class.
SuppressReadReceipt - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SuppressReadReceipt.
Surname - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the Surname property.
Surname - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Surname.
syncFolderHierarchy(FolderId, PropertySet, String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Synchronizes the sub-folder of a specific folder.
syncFolderHierarchy(PropertySet, String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Synchronizes the entire folder hierarchy of the mailbox this Service is connected to.
SyncFolderHierarchy - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SyncFolderHierarchy.
SyncFolderHierarchyRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a SyncFolderHierarchy request.
SyncFolderHierarchyRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.SyncFolderHierarchyRequest
Initializes a new instance of the class.
SyncFolderHierarchyResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a folder synchronization operation.
SyncFolderHierarchyResponse(PropertySet) - Constructor for class microsoft.exchange.webservices.data.core.response.SyncFolderHierarchyResponse
Represents the response to a folder synchronization operation.
SyncFolderHierarchyResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SyncFolderHierarchyResponse.
SyncFolderHierarchyResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SyncFolderHierarchyResponseMessage.
SyncFolderId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SyncFolderId.
syncFolderItems(FolderId, PropertySet, Iterable<ItemId>, int, SyncFolderItemsScope, String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Synchronizes the item of a specific folder.
SyncFolderItems - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SyncFolderItems.
SyncFolderItemsRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a SyncFolderItems request.
SyncFolderItemsRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Initializes a new instance of the class.
SyncFolderItemsResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a folder item synchronization operation.
SyncFolderItemsResponse(PropertySet) - Constructor for class microsoft.exchange.webservices.data.core.response.SyncFolderItemsResponse
Initializes a new instance of the class.
SyncFolderItemsResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SyncFolderItemsResponse.
SyncFolderItemsResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SyncFolderItemsResponseMessage.
SyncFolderItemsScope - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Determines item to be included in a SyncFolderItems response.
SyncResponse<TServiceObject extends ServiceObject,TChange extends Change> - Class in microsoft.exchange.webservices.data.core.response
Represents the base response class for synchronuization operations.
SyncResponse(PropertySet) - Constructor for class microsoft.exchange.webservices.data.core.response.SyncResponse
Initializes a new instance of the class.
SyncScope - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SyncScope.
SyncState - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant SyncState.

T

Task - Class in microsoft.exchange.webservices.data.core.service.item
Represents a Task item.
Task(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.item.Task
Initializes an unsaved local instance of Task.To bind to an existing task, use Task.Bind() instead.
Task(ItemAttachment) - Constructor for class microsoft.exchange.webservices.data.core.service.item.Task
Initializes a new instance of the class.
Task - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Task.
TaskDelegationState - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines the delegation state of a task.
TaskDelegationStatePropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents a task delegation property definition.
TaskDelegationStatePropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.TaskDelegationStatePropertyDefinition
Initializes a new instance of the "TaskDelegationStatePropertyDefinition" class.
TaskDelegationStatePropertyDefinition.Status - Enum in microsoft.exchange.webservices.data.property.definition
The Enum Status.
TaskMode - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Defines the modes of a Task.
TaskSchema - Class in microsoft.exchange.webservices.data.core.service.schema
Represents the schema for task item.
TasksFolder - Class in microsoft.exchange.webservices.data.core.service.folder
Represents a folder containing task item.
TasksFolder(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.service.folder.TasksFolder
Initializes an unsaved local instance of the class.
TasksFolder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant TasksFolder.
TasksFolderPermissionLevel - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant TasksFolderPermissionLevel.
TaskStatus - Enum in microsoft.exchange.webservices.data.core.enumeration.service
Defines the execution status of a task.
Telex - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the Telex property.
TentativelyAcceptItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant TentativelyAcceptItem.
THREAD_SLEEP_MILLSEC - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
throwIfNecessary() - Method in class microsoft.exchange.webservices.data.core.response.ServiceResponse
Throws a ServiceResponseException if this response has its Result property set to Error.
throwIfNotSupportedByRequestedServerVersion() - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Throw exception if request is not supported in requested server version.
throwIfThisIsAttachment() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Throws exception if this is attachment.
throwIfThisIsNew() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Throws exception if this is a new service object.
throwIfThisIsNotNew() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Throws exception if this is not a new service object.
throwIfThisIsNotNew() - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Throws exception if this is not a new service object.
Time - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Time.
Time - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Time.
Time - Class in microsoft.exchange.webservices.data.misc
Represents time.
Time() - Constructor for class microsoft.exchange.webservices.data.misc.Time
Initializes a new instance of Time.
Time(int) - Constructor for class microsoft.exchange.webservices.data.misc.Time
Initializes a new instance of Time.
Time(Date) - Constructor for class microsoft.exchange.webservices.data.misc.Time
Initializes a new instance of Time.
Time(int, int, int) - Constructor for class microsoft.exchange.webservices.data.misc.Time
Initializes a new instance of Time.
TimeChange - Class in microsoft.exchange.webservices.data.property.complex
Represents a change of time for a time zone.
TimeChange() - Constructor for class microsoft.exchange.webservices.data.property.complex.TimeChange
Initializes a new instance of the "TimeChange" class.
TimeChange(TimeSpan) - Constructor for class microsoft.exchange.webservices.data.property.complex.TimeChange
Initializes a new instance of the class.
TimeChange(TimeSpan, Time) - Constructor for class microsoft.exchange.webservices.data.property.complex.TimeChange
Initializes a new instance of the "TimeChange" class.
TimeOffset - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant TimeOffset.
Timeout - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Timeout.
TimeSpan - Class in microsoft.exchange.webservices.data.misc
The Class TimeSpan.
TimeSpan(long) - Constructor for class microsoft.exchange.webservices.data.misc.TimeSpan
Creates a new instance of TimeSpan based on the number of milliseconds entered.
TimeSpan(int, long) - Constructor for class microsoft.exchange.webservices.data.misc.TimeSpan
Creates a new TimeSpan object based on the unit and value entered.
TimeSpanPropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents TimeSpan property definition.
TimeSpanPropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.TimeSpanPropertyDefinition
Initializes a new instance of the "TimeSpanPropertyDefinition" class.
timeSpanToXSTime(TimeSpan) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Time span to xs time.
TimeStamp - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant TimeStamp.
TimeSuggestion - Class in microsoft.exchange.webservices.data.property.complex.availability
Represents an availability time suggestion.
TimeSuggestion() - Constructor for class microsoft.exchange.webservices.data.property.complex.availability.TimeSuggestion
Initializes a new instance of the TimeSuggestion class.
TimeWindow - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant TimeWindow.
TimeWindow - Class in microsoft.exchange.webservices.data.misc.availability
Represents a time period.
TimeWindow() - Constructor for class microsoft.exchange.webservices.data.misc.availability.TimeWindow
Initializes a new instance of the "TimeWindow" class.
TimeWindow(Date, Date) - Constructor for class microsoft.exchange.webservices.data.misc.availability.TimeWindow
Initializes a new instance of the "TimeWindow" class.
TimeZone - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant TimeZone.
TimeZone - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the TimeZone property.
TimeZone - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant TimeZone.
TimeZoneContext - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant TimeZoneContext.
TimeZoneConversionException - Exception in microsoft.exchange.webservices.data.core.exception.service.local
Represents an error that occurs when a date and time cannot be converted from one time zone to another.
TimeZoneConversionException() - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.TimeZoneConversionException
ServiceLocalException Constructor.
TimeZoneConversionException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.TimeZoneConversionException
ServiceLocalException Constructor.
TimeZoneConversionException(String, Exception) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.local.TimeZoneConversionException
ServiceLocalException Constructor.
TimeZoneDefinition - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant TimeZoneDefinition.
TimeZoneDefinition - Class in microsoft.exchange.webservices.data.property.complex.time
Represents a time zone as defined by the EWS schema.
TimeZoneDefinition() - Constructor for class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
Initializes a new instance of the TimeZoneDefinition class.
TimeZoneDefinitions - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant TimeZoneDefinitions.
TimeZoneName - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant TimeZoneName.
TimeZonePeriod - Class in microsoft.exchange.webservices.data.property.complex.time
Represents a time zone period as defined in the EWS schema.
TimeZonePeriod() - Constructor for class microsoft.exchange.webservices.data.property.complex.time.TimeZonePeriod
Initializes a new instance of the TimeZonePeriod class.
TimeZonePropertyDefinition - Class in microsoft.exchange.webservices.data.property.definition
Represents a property definition for property of type TimeZoneInfo.
TimeZonePropertyDefinition(String, String, EnumSet<PropertyDefinitionFlags>, ExchangeVersion) - Constructor for class microsoft.exchange.webservices.data.property.definition.TimeZonePropertyDefinition
Initializes a new instance of the TimeZonePropertyDefinition class.
TimeZoneTransition - Class in microsoft.exchange.webservices.data.property.complex.time
Represents the base class for all time zone transitions.
TimeZoneTransition(TimeZoneDefinition) - Constructor for class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransition
Initializes a new instance of the class.
TimeZoneTransition(TimeZoneDefinition, TimeZoneTransitionGroup) - Constructor for class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransition
Initializes a new instance of the class.
TimeZoneTransition(TimeZoneDefinition, TimeZonePeriod) - Constructor for class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransition
Initializes a new instance of the class.
TimeZoneTransitionGroup - Class in microsoft.exchange.webservices.data.property.complex.time
Represents a group of time zone period transitions.
TimeZoneTransitionGroup(TimeZoneDefinition) - Constructor for class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup
Initializes a new instance of the class.
TimeZoneTransitionGroup(TimeZoneDefinition, String) - Constructor for class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup
Initializes a new instance of the class.
TimeZoneTransitionGroup.CustomTimeZoneCreateParams - Class in microsoft.exchange.webservices.data.property.complex.time
The Class CustomTimeZoneCreateParams.
TimeZoneUtils - Class in microsoft.exchange.webservices.data.util
Miscellany timezone functions
Title - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Title.
To - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant To.
ToBoolean() - Constructor for class microsoft.exchange.webservices.data.misc.IFunctions.ToBoolean
 
ToFolderId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ToFolderId.
TokenCredentials - Class in microsoft.exchange.webservices.data.credential
TokenCredentials provides credential if you already have a token.
TokenCredentials(String) - Constructor for class microsoft.exchange.webservices.data.credential.TokenCredentials
Initializes a new instance of the TokenCredentials class.
ToLowerCase() - Constructor for class microsoft.exchange.webservices.data.misc.IFunctions.ToLowerCase
 
TooBigGroupAttendeeConflictData - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant TooBigGroupAttendeeConflictData.
Topic - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the Topic property.
ToRecipients - Static variable in class microsoft.exchange.webservices.data.core.service.schema.EmailMessageSchema
Defines the ToRecipients property.
ToRecipients - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ToRecipients.
toString() - Method in class microsoft.exchange.webservices.data.core.ExchangeServerInfo
Override ToString method.
toString() - Method in class microsoft.exchange.webservices.data.misc.availability.OofReply
Obtains a string representation of the reply.
ToString() - Constructor for class microsoft.exchange.webservices.data.misc.IFunctions.ToString
 
toString() - Method in class microsoft.exchange.webservices.data.misc.TimeSpan
Returns a string representation of the object in the format. "[-]d.hh:mm:ss.ff" where "-" is an optional sign for negative TimeSpan values, the "d" component is days, "hh" is hours, "mm" is minutes, "ss" is seconds, and "ff" is milliseconds
toString() - Method in class microsoft.exchange.webservices.data.property.complex.ConversationId
Gets a string representation of the Conversation Id.
toString() - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddress
Returns string that represents the current instance.
toString() - Method in class microsoft.exchange.webservices.data.property.complex.FolderId
Returns a String that represents the current Object.
toString() - Method in class microsoft.exchange.webservices.data.property.complex.InternetMessageHeader
Obtains a string representation of the header.
toString() - Method in class microsoft.exchange.webservices.data.property.complex.Mailbox
Returns a String that represents the current Object.
toString() - Method in class microsoft.exchange.webservices.data.property.complex.MessageBody
Returns a String that represents the current Object.
toString() - Method in class microsoft.exchange.webservices.data.property.complex.MimeContent
Writes attribute to XML.
toString() - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.DayOfTheWeekCollection
Builds string representation of the collection.
toString() - Method in class microsoft.exchange.webservices.data.property.complex.ServiceId
Returns a string that represents the current instance.
toString() - Method in class microsoft.exchange.webservices.data.property.complex.StringList
Returns a string representation of the object.
toString() - Method in class microsoft.exchange.webservices.data.property.complex.UniqueBody
 
toString(Boolean) - Method in class microsoft.exchange.webservices.data.property.definition.BoolPropertyDefinition
Convert instance to string.
toString(byte[]) - Method in class microsoft.exchange.webservices.data.property.definition.ByteArrayPropertyDefinition
Converts byte array property to a string.
toString() - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinitionBase
 
toString(TaskDelegationState) - Method in class microsoft.exchange.webservices.data.property.definition.TaskDelegationStatePropertyDefinition
Convert instance to string.
toString(TimeSpan) - Method in class microsoft.exchange.webservices.data.property.definition.TimeSpanPropertyDefinition
Convert instance to string.
toString() - Method in class microsoft.exchange.webservices.data.security.XmlNodeType
Returns a string representation of the object.
TotalCount - Static variable in class microsoft.exchange.webservices.data.core.service.schema.FolderSchema
Defines the TotalCount property.
TotalCount - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant TotalCount.
TotalItemsInView - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant TotalItemsInView.
TotalWork - Static variable in class microsoft.exchange.webservices.data.core.service.schema.TaskSchema
Defines the TotalWork property.
TotalWork - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant TotalWork.
toTimeZoneInfo() - Method in class microsoft.exchange.webservices.data.misc.availability.LegacyAvailabilityTimeZone
To time zone info.
toTimeZoneInfo() - Method in class microsoft.exchange.webservices.data.property.complex.MeetingTimeZone
Converts this meeting time zone into a TimeZoneInfo structure.
ToUUID() - Constructor for class microsoft.exchange.webservices.data.misc.IFunctions.ToUUID
 
toXSTime() - Method in class microsoft.exchange.webservices.data.misc.Time
Convert Time to XML Schema time.
trace(String, String) - Method in class microsoft.exchange.webservices.data.misc.EwsTraceListener
Handles a trace message.
trace(String, String) - Method in interface microsoft.exchange.webservices.data.misc.ITraceListener
Handles a trace message.
TraceFlags - Enum in microsoft.exchange.webservices.data.core.enumeration.misc
Defines flags to control tracing details.
traceHttpRequestHeaders(TraceFlags, HttpWebRequest) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Traces the HTTP request headers.
traceMessage(TraceFlags, String) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Logs the specified string to the TraceListener if tracing is enabled.
traceResponse(HttpWebRequest, ByteArrayOutputStream) - Method in class microsoft.exchange.webservices.data.autodiscover.AutodiscoverService
Traces the response.
traceResponse(HttpWebRequest, ByteArrayOutputStream) - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Traces the response.
traceXml(TraceFlags, ByteArrayOutputStream) - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Logs the specified XML to the TraceListener if tracing is enabled.
Transition - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Transition.
Transitions - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Transitions.
TransitionsGroup - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant TransitionsGroup.
TransitionsGroups - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant TransitionsGroups.
Traversal - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Traversal.
trueForAll(Iterable<T>, IPredicate<T>) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Determines whether every element in the collection matches the conditions defined by the specified predicate.
tryConvertObjectToString(Object, OutParam<String>) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Try to convert object to a string.
tryGetExtendedProperty(Class<T>, ExtendedPropertyDefinition, OutParam<T>) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Try to get the value of a specified extended property in this instance.
tryGetProperty(PropertyDefinition, OutParam<Object>) - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Tries to get a property value based on a property definition.
tryGetProperty(PropertyDefinitionBase, OutParam<Object>) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Try to get the value of a specified property in this instance.
tryGetProperty(Class<T>, PropertyDefinitionBase, OutParam<T>) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Try to get the value of a specified property in this instance.
tryGetPropertyDefinition(String, OutParam<PropertyDefinition>) - Method in class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
Tries to get property definition.
tryGetPropertyType(Class<T>, PropertyDefinition, OutParam<T>) - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Tries to get a property value based on a property definition.
tryGetSettingValue(Class<T>, UserSettingName, OutParam<T>) - Method in class microsoft.exchange.webservices.data.autodiscover.response.GetUserSettingsResponse
Tries the get the user setting value.
tryGetValue(PropertyDefinition, OutParam<T>) - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Tries to retrieve the value of the specified property.
tryGetValue(TKey, OutParam<Object>) - Method in class microsoft.exchange.webservices.data.core.SimplePropertyBag
Tries to get value.
tryGetValue(EmailAddressKey, OutParam<EmailAddress>) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressDictionary
Tries to get the e-mail address associated with the specified key.
tryGetValue(Class<T>, ExtendedPropertyDefinition, OutParam<T>) - Method in class microsoft.exchange.webservices.data.property.complex.ExtendedPropertyCollection
Tries to get property value.
tryGetValue(ImAddressKey, OutParam<String>) - Method in class microsoft.exchange.webservices.data.property.complex.ImAddressDictionary
Tries to get the IM address associated with the specified key.
tryGetValue(PhoneNumberKey, OutParam<String>) - Method in class microsoft.exchange.webservices.data.property.complex.PhoneNumberDictionary
Tries to get the phone number associated with the specified key.
tryGetValue(PhysicalAddressKey, OutParam<PhysicalAddressEntry>) - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressDictionary
Tries to get the physical address associated with the specified key.
tryGetValue(Object, OutParam<Object>) - Method in class microsoft.exchange.webservices.data.property.complex.UserConfigurationDictionary
Gets the value associated with the specified key.
tryGetValue(PropertyDefinitionBase, OutParam<SortDirection>) - Method in class microsoft.exchange.webservices.data.search.OrderByCollection
Tries to get the value for a property definition in the collection.
tryLoadFromXml(EwsServiceXmlReader, OutParam<PropertyDefinitionBase>) - Static method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinitionBase
Tries to load from XML.
tryReadCurrentXmlElement(EwsXmlReader) - Method in class microsoft.exchange.webservices.data.autodiscover.configuration.ConfigurationSettingsBase
Tries to read the current XML element.
tryReadCurrentXmlElement(EwsXmlReader) - Method in class microsoft.exchange.webservices.data.autodiscover.configuration.outlook.OutlookConfigurationSettings
Tries to read the current XML element.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.messaging.PhoneCall
Tries to read an element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.misc.availability.LegacyAvailabilityTimeZone
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.Attendee
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.availability.CalendarEvent
Attempts to read the element at the reader's current position.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.availability.CalendarEventDetails
Attempts to read the element at the reader's current position.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.availability.Conflict
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.availability.OofSettings
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.availability.Suggestion
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.availability.TimeSuggestion
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.availability.WorkingHours
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.ByteArrayArray
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.CompleteName
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.DelegateUser
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.DeletedOccurrenceInfo
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddress
Try read element from xml.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.ExtendedProperty
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.FileAttachment
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMember
Tries to read Status or Mailbox elements from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.ItemAttachment
Tries to read the element at the current position of the reader.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.Mailbox
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.ManagedFolderInformation
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.MeetingTimeZone
Gets the minimum required server version.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.OccurrenceInfo
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
Writes elements to XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.IntervalPattern
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.MonthlyPattern
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeMonthlyPattern
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.RelativeYearlyPattern
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.WeeklyPattern
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.YearlyPattern
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.EndDateRecurrenceRange
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.NumberedRecurrenceRange
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.RecurrenceRange
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.Rule
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.RuleCollection
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.RuleError
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.RuleOperationError
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicateDateRange
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicateSizeRange
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.SearchFolderParameters
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.SetRuleOperation
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.StringList
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.time.AbsoluteDateTransition
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransition
Tries to read element from XML.The reader.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup
Writes the attribute to XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.TimeChange
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.UserConfigurationDictionary
 
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.UserId
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.ContainsSubstring
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.ExcludesBitmask
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.Not
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.PropertyBasedFilter
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.RelationalFilter
Tries to read element from XML.
tryReadElementFromXml(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Tries to read element from XML.
tryReadElementFromXmlToPatch(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Tries to read element from XML to patch this property.
tryReadElementFromXmlToPatch(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.FileAttachment
For FileAttachment, the only thing need to patch is the AttachmentId.
tryReadElementFromXmlToPatch(EwsServiceXmlReader) - Method in class microsoft.exchange.webservices.data.property.complex.ItemAttachment
For ItemAttachment, AttachmentId and Item should be patched.
tryReadValue(OutParam<String>) - Method in class microsoft.exchange.webservices.data.core.EwsXmlReader
Tries to read value.
TtyTddPhone - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the TtyTddPhone property.
Type - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Type.
Type - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Type.

U

Uid - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Uid.
UMUrl - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UMUrl.
UnifiedMessaging - Class in microsoft.exchange.webservices.data.messaging
Represents the Unified Messaging functionalities.
UnifiedMessaging(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.messaging.UnifiedMessaging
Constructor.
UniqueBody - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the UniqueBody property.
UniqueBody - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UniqueBody.
UniqueBody - Class in microsoft.exchange.webservices.data.property.complex
Represents the body part of an item that is unique to the conversation the item is part of.
UniqueBody() - Constructor for class microsoft.exchange.webservices.data.property.complex.UniqueBody
Initializes a new instance.
UniqueRecipients - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the UniqueRecipients property.
UniqueRecipients - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UniqueRecipients.
UniqueSenders - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the UniqueSenders property.
UniqueSenders - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UniqueSenders.
UniqueUnreadSenders - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the UniqueUnreadSenders property.
UniqueUnreadSenders - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UniqueUnreadSenders.
UnknownAttendeeConflictData - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UnknownAttendeeConflictData.
UnknownEntries - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UnknownEntries.
UnknownEntry - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UnknownEntry.
UnreadCount - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ConversationSchema
Defines the UnreadCount property.
UnreadCount - Static variable in class microsoft.exchange.webservices.data.core.service.schema.FolderSchema
Defines the UnreadCount property.
UnreadCount - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UnreadCount.
UnresolvedEntry - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UnresolvedEntry.
unsubscribe(String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Unsubscribes from a pull subscription.
Unsubscribe - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Unsubscribe.
unsubscribe() - Method in class microsoft.exchange.webservices.data.notification.PullSubscription
Unsubscribes from the pull subscription.
unsubscribe() - Method in class microsoft.exchange.webservices.data.notification.StreamingSubscription
Unsubscribes from the streaming subscription.
UnsubscribeRequest - Class in microsoft.exchange.webservices.data.core.request
The Class UnsubscribeRequest.
UnsubscribeRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.UnsubscribeRequest
Instantiates a new unsubscribe request.
UnsubscribeResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UnsubscribeResponse.
UnsubscribeResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UnsubscribeResponseMessage.
update() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Applies the local changes that have been made to this folder.
update(ConflictResolutionMode, SendInvitationsOrCancellationsMode) - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Applies the local changes that have been made to this appointment.
update(ConflictResolutionMode) - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Applies the local changes that have been made to this item.
Update - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Update.
update() - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Updates the user configuration by applying local changes to the Exchange server.
UpdateDelegate - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UpdateDelegate.
UpdateDelegateRequest - Class in microsoft.exchange.webservices.data.core.request
Represents an UpdateDelegate request.
UpdateDelegateRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.UpdateDelegateRequest
Initializes a new instance of the class.
UpdateDelegateResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UpdateDelegateResponse.
updateDelegates(Mailbox, MeetingRequestsDeliveryScope, DelegateUser...) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Updates delegates on a specific mailbox.
updateDelegates(Mailbox, MeetingRequestsDeliveryScope, Iterable<DelegateUser>) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Updates delegates on a specific mailbox.
updateFolder(Folder) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Updates a folder.
UpdateFolder - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UpdateFolder.
UpdateFolderRequest - Class in microsoft.exchange.webservices.data.core.request
Represents an UpdateFolder request.
UpdateFolderRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.UpdateFolderRequest
Initializes a new instance of the UpdateFolderRequest class.
UpdateFolderResponse - Class in microsoft.exchange.webservices.data.core.response
Represents response to UpdateFolder request.
UpdateFolderResponse(Folder) - Constructor for class microsoft.exchange.webservices.data.core.response.UpdateFolderResponse
Initializes a new instance of the UpdateFolderResponse class.
UpdateFolderResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UpdateFolderResponse.
UpdateFolderResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UpdateFolderResponseMessage.
updateFromXml(EwsServiceXmlReader, String) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Loads from XML to update this property.
updateFromXml(EwsServiceXmlReader, XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Loads from XML to update itself.
updateFromXml(EwsServiceXmlReader, XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Loads from XML to update itself.
updateInboxRules(Iterable<RuleOperation>, boolean) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Updates the authenticated user's inbox rules by applying the specified operations.
updateInboxRules(Iterable<RuleOperation>, boolean, String) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Updates the authenticated user's inbox rules by applying the specified operations.
UpdateInboxRules - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UpdateInboxRules.
UpdateInboxRulesException - Exception in microsoft.exchange.webservices.data.core.exception.service.remote
Represents an exception thrown when an error occurs as a result of calling the UpdateInboxRules operation.
UpdateInboxRulesException(UpdateInboxRulesResponse, Iterable<RuleOperation>) - Constructor for exception microsoft.exchange.webservices.data.core.exception.service.remote.UpdateInboxRulesException
Initializes a new instance of the UpdateInboxRulesException class.
UpdateInboxRulesRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a UpdateInboxRulesRequest request.
UpdateInboxRulesRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.UpdateInboxRulesRequest
Initializes a new instance of the class.
UpdateInboxRulesResponse - Class in microsoft.exchange.webservices.data.core.response
Represents the response to a UpdateInboxRulesResponse operation.
UpdateInboxRulesResponse() - Constructor for class microsoft.exchange.webservices.data.core.response.UpdateInboxRulesResponse
Initializes a new instance of the UpdateInboxRulesResponse class.
UpdateInboxRulesResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UpdateInboxRulesResponse.
updateItem(Item, FolderId, ConflictResolutionMode, MessageDisposition, SendInvitationsOrCancellationsMode) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Updates an item.
UpdateItem - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UpdateItem.
UpdateItemRequest - Class in microsoft.exchange.webservices.data.core.request
The Class UpdateItemRequest.
UpdateItemRequest(ExchangeService, ServiceErrorHandling) - Constructor for class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
Instantiates a new update item request.
UpdateItemResponse - Class in microsoft.exchange.webservices.data.core.response
The Class UpdateItemResponse.
UpdateItemResponse(Item) - Constructor for class microsoft.exchange.webservices.data.core.response.UpdateItemResponse
Initializes a new instance of the class.
UpdateItemResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UpdateItemResponse.
UpdateItemResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UpdateItemResponseMessage.
updateItems(Iterable<Item>, FolderId, ConflictResolutionMode, MessageDisposition, SendInvitationsOrCancellationsMode) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Updates multiple item in a single EWS call.
Updates - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Updates.
updateTask(ConflictResolutionMode) - Method in class microsoft.exchange.webservices.data.core.service.item.Task
Applies the local changes that have been made to this task.
updateUserConfiguration(UserConfiguration) - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Updates a UserConfiguration.
UpdateUserConfiguration - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UpdateUserConfiguration.
UpdateUserConfigurationRequest - Class in microsoft.exchange.webservices.data.core.request
Represents a UpdateUserConfiguration request.
UpdateUserConfigurationRequest(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.core.request.UpdateUserConfigurationRequest
Initializes a new instance of the class.
UpdateUserConfigurationResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UpdateUserConfigurationResponse.
UpdateUserConfigurationResponseMessage - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UpdateUserConfigurationResponseMessage.
URL - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant URL.
Url - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Url.
URL - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
User - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant User.
userConfiguration - Variable in class microsoft.exchange.webservices.data.core.request.CreateUserConfigurationRequest
The user configuration.
userConfiguration - Variable in class microsoft.exchange.webservices.data.core.request.UpdateUserConfigurationRequest
The user configuration.
UserConfiguration - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UserConfiguration.
UserConfiguration - Class in microsoft.exchange.webservices.data.misc
Represents an object that can be used to store user-defined configuration settings.
UserConfiguration(ExchangeService) - Constructor for class microsoft.exchange.webservices.data.misc.UserConfiguration
Initializes a new instance of class.
UserConfiguration(ExchangeService, EnumSet<UserConfigurationProperties>) - Constructor for class microsoft.exchange.webservices.data.misc.UserConfiguration
Initializes a new instance of class.
UserConfigurationDictionary - Class in microsoft.exchange.webservices.data.property.complex
Represents a user configuration's Dictionary property.
UserConfigurationDictionary() - Constructor for class microsoft.exchange.webservices.data.property.complex.UserConfigurationDictionary
Initializes a new instance of "UserConfigurationDictionary" class.
UserConfigurationDictionaryObjectType - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Identifies the user configuration dictionary key and value types.
UserConfigurationName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UserConfigurationName.
UserConfigurationProperties - Enum in microsoft.exchange.webservices.data.core.enumeration.misc
Identifies the user configuration property to retrieve.
UserConfigurationProperties - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UserConfigurationProperties.
UserId - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UserId.
UserId - Class in microsoft.exchange.webservices.data.property.complex
Represents the Id of a user.
UserId() - Constructor for class microsoft.exchange.webservices.data.property.complex.UserId
Initializes a new instance.
UserId(String) - Constructor for class microsoft.exchange.webservices.data.property.complex.UserId
Initializes a new instance.
UserId(StandardUser) - Constructor for class microsoft.exchange.webservices.data.property.complex.UserId
Initializes a new instance.
UserIds - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UserIds.
USERNAME - Static variable in interface microsoft.exchange.webservices.data.credential.CredentialConstants
 
UserOofSettings - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UserOofSettings.
UserResponse - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UserResponse.
UserResponses - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UserResponses.
Users - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Users.
UserSetting - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UserSetting.
UserSettingError - Class in microsoft.exchange.webservices.data.autodiscover.exception.error
Represents an error from a GetUserSettings request.
UserSettingError() - Constructor for class microsoft.exchange.webservices.data.autodiscover.exception.error.UserSettingError
Initializes a new instance of the "UserSettingError" class.
UserSettingError(AutodiscoverErrorCode, String, String) - Constructor for class microsoft.exchange.webservices.data.autodiscover.exception.error.UserSettingError
Initializes a new instance of the "UserSettingError" class.
UserSettingError - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UserSettingError.
UserSettingErrors - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UserSettingErrors.
UserSettingName - Enum in microsoft.exchange.webservices.data.autodiscover.enumeration
The Enum UserSettingName.
UserSettings - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UserSettings.
UserSMIMECertificate - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines UserSMIMECertificate Property **
UserSMIMECertificate - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant UserSMIMECertificate.

V

validate() - Method in class microsoft.exchange.webservices.data.autodiscover.request.ApplyConversationActionRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Validates the request.
validate() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetDomainSettingsRequest
Validates the request.
validate() - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
Validates the request.
validate() - Method in class microsoft.exchange.webservices.data.core.ExchangeService
Validates this instance.
validate() - Method in class microsoft.exchange.webservices.data.core.ExchangeServiceBase
Validates this instance.
validate() - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Validate property bag instance.
validate() - Method in class microsoft.exchange.webservices.data.core.PropertySet
Validate.
validate() - Method in class microsoft.exchange.webservices.data.core.request.AddDelegateRequest
Initializes a new instance of the class.
validate() - Method in class microsoft.exchange.webservices.data.core.request.ConvertIdRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.CreateAttachmentRequest
Validate request..
validate() - Method in class microsoft.exchange.webservices.data.core.request.CreateFolderRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.CreateItemRequest
Validate request..
validate() - Method in class microsoft.exchange.webservices.data.core.request.CreateUserConfigurationRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.DeleteAttachmentRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.DeleteFolderRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.DeleteItemRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.DeleteUserConfigurationRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.EmptyFolderRequest
Validates request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.ExpandGroupRequest
Represents an ExpandGroup request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.FindConversationRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.GetAttachmentRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.GetEventsRequest
Validates the request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.GetServerTimeZonesRequest
Gets the XML element name associated with the transition.
validate() - Method in class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.GetUserOofSettingsRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.MoveCopyItemRequest
Validates request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.RemoveDelegateRequest
Asserts the valid.
validate() - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Asserts the valid.
validate() - Method in class microsoft.exchange.webservices.data.core.request.SendItemRequest
Asserts the valid.
validate() - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.SetUserOofSettingsRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToPullNotificationsRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToPushNotificationsRequest
 
validate() - Method in class microsoft.exchange.webservices.data.core.request.SubscribeToStreamingNotificationsRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderHierarchyRequest
Validates request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Validates request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.UnsubscribeRequest
Validate the request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.UpdateDelegateRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.UpdateFolderRequest
validates request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.UpdateInboxRulesRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
 
validate() - Method in class microsoft.exchange.webservices.data.core.request.UpdateUserConfigurationRequest
Validate request.
validate() - Method in class microsoft.exchange.webservices.data.core.service.folder.Folder
Validates this instance.
validate() - Method in class microsoft.exchange.webservices.data.core.service.folder.SearchFolder
Validates this instance.
validate() - Method in class microsoft.exchange.webservices.data.core.service.item.Appointment
Validates this instance.
validate() - Method in class microsoft.exchange.webservices.data.core.service.item.Contact
Validates this instance.
validate() - Method in class microsoft.exchange.webservices.data.core.service.item.Item
Validates this instance.
validate() - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Validate.
validate() - Method in interface microsoft.exchange.webservices.data.ISelfValidate
Validate.
validate(ExchangeVersion) - Method in class microsoft.exchange.webservices.data.misc.AbstractFolderIdWrapper
Validates folderId against specified version.
validate() - Method in class microsoft.exchange.webservices.data.misc.availability.AttendeeInfo
Validates this instance.
validate(long) - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Validates this instance against the specified time window.
validate() - Method in class microsoft.exchange.webservices.data.misc.availability.TimeWindow
Validates this instance.
validate() - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
Validate request.
validate(ExchangeVersion) - Method in class microsoft.exchange.webservices.data.misc.FolderIdWrapper
Validates folderId against specified version.
validate(ExchangeVersion) - Method in class microsoft.exchange.webservices.data.misc.FolderIdWrapperList
Validates list of folderIds against a specified request version.
validate() - Method in class microsoft.exchange.webservices.data.misc.id.AlternateIdBase
Validates this instance.
validate() - Method in class microsoft.exchange.webservices.data.misc.MobilePhone
Validates this instance.
validate() - Method in class microsoft.exchange.webservices.data.property.complex.AttachmentCollection
Validates this instance.
validate() - Method in class microsoft.exchange.webservices.data.property.complex.availability.OofSettings
Validates this instance.
validate() - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Implements ISelfValidate.validate.
validate(int) - Method in class microsoft.exchange.webservices.data.property.complex.FileAttachment
Validates this instance.
validate(ExchangeVersion) - Method in class microsoft.exchange.webservices.data.property.complex.FolderId
Validates FolderId against a specified request version.
validate() - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermissionCollection
Validates this instance.
validate(int) - Method in class microsoft.exchange.webservices.data.property.complex.ItemAttachment
Validates this instance.
validate() - Method in class microsoft.exchange.webservices.data.property.complex.SearchFolderParameters
Validates this instance.
validate() - Method in class microsoft.exchange.webservices.data.property.complex.time.OlsonTimeZoneDefinition
 
validate() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
Validates this time zone definition.
validate() - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup
Validates this transition group.
validate() - Method in class microsoft.exchange.webservices.data.search.Grouping
Implements ISelfValidate.Validate.
validateAddDelegate() - Method in class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
Validates this instance for AddDelegate.
validateAddDelegate() - Method in class microsoft.exchange.webservices.data.property.complex.DelegateUser
Validates this instance for AddDelegate.
validateAndEmitRequest() - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Validates request parameters, and emits the request to the server.
validateClassVersion(ExchangeService, ExchangeVersion, String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Validates class version against the request version.
validateDomainNameAllowNull(String, String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Validates domain name (null value allowed)
validateEnumVersionValue(Enum<?>, ExchangeVersion) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Validate enum version value.
validateForRequest(ServiceRequestBase, boolean) - Method in class microsoft.exchange.webservices.data.core.PropertySet
Validates this property set instance for request to ensure that: 1.
validateMethodVersion(ExchangeService, ExchangeVersion, String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Validate method version.
validateNonBlankStringParam(String, String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Validates string parameter to be non-empty string (null value not allowed).
validateNonBlankStringParamAllowNull(String, String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Validates string parameter to be non-empty string (null value allowed).
validateParam(Object, String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Validates parameter (null value not allowed).
validateParamAllowNull(Object, String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Validates parameter (and allows null value).
validateParamCollection(EventType[], String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Validate param collection.
validateParamCollection(Iterator<T>, String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Validates parameter collection.
validatePropertyVersion(ExchangeService, ExchangeVersion, String) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Validates property version against the request version.
validateServiceObjectVersion(ServiceObject, ExchangeVersion) - Static method in class microsoft.exchange.webservices.data.core.EwsUtilities
Validates service object version against the request version.
validateUpdateDelegate() - Method in class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
Validates this instance for UpdateDelegate.
validateUpdateDelegate() - Method in class microsoft.exchange.webservices.data.property.complex.DelegateUser
Validates this instance for UpdateDelegate.
ValidationErrors - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ValidationErrors.
Value - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Value.
Value - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Value.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.autodiscover.enumeration.AutodiscoverEndpoints
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.autodiscover.enumeration.AutodiscoverErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.autodiscover.enumeration.AutodiscoverResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.autodiscover.enumeration.DomainSettingName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.autodiscover.enumeration.OutlookProtocolType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.autodiscover.enumeration.UserSettingName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.attribute.EditorBrowsableState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.availability.AvailabilityData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.availability.FreeBusyViewType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.availability.MeetingAttendeeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.availability.SuggestionQuality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.ConnectingIdType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.ConversationActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.DateTimePrecision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.error.ServiceError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.error.WebExceptionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.ExchangeVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.FlaggedForAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.HangingRequestDisconnectReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.IdFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.TraceFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.UserConfigurationProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.XmlNamespace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.notification.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.permission.folder.DelegateFolderPermissionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.permission.folder.FolderPermissionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.permission.folder.FolderPermissionReadAccess
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.permission.PermissionScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.BasePropertySet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.BodyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.ConflictType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.DefaultExtendedPropertySet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.EmailAddressKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.error.RuleErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.ImAddressKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.Importance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.LegacyFreeBusyStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.MailboxType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.MapiPropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.MeetingResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.MemberStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.OofExternalAudience
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.OofState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.PhoneNumberKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.PhysicalAddressIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.PhysicalAddressKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.PropertyDefinitionFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.RuleProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.Sensitivity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.StandardUser
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.TaskDelegationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.time.DayOfTheWeek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.time.DayOfTheWeekIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.time.Month
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.UserConfigurationDictionaryObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.WellKnownFolderName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.AggregateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.ComparisonMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.ContainmentMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.FolderTraversal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.ItemTraversal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.LogicalOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.OffsetBasePoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.ResolveNameSearchLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.SearchFolderTraversal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.SortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.calendar.AffectedTaskOccurrence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.calendar.AppointmentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.ConflictResolutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.ContactSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.ConversationFlagStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.DeleteMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.EffectiveRights
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.error.ConnectionFailureCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.error.ServiceErrorHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.FileAsMapping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.MeetingRequestsDeliveryScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.MeetingRequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.MessageDisposition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.PhoneCallState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.ResponseActions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.ResponseMessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.SendCancellationsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.SendInvitationsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.SendInvitationsOrCancellationsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.ServiceObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.ServiceResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.SyncFolderItemsScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.TaskMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.TaskStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.core.enumeration.sync.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum microsoft.exchange.webservices.data.property.definition.TaskDelegationStatePropertyDefinition.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum microsoft.exchange.webservices.data.autodiscover.enumeration.AutodiscoverEndpoints
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.autodiscover.enumeration.AutodiscoverErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.autodiscover.enumeration.AutodiscoverResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.autodiscover.enumeration.DomainSettingName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.autodiscover.enumeration.OutlookProtocolType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.autodiscover.enumeration.UserSettingName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.attribute.EditorBrowsableState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.availability.AvailabilityData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.availability.FreeBusyViewType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.availability.MeetingAttendeeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.availability.SuggestionQuality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.ConnectingIdType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.ConversationActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.DateTimePrecision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.error.ServiceError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.error.WebExceptionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.ExchangeVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.FlaggedForAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.HangingRequestDisconnectReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.IdFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.TraceFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.UserConfigurationProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.misc.XmlNamespace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.notification.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.permission.folder.DelegateFolderPermissionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.permission.folder.FolderPermissionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.permission.folder.FolderPermissionReadAccess
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.permission.PermissionScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.BasePropertySet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.BodyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.ConflictType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.DefaultExtendedPropertySet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.EmailAddressKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.error.RuleErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.ImAddressKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.Importance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.LegacyFreeBusyStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.MailboxType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.MapiPropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.MeetingResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.MemberStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.OofExternalAudience
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.OofState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.PhoneNumberKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.PhysicalAddressIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.PhysicalAddressKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.PropertyDefinitionFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.RuleProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.Sensitivity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.StandardUser
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.TaskDelegationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.time.DayOfTheWeek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.time.DayOfTheWeekIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.time.Month
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.UserConfigurationDictionaryObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.property.WellKnownFolderName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.AggregateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.ComparisonMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.ContainmentMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.FolderTraversal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.ItemTraversal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.LogicalOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.OffsetBasePoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.ResolveNameSearchLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.SearchFolderTraversal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.search.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.calendar.AffectedTaskOccurrence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.calendar.AppointmentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.ConflictResolutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.ContactSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.ConversationFlagStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.DeleteMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.EffectiveRights
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.error.ConnectionFailureCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.error.ServiceErrorHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.FileAsMapping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.MeetingRequestsDeliveryScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.MeetingRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.MessageDisposition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.PhoneCallState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.ResponseActions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.ResponseMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.SendCancellationsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.SendInvitationsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.SendInvitationsOrCancellationsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.ServiceObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.ServiceResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.SyncFolderItemsScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.TaskMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.service.TaskStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum microsoft.exchange.webservices.data.core.enumeration.sync.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
Values - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Values.
values() - Static method in enum microsoft.exchange.webservices.data.property.definition.TaskDelegationStatePropertyDefinition.Status
Returns an array containing the constants of this enum type, in the order they are declared.
Verb - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Verb.
Version - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant Version.
Version - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Version.
ViewBase - Class in microsoft.exchange.webservices.data.search
Represents the base view class for search operations.
ViewPrivateItems - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant ViewPrivateItems.

W

WaitHandle - Class in microsoft.exchange.webservices.data.core.request
 
WaitHandle() - Constructor for class microsoft.exchange.webservices.data.core.request.WaitHandle
 
Watermark - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Watermark.
WebAsyncCallStateAnchor - Class in microsoft.exchange.webservices.data.core
 
WebAsyncCallStateAnchor(ServiceRequestBase, HttpWebRequest, AsyncCallback, Object) - Constructor for class microsoft.exchange.webservices.data.core.WebAsyncCallStateAnchor
 
WebClientEditFormQueryString - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the WebClientEditFormQueryString property.
WebClientEditFormQueryString - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant WebClientEditFormQueryString.
WebClientReadFormQueryString - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
Defines the WebClientReadFormQueryString property.
WebClientReadFormQueryString - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant WebClientReadFormQueryString.
WebClientUrl - Class in microsoft.exchange.webservices.data.autodiscover
Represents the URL of the Exchange web client.
WebClientUrl(String, String) - Constructor for class microsoft.exchange.webservices.data.autodiscover.WebClientUrl
Initializes a new instance of the WebClientUrl class.
WebClientUrl - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant WebClientUrl.
WebClientUrlCollection - Class in microsoft.exchange.webservices.data.autodiscover
Represents a user setting that is a collection of Exchange web client URLs.
WebClientUrlCollection() - Constructor for class microsoft.exchange.webservices.data.autodiscover.WebClientUrlCollection
Initializes a new instance of the WebClientUrlCollection class.
WebClientUrlCollectionSetting - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant WebClientUrlCollectionSetting.
WebClientUrls - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant WebClientUrls.
WebCredentials - Class in microsoft.exchange.webservices.data.credential
WebCredentials is used for password-based authentication schemes such as basic, digest, NTLM, and Kerberos authentication.
WebCredentials() - Constructor for class microsoft.exchange.webservices.data.credential.WebCredentials
Initializes a new instance to use default network credential.
WebCredentials(String, String, String) - Constructor for class microsoft.exchange.webservices.data.credential.WebCredentials
Initializes a new instance to use specified credential.
WebCredentials(String, String) - Constructor for class microsoft.exchange.webservices.data.credential.WebCredentials
Initializes a new instance to use specified credential.
WebExceptionStatus - Enum in microsoft.exchange.webservices.data.core.enumeration.misc.error
 
WebProxy - Class in microsoft.exchange.webservices.data.core
WebProxy is used for setting proxy details for proxy authentication schemes such as basic, digest, NTLM, and Kerberos authentication.
WebProxy(String, int) - Constructor for class microsoft.exchange.webservices.data.core.WebProxy
Initializes a new instance to use specified proxy details.
WebProxy(String) - Constructor for class microsoft.exchange.webservices.data.core.WebProxy
Initializes a new instance to use specified proxy with default port 80.
WebProxy(String, WebProxyCredentials) - Constructor for class microsoft.exchange.webservices.data.core.WebProxy
Initializes a new instance to use specified proxy with default port 80.
WebProxy(String, int, WebProxyCredentials) - Constructor for class microsoft.exchange.webservices.data.core.WebProxy
Initializes a new instance to use specified proxy details.
WebProxyCredentials - Class in microsoft.exchange.webservices.data.credential
 
WebProxyCredentials(String, String, String) - Constructor for class microsoft.exchange.webservices.data.credential.WebProxyCredentials
 
WeddingAnniversary - Static variable in class microsoft.exchange.webservices.data.core.service.schema.ContactSchema
Defines the WeddingAnniversary property.
WeddingAnniversary - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant WeddingAnniversary.
WeeklyPattern() - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.WeeklyPattern
Initializes a new instance of the WeeklyPattern class. specific days a specific number of weeks after the previous one.
WeeklyPattern(Date, int, DayOfTheWeek...) - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.WeeklyPattern
Initializes a new instance of the WeeklyPattern class.
WeeklyRecurrence - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant WeeklyRecurrence.
WeeklyRegeneration - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant WeeklyRegeneration.
WeeklyRegenerationPattern() - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.WeeklyRegenerationPattern
Initializes a new instance of the WeeklyRegenerationPattern class.
WeeklyRegenerationPattern(Date, int) - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.WeeklyRegenerationPattern
Initializes a new instance of the WeeklyRegenerationPattern class.
WellKnownFolderName - Enum in microsoft.exchange.webservices.data.core.enumeration.property
Defines well known folder names.
When - Static variable in class microsoft.exchange.webservices.data.core.service.schema.AppointmentSchema
The Constant When.
When - Static variable in class microsoft.exchange.webservices.data.core.service.schema.MeetingRequestSchema
Defines the When property.
When - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant When.
WindowsLiveCredentials - Class in microsoft.exchange.webservices.data.credential
 
WindowsLiveCredentials() - Constructor for class microsoft.exchange.webservices.data.credential.WindowsLiveCredentials
 
WithinDateRange - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant WithinDateRange.
WithinSizeRange - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant WithinSizeRange.
WorkingHours - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant WorkingHours.
WorkingHours - Class in microsoft.exchange.webservices.data.property.complex.availability
Represents the working hours for a specific time zone.
WorkingHours() - Constructor for class microsoft.exchange.webservices.data.property.complex.availability.WorkingHours
Instantiates a new working hours.
WorkingPeriod - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant WorkingPeriod.
WorkingPeriodArray - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant WorkingPeriodArray.
writeAdditionalPropertiesToXml(EwsServiceXmlWriter, Iterator<PropertyDefinitionBase>) - Static method in class microsoft.exchange.webservices.data.core.PropertySet
Writes additional property to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Writes attribute to request XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetDomainSettingsRequest
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.DeleteItemRequest
Writes XML attribute.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.EmptyFolderRequest
Writes XML attribute.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.FindConversationRequest
Writes XML attribute.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.GetDelegateRequest
Writes XML attribute.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.SendItemRequest
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Writes XML attribute.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
 
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.messaging.PhoneCallId
Writes attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.misc.id.AlternateId
Gets the name of the XML element.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.misc.id.AlternateIdBase
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderId
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderItemId
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.AppointmentOccurrenceId
Gets the name of the XML element.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryEntryProperty
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressEntry
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.FolderId
Writes attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMember
Writes the member key attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.InternetMessageHeader
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.MeetingTimeZone
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.MessageBody
Writes attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.MimeContent
Writes attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.RecurringAppointmentMasterId
Writes attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.SearchFolderParameters
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.ServiceId
Writes attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZonePeriod
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.TimeChange
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.UniqueBody
Writes attributes from XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.definition.ExtendedPropertyDefinition
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.definition.GroupMemberPropertyDefinition
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.definition.IndexedPropertyDefinition
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinitionBase
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.definition.ServiceObjectPropertyDefinition
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.CalendarView
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.ConversationIndexedItemView
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.ContainsSubstring
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.FolderView
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.ItemView
Writes the attribute to XML.
writeAttributesToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.ViewBase
Writes the attribute to XML.
writeAttributeString(String, String) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Writes the attribute value.
writeAttributeString(String, String, String) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Writes the attribute value.
writeAttributeValue(String, Object) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Writes the attribute value.
writeAttributeValue(String, boolean, Object) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Writes the attribute value.
writeAttributeValue(String, String, Object) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Writes the attribute value.
writeBase64ElementValue(byte[]) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Writes the base64-encoded element value.
writeBase64ElementValue(InputStream) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Writes the base64-encoded element value.
writeBodyToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Writes XML body.
writeBodyToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Writes XML body.
writeDeleteUpdateToXml(EwsServiceXmlWriter, ServiceObject) - Method in interface microsoft.exchange.webservices.data.core.ICustomXmlUpdateSerializer
Writes the deletion update to XML.
writeDeleteUpdateToXml(EwsServiceXmlWriter, ServiceObject) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Writes the deletion update to XML.
writeDeleteUpdateToXml(EwsServiceXmlWriter, ServiceObject) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryEntryProperty
Writes the delete update to XML.
writeDeleteUpdateToXml(EwsServiceXmlWriter, ServiceObject) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
Writes deletion update to XML.
writeDeleteUpdateToXml(EwsServiceXmlWriter, ServiceObject) - Method in class microsoft.exchange.webservices.data.property.complex.ExtendedPropertyCollection
Writes the deletion update to XML.
writeDeleteUpdateToXml(EwsServiceXmlWriter, ServiceObject) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Writes the deletion update to XML.
writeDeleteUpdateToXml(EwsServiceXmlWriter, ServiceObject) - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
Writes the delete update to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.autodiscover.request.ApplyConversationActionRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Writes elements to request XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetDomainSettingsRequest
Writes request to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
Writes request to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.AddDelegateRequest
Writes the elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.ConvertIdRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.CreateAttachmentRequest
Writes the elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.CreateUserConfigurationRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.DeleteAttachmentRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.DeleteFolderRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.DeleteItemRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.DeleteUserConfigurationRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.DisconnectPhoneCallRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.EmptyFolderRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.ExecuteDiagnosticMethodRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.ExpandGroupRequest
writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.FindConversationRequest
Writes XML attribute.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.GetAttachmentRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.GetDelegateRequest
Writes the elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.GetEventsRequest
Writes the elements to XML writer.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.GetInboxRulesRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.GetPasswordExpirationDateRequest
 
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.GetPhoneCallRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.GetRoomListsRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.GetRoomsRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.GetServerTimeZonesRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.GetStreamingEventsRequest
Writes the elements to XML writer.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.GetUserAvailabilityRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.GetUserConfigurationRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.GetUserOofSettingsRequest
Validate request.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.PlayOnPhoneRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.RemoveDelegateRequest
Asserts the valid.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.ResolveNamesRequest
Writes the attribute to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.SendItemRequest
Writes the elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.SetUserOofSettingsRequest
Writes the elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderHierarchyRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.SyncFolderItemsRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.UnsubscribeRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.UpdateDelegateRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.UpdateFolderRequest
Writes to xml.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.UpdateInboxRulesRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.UpdateItemRequest
 
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.UpdateUserConfigurationRequest
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.misc.availability.LegacyAvailabilityTimeZone
Writes the elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.misc.ConversationAction
Writes XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.Attachment
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.Attendee
Writes the elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.availability.OofSettings
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.ByteArrayArray
The Writer
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.CompleteName
Writes the elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.CreateRuleOperation
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.DelegatePermissions
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.DelegateUser
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.DeleteRuleOperation
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddress
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.EmailAddressEntry
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.ExtendedProperty
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.FileAttachment
Writes elements and content to XML.
writeElementsToXml(EwsServiceXmlWriter, boolean) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermissionCollection
Writes the elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMember
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.ImAddressEntry
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.InternetMessageHeader
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.ItemAttachment
Writes the property of this object as XML elements.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.Mailbox
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.MeetingTimeZone
Writes the attribute to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.MessageBody
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.MimeContent
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.PhoneNumberEntry
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.EndDateRecurrenceRange
Writes the elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.NumberedRecurrenceRange
Writes the elements to XML..
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.range.RecurrenceRange
Writes elements to XML..
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.Rule
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.RuleActions
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicateDateRange
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicates
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.RulePredicateSizeRange
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.SearchFolderParameters
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.SetRuleOperation
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.StringList
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.time.AbsoluteDateTransition
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransition
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.TimeChange
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.UniqueBody
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.UserConfigurationDictionary
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.UserId
Writes elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.ContainsSubstring
Writes the elements to Xml.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.ExcludesBitmask
Writes the elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.Not
Writes the elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.PropertyBasedFilter
Writes the elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.RelationalFilter
Writes the elements to XML.
writeElementsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Writes the elements to XML.
writeElementValue(XmlNamespace, String, String, Object) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Writes the element value.
writeElementValue(XmlNamespace, String, Object) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Writes the element value.
writeEmptyReplyToXml(EwsServiceXmlWriter, String) - Static method in class microsoft.exchange.webservices.data.misc.availability.OofReply
Writes an empty OofReply to XML.
writeEndElement() - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Writes the end element.
writeExtraCustomSoapHeadersToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Write extra headers.
writeExtraCustomSoapHeadersToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.autodiscover.request.GetUserSettingsRequest
 
writeIdsToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.MoveCopyItemRequest
Writes the ids as XML.
writeNode(Node) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
 
writeNode(Node, XMLStreamWriter) - Static method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
 
writeOrderByToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.CalendarView
Writes OrderBy property to XML.
writeOrderByToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.ConversationIndexedItemView
Writes OrderBy property to XML.
writeOrderByToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.ItemView
Writes OrderBy property to XML.
writeOrderByToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.PagedView
Writes OrderBy property to XML.
writeOrderByToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.ViewBase
Writes OrderBy property to XML.
writePropertyValueToXml(EwsServiceXmlWriter, PropertyBag, boolean) - Method in class microsoft.exchange.webservices.data.property.definition.ComplexPropertyDefinitionBase
Writes to XML.
writePropertyValueToXml(EwsServiceXmlWriter, PropertyBag, boolean) - Method in class microsoft.exchange.webservices.data.property.definition.ContainedPropertyDefinition
Writes to XML.
writePropertyValueToXml(EwsServiceXmlWriter, PropertyBag, boolean) - Method in class microsoft.exchange.webservices.data.property.definition.DateTimePropertyDefinition
Writes the property value to XML.
writePropertyValueToXml(EwsServiceXmlWriter, PropertyBag, boolean) - Method in class microsoft.exchange.webservices.data.property.definition.EffectiveRightsPropertyDefinition
Writes to XML.
writePropertyValueToXml(EwsServiceXmlWriter, PropertyBag, boolean) - Method in class microsoft.exchange.webservices.data.property.definition.MeetingTimeZonePropertyDefinition
Writes to XML.
writePropertyValueToXml(EwsServiceXmlWriter, PropertyBag, boolean) - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinition
Writes the property value to XML.
writePropertyValueToXml(EwsServiceXmlWriter, PropertyBag, boolean) - Method in class microsoft.exchange.webservices.data.property.definition.RecurrencePropertyDefinition
Writes to XML.
writePropertyValueToXml(EwsServiceXmlWriter, PropertyBag, boolean) - Method in class microsoft.exchange.webservices.data.property.definition.ResponseObjectsPropertyDefinition
Writes to XML.
writePropertyValueToXml(EwsServiceXmlWriter, PropertyBag, boolean) - Method in class microsoft.exchange.webservices.data.property.definition.StartTimeZonePropertyDefinition
Writes to XML.
writePropertyValueToXml(EwsServiceXmlWriter, PropertyBag, boolean) - Method in class microsoft.exchange.webservices.data.property.definition.TimeZonePropertyDefinition
Writes to XML.
writeSetUpdateToXml(EwsServiceXmlWriter, ServiceObject, PropertyDefinition) - Method in interface microsoft.exchange.webservices.data.core.ICustomXmlUpdateSerializer
Writes the update to XML.
writeSetUpdateToXml(EwsServiceXmlWriter, ServiceObject, PropertyDefinition) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Write set update to xml.
writeSetUpdateToXml(EwsServiceXmlWriter, ServiceObject, String) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryEntryProperty
Writes the set update to XML.
writeSetUpdateToXml(EwsServiceXmlWriter, ServiceObject, PropertyDefinition) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
Writes updates to XML.
writeSetUpdateToXml(EwsServiceXmlWriter, ServiceObject, PropertyDefinition) - Method in class microsoft.exchange.webservices.data.property.complex.ExtendedPropertyCollection
Writes the update to XML.
writeSetUpdateToXml(EwsServiceXmlWriter, ServiceObject, PropertyDefinition) - Method in class microsoft.exchange.webservices.data.property.complex.GroupMemberCollection
Writes the update to XML.
writeSetUpdateToXml(EwsServiceXmlWriter, ServiceObject, String) - Method in class microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
Writes the update to XML.
writeSoapRequest(URI, EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.autodiscover.request.AutodiscoverRequest
Writes the autodiscover SOAP request.
writeStartDocument() - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Write start document.
writeStartElement(XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Writes the start element.
writeTo(OutputStream) - Method in class microsoft.exchange.webservices.data.core.request.ByteArrayOSRequestEntity
 
writeToDocument(Document, XMLStreamWriter) - Static method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
 
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Writes the bag's property to XML.
writeToXml(EwsServiceXmlWriter, ServiceObjectType) - Method in class microsoft.exchange.webservices.data.core.PropertySet
Writes the property set to XML.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.request.ServiceRequestBase
Writes XML.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Write to xml.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.messaging.PhoneCallId
Writes to XML.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.misc.AbstractFolderIdWrapper
Writes the Id encapsulated in the wrapper to XML.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.misc.availability.AttendeeInfo
Writes to XML.
writeToXml(EwsServiceXmlWriter, GetUserAvailabilityRequest) - Method in class microsoft.exchange.webservices.data.misc.availability.AvailabilityOptions
Writes to XML.
writeToXml(EwsServiceXmlWriter, String) - Method in class microsoft.exchange.webservices.data.misc.availability.OofReply
Writes to XML.
writeToXml(EwsServiceXmlWriter, String) - Method in class microsoft.exchange.webservices.data.misc.availability.TimeWindow
Writes to XML.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.misc.FolderIdWrapper
Writes the Id encapsulated in the wrapper to XML.
writeToXml(EwsServiceXmlWriter, XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.misc.FolderIdWrapperList
Writes to XML.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.misc.id.AlternateIdBase
Writes to XML.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.misc.ImpersonatedUserId
Writes to XML.
writeToXml(EwsServiceXmlWriter, XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.misc.ItemIdWrapperList
Writes to XML.
writeToXml(EwsServiceXmlWriter, XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Writes to XML.
writeToXml(EwsServiceXmlWriter, XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Writes to XML.
writeToXml(EwsServiceXmlWriter, String) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexProperty
Writes to XML.
writeToXml(EwsServiceXmlWriter, XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.property.complex.ComplexPropertyCollection
Writes to XML.
writeToXml(EwsServiceXmlWriter, XmlNamespace, String) - Method in class microsoft.exchange.webservices.data.property.complex.DictionaryProperty
Writes to XML.
writeToXml(EwsServiceXmlWriter, String) - Method in class microsoft.exchange.webservices.data.property.complex.ExtendedPropertyCollection
Writes to XML.
writeToXml(EwsServiceXmlWriter, String, boolean) - Method in class microsoft.exchange.webservices.data.property.complex.FolderPermission
Writes to XML.
writeToXml(EwsServiceXmlWriter, String) - Method in class microsoft.exchange.webservices.data.property.complex.recurrence.DayOfTheWeekCollection
Gets the request version.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.ServiceId
Writes to XML.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
Writes to XML.
writeToXml(EwsServiceXmlWriter, String) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneDefinition
Writes to XML.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZonePeriod
Writes to XML.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransition
Writes to XML.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.complex.time.TimeZoneTransitionGroup
Writes to XML.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.definition.PropertyDefinitionBase
Writes to XML.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.property.definition.StartTimeZonePropertyDefinition
Writes to XML.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.ConversationIndexedItemView
Writes to XML.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter.SearchFilterCollection
Writes to XML.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.filter.SearchFilter
Writes to XML.
writeToXml(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.search.Grouping
Writes to XML.
writeToXml(EwsServiceXmlWriter, String) - Method in class microsoft.exchange.webservices.data.search.OrderByCollection
Writes to XML.
writeToXml(EwsServiceXmlWriter, Grouping) - Method in class microsoft.exchange.webservices.data.search.ViewBase
Writes to XML.
writeToXmlForUpdate(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.PropertyBag
Writes the EWS update operations corresponding to the changes that occurred in the bag to XML.
writeToXmlForUpdate(EwsServiceXmlWriter) - Method in class microsoft.exchange.webservices.data.core.service.ServiceObject
Write to xml for update.
writeToXmlUnscopedDatesOnly(EwsServiceXmlWriter, String) - Method in class microsoft.exchange.webservices.data.misc.availability.TimeWindow
Writes to XML without scoping the dates and without emitting times.
writeUserConfigurationNameToXml(EwsServiceXmlWriter, XmlNamespace, String, FolderId) - Static method in class microsoft.exchange.webservices.data.misc.UserConfiguration
Writes to Xml.
writeValue(String, String) - Method in class microsoft.exchange.webservices.data.core.EwsServiceXmlWriter
Writes string value.
wsAddressingHeadersFormat - Static variable in class microsoft.exchange.webservices.data.credential.WSSecurityBasedCredentials
The Constant WsAddressingHeadersFormat.
WSAddressingNamespace - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant WSAddressingNamespace.
WSAddressingNamespacePrefix - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant WSAddressingNamespacePrefix.
WSSecurityBasedCredentials - Class in microsoft.exchange.webservices.data.credential
WSSecurityBasedCredentials is the base class for all credential classes using WS-Security.
WSSecurityBasedCredentials() - Constructor for class microsoft.exchange.webservices.data.credential.WSSecurityBasedCredentials
Initializes a new instance of the WSSecurityBasedCredentials class.
WSSecurityBasedCredentials(String) - Constructor for class microsoft.exchange.webservices.data.credential.WSSecurityBasedCredentials
Initializes a new instance of the WSSecurityBasedCredentials class.
WSSecurityBasedCredentials(String, boolean) - Constructor for class microsoft.exchange.webservices.data.credential.WSSecurityBasedCredentials
Initializes a new instance of the WSSecurityBasedCredentials class.
wsSecurityHeaderFormat - Static variable in class microsoft.exchange.webservices.data.credential.WSSecurityBasedCredentials
The Constant WsSecurityHeaderFormat.
wsSecurityPathSuffix - Static variable in class microsoft.exchange.webservices.data.credential.WSSecurityBasedCredentials
The Constant WsSecurityPathSuffix.
WSSecuritySecExtNamespace - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
 
WSSecuritySecExtNamespacePrefix - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant WSSecuritySecExtNamespacePrefix.
WSSecurityUtilityNamespace - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
 
WSSecurityUtilityNamespacePrefix - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant WSSecurityUtilityNamespacePrefix.
WSTrustFebruary2005Namespace - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant WSTrustFebruary2005Namespace.
WSTrustFebruary2005NamespacePrefix - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant WSTrustFebruary2005NamespacePrefix.
wsuTimeStampFormat - Static variable in class microsoft.exchange.webservices.data.credential.WSSecurityBasedCredentials
 

X

XmlAttributeNames - Class in microsoft.exchange.webservices.data.core
XML attribute names.
XmlAttributeNames() - Constructor for class microsoft.exchange.webservices.data.core.XmlAttributeNames
 
XmlData - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant XmlData.
xmlElementName - Variable in class microsoft.exchange.webservices.data.property.complex.RuleOperation
 
XmlElementNames - Class in microsoft.exchange.webservices.data.core
XML element names.
XmlElementNames() - Constructor for class microsoft.exchange.webservices.data.core.XmlElementNames
 
XmlException - Exception in microsoft.exchange.webservices.data.core.exception.xml
 
XmlException() - Constructor for exception microsoft.exchange.webservices.data.core.exception.xml.XmlException
Instantiates a new argument exception.
XmlException(String) - Constructor for exception microsoft.exchange.webservices.data.core.exception.xml.XmlException
Instantiates a new argument exception.
XmlException(String, Exception) - Constructor for exception microsoft.exchange.webservices.data.core.exception.xml.XmlException
ServiceXmlDeserializationException Constructor.
XmlNamespace - Enum in microsoft.exchange.webservices.data.core.enumeration.misc
Defines the namespaces as used by the EwsXmlReader, EwsServiceXmlReader, and EwsServiceXmlWriter classes.
XmlNameTable - Class in microsoft.exchange.webservices.data.security
Table of atomized String objects.
XmlNameTable() - Constructor for class microsoft.exchange.webservices.data.security.XmlNameTable
Initializes a new instance of the XmlNameTable class.
XmlNodeType - Class in microsoft.exchange.webservices.data.security
The Class XmlNodeType.
XmlNodeType(int) - Constructor for class microsoft.exchange.webservices.data.security.XmlNodeType
Instantiates a new Xml node type.
XmlNs - Static variable in class microsoft.exchange.webservices.data.core.XmlAttributeNames
The Constant XmlNs.
XSFalse - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant XSFalse.
XSTrue - Static variable in class microsoft.exchange.webservices.data.core.EwsUtilities
The Constant XSTrue.

Y

Year - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant Year.
YearlyPattern() - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.YearlyPattern
Initializes a new instance of the YearlyPattern class.
YearlyPattern(Date, Month, int) - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.YearlyPattern
Initializes a new instance of the YearlyPattern class.
YearlyRegeneration - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant YearlyRegeneration.
YearlyRegenerationPattern() - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.YearlyRegenerationPattern
Initializes a new instance of the YearlyRegenerationPattern class.
YearlyRegenerationPattern(Date, int) - Constructor for class microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence.YearlyRegenerationPattern
Initializes a new instance of the YearlyRegenerationPattern class.
YomiFirstName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant YomiFirstName.
YomiLastName - Static variable in class microsoft.exchange.webservices.data.core.XmlElementNames
The Constant YomiLastName.

Z

ZERO - Static variable in class microsoft.exchange.webservices.data.misc.TimeSpan
Represents the TimeSpan with a value of zero.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

Copyright © 2012–2015 Microsoft. All rights reserved.