Для изменения размера нажмите или перетащите

ExchangeService - класс

Represents a binding to the Exchange Web Services.
Иерархия наследования

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public sealed class ExchangeService : ExchangeServiceBase

Тип ExchangeService предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методExchangeService
Initializes a new instance of the ExchangeService class, targeting the latest supported version of EWS and scoped to the system's current time zone.
Открытый методExchangeService(TimeZoneInfo)
Initializes a new instance of the ExchangeService class, targeting the latest supported version of EWS and scoped to the specified time zone.
Открытый методExchangeService(ExchangeVersion)
Initializes a new instance of the ExchangeService class, targeting the specified version of EWS and scoped to the system's current time zone.
Открытый методExchangeService(ExchangeVersion, TimeZoneInfo)
Initializes a new instance of the ExchangeService class, targeting the specified version of EWS and scoped to the specified time zone.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоAcceptGzipEncoding
Gets or sets a value indicating whether GZip compression encoding should be accepted.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоClientRequestId
Gets or sets the request id for the request.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоConnectionGroupName
Gets or sets the name of the connection group for the request.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоCookieContainer
Gets or sets the cookie container.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоCredentials
Gets or sets the credentials used to authenticate with the Exchange Web Services. Setting the Credentials property automatically sets the UseDefaultCredentials to false.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоDateTimePrecision
Gets or sets the DateTime precision for DateTime values returned from Exchange Web Services.
Открытое свойствоEnableScpLookup
Gets or sets a value indicating whether the AutodiscoverUrl method should perform SCP (Service Connection Point) record lookup when determining the Autodiscover service URL.
Открытое свойствоFileAttachmentContentHandler
Gets or sets a file attachment content handler.
Открытое свойствоHttpHeaders
Gets a collection of HTTP headers that will be sent with each request to EWS.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоHttpResponseHeaders
Gets a collection of HTTP headers from the last response.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоImpersonatedUserId
Gets or sets the Id of the user that EWS should impersonate.
Открытое свойствоKeepAlive
Gets or sets if the request to the internet resource should contain a Connection HTTP header with the value Keep-alive
(Унаследован от ExchangeServiceBase.)
Открытое свойствоManagementRoles
Открытое свойствоPreAuthenticate
Gets or sets a value that indicates whether HTTP pre-authentication should be performed.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоPreferredCulture
Gets or sets the preferred culture for messages returned by the Exchange Web Services.
Открытое свойствоRequestedServerVersion
Gets the requested server version.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоReturnClientRequestId
Gets or sets a flag to indicate whether the client requires the server side to return the request id.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоSendClientLatencies
Gets or sets a value indicating whether client latency info is push to server.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоServerInfo
Gets information associated with the server that processed the last request. Will be null if no requests have been processed.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоTimeout
Gets or sets the timeout used when sending HTTP requests and when receiving HTTP responses, in milliseconds. Defaults to 100000.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоTimeZone
Gets the time zone this service is scoped to.
Открытое свойствоTimeZoneDefinition
Gets a time zone definition generated from the time zone info to which this service is scoped.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоTraceEnabled
Gets or sets a value indicating whether tracing is enabled.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоTraceEnablePrettyPrinting
Gets or sets a value indicating whether trace output is pretty printed.
Открытое свойствоTraceFlags
Gets or sets the trace flags.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоTraceListener
Gets or sets the trace listener.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоUnifiedMessaging
Provides access to the Unified Messaging functionalities.
Открытое свойствоUrl
Gets or sets the URL of the Exchange Web Services.
Открытое свойствоUseDefaultCredentials
Gets or sets a value indicating whether the credentials of the user currently logged into Windows should be used to authenticate with the Exchange Web Services. Setting UseDefaultCredentials to true automatically sets the Credentials property to null.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоUserAgent
Gets or sets the user agent.
(Унаследован от ExchangeServiceBase.)
Открытое свойствоWebProxy
Gets or sets the web proxy that should be used when sending requests to EWS. Set this property to null to use the default web proxy.
(Унаследован от ExchangeServiceBase.)
В начало страницы
Методы
  ИмяОписание
Открытый методAddDelegates(Mailbox, NullableMeetingRequestsDeliveryScope, DelegateUser)
Adds delegates to a specific mailbox. Calling this method results in a call to EWS.
Открытый методAddDelegates(Mailbox, NullableMeetingRequestsDeliveryScope, IEnumerableDelegateUser, CancellationToken)
Adds delegates to a specific mailbox. Calling this method results in a call to EWS.
Открытый методArchiveItems
Archives multiple items in a single call to EWS.
Открытый методAutodiscoverUrl(String)
Initializes the Url property to the Exchange Web Services URL for the specified e-mail address by calling the Autodiscover service.
Открытый методAutodiscoverUrl(String, AutodiscoverRedirectionUrlValidationCallback)
Initializes the Url property to the Exchange Web Services URL for the specified e-mail address by calling the Autodiscover service.
Открытый методBindToFolders
Binds to multiple folders in a single call to EWS.
Открытый методBindToGroupItems
Binds to multiple items in a single call to EWS.
Открытый методBindToItems
Binds to multiple items in a single call to EWS.
Открытый методBrowsePeople(ViewBase)
Retrieves all people who are relevant to the user
Открытый методBrowsePeople(ViewBase, DictionaryString, String, CancellationToken)
Retrieves all people who are relevant to the user
Открытый методConvertId
Converts Id from one format to another in a single call to EWS.
Открытый методConvertIds
Converts multiple Ids from one format to another in a single call to EWS.
Открытый методCopyItems(IEnumerableItemId, FolderId, CancellationToken)
Copies multiple items in a single call to EWS.
Открытый методCopyItems(IEnumerableItemId, FolderId, Boolean, CancellationToken)
Copies multiple items in a single call to EWS.
Открытый методCopyItemsInConversations
Copies the items in the specified conversation to the specified destination folder. Calling this method results in a call to EWS.
Открытый методCreateItems
Creates multiple items in a single EWS call. Supported item classes are EmailMessage, Appointment, Contact, PostItem, Task and Item. CreateItems does not support items that have unsaved attachments.
Открытый методDeleteItems(IEnumerableItemId, DeleteMode, NullableSendCancellationsMode, NullableAffectedTaskOccurrence)
Deletes multiple items in a single call to EWS.
Открытый методDeleteItems(IEnumerableItemId, DeleteMode, NullableSendCancellationsMode, NullableAffectedTaskOccurrence, Boolean, CancellationToken)
Deletes multiple items in a single call to EWS.
Открытый методDeleteItemsInConversations
Deletes the items in the specified conversation. Calling this method results in a call to EWS.
Открытый методDisableAlwaysCategorizeItemsInConversations
Sets up a conversation so that any item received within that conversation is no longer categorized. Calling this method results in a call to EWS.
Открытый методDisableAlwaysDeleteItemsInConversations
Sets up a conversation so that any item received within that conversation is no longer moved to Deleted Items folder. Calling this method results in a call to EWS.
Открытый методDisableAlwaysMoveItemsInConversations
Sets up a conversation so that any item received within that conversation is no longer moved to a specific folder. Calling this method results in a call to EWS.
Открытый методDisableApp
Disable App.
Открытый методEnableAlwaysCategorizeItemsInConversations
Sets up a conversation so that any item received within that conversation is always categorized. Calling this method results in a call to EWS.
Открытый методEnableAlwaysDeleteItemsInConversations
Sets up a conversation so that any item received within that conversation is always moved to Deleted Items folder. Calling this method results in a call to EWS.
Открытый методEnableAlwaysMoveItemsInConversations
Sets up a conversation so that any item received within that conversation is always moved to a specific folder. Calling this method results in a call to EWS.
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Открытый методExpandGroup(String)
Expands a group by retrieving a list of its members. Calling this method results in a call to EWS.
Открытый методExpandGroup(ItemId)
Expands a group by retrieving a list of its members. Calling this method results in a call to EWS.
Открытый методExpandGroup(String, String)
Expands a group by retrieving a list of its members. Calling this method results in a call to EWS.
Открытый методExpandGroup(EmailAddress, CancellationToken)
Expands a group by retrieving a list of its members. Calling this method results in a call to EWS.
Защищённый методFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object.)
Открытый методFindAppointments(FolderId, CalendarView, CancellationToken)
Obtains a list of appointments by searching the contents of a specific folder. Calling this method results in a call to EWS.
Открытый методFindAppointments(WellKnownFolderName, CalendarView, CancellationToken)
Obtains a list of appointments by searching the contents of a specific folder. Calling this method results in a call to EWS.
Открытый методFindConversation(ViewBase, FolderId, CancellationToken)
Retrieves a collection of all Conversations in the specified Folder.
Открытый методFindConversation(ViewBase, FolderId, String, CancellationToken)
Retrieves a collection of all Conversations in the specified Folder.
Открытый методFindConversation(ViewBase, FolderId, String, Boolean, CancellationToken)
Searches for and retrieves a collection of Conversations in the specified Folder. Along with conversations, a list of highlight terms are returned.
Открытый методFindConversation(ViewBase, FolderId, String, Boolean, NullableMailboxSearchLocation, CancellationToken)
Searches for and retrieves a collection of Conversations in the specified Folder. Along with conversations, a list of highlight terms are returned.
Открытый методFindFolders(WellKnownFolderName, FolderView)
Obtains a list of folders by searching the sub-folders of the specified folder.
Открытый методFindFolders(FolderId, FolderView, CancellationToken)
Obtains a list of folders by searching the sub-folders of the specified folder.
Открытый методFindFolders(WellKnownFolderName, SearchFilter, FolderView)
Obtains a list of folders by searching the sub-folders of the specified folder.
Открытый методFindFolders(IEnumerableFolderId, SearchFilter, FolderView, CancellationToken)
Obtains a list of folders by searching the sub-folders of each of the specified folders.
Открытый методFindFolders(FolderId, SearchFilter, FolderView, CancellationToken)
Obtains a list of folders by searching the sub-folders of the specified folder.
Открытый методFindGroupConversation
Retrieves a collection of all Conversations in the specified Folder.
Открытый методFindItems(FolderId, ViewBase, CancellationToken)
Obtains a list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
Открытый методFindItems(WellKnownFolderName, String, ViewBase)
Obtains a list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
Открытый методFindItems(WellKnownFolderName, SearchFilter, ViewBase)
Obtains a list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
Открытый методFindItems(WellKnownFolderName, ViewBase, CancellationToken)
Obtains a list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
Открытый методFindItems(FolderId, String, ViewBase, CancellationToken)
Obtains a list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
Открытый методFindItems(FolderId, SearchFilter, ViewBase, CancellationToken)
Obtains a list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
Открытый методFindItems(FolderId, ViewBase, Grouping, CancellationToken)
Obtains a grouped list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
Открытый методFindItems(FolderId, String, Boolean, ViewBase, CancellationToken)
Obtains a list of items by searching the contents of a specific folder. Along with conversations, a list of highlight terms are returned. Calling this method results in a call to EWS.
Открытый методFindItems(FolderId, String, ViewBase, Grouping, CancellationToken)
Obtains a grouped list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
Открытый методFindItems(FolderId, SearchFilter, ViewBase, Grouping, CancellationToken)
Obtains a grouped list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
Открытый методFindItems(WellKnownFolderName, String, ViewBase, Grouping, CancellationToken)
Obtains a grouped list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
Открытый методFindItems(WellKnownFolderName, SearchFilter, ViewBase, Grouping, CancellationToken)
Obtains a grouped list of items by searching the contents of a specific folder. Calling this method results in a call to EWS.
Открытый методFindItems(FolderId, String, Boolean, ViewBase, Grouping, CancellationToken)
Obtains a list of items by searching the contents of a specific folder. Along with conversations, a list of highlight terms are returned. Calling this method results in a call to EWS.
Открытый методFindPeople(WellKnownFolderName, SearchFilter, ViewBase)
This method is for browse scenarios. Retrieves a set of personas satisfying the specified browse conditions. Browse scenarios don't require query string.
Открытый методFindPeople(FolderId, SearchFilter, ViewBase, CancellationToken)
This method is for browse scenarios. Retrieves a set of personas satisfying the specified browse conditions. Browse scenariosdon't require query string.
Открытый методFindPeople(WellKnownFolderName, SearchFilter, ViewBase, String)
This method is for search scenarios. Retrieves a set of personas satisfying the specified search conditions.
Открытый методFindPeople(FolderId, SearchFilter, ViewBase, String, CancellationToken)
This method is for search scenarios. Retrieves a set of personas satisfying the specified search conditions.
Открытый методGetAppManifests(CancellationToken)
Get the app manifests.
Открытый методGetAppManifests(String, String, CancellationToken)
Get the app manifests. Works with Exchange 2013 SP1 or later EWS.
Открытый методGetAppMarketplaceUrl
Get App Marketplace Url.
Открытый методGetAppMarketplaceUrl(String, String, CancellationToken)
Get App Marketplace Url. Works with Exchange 2013 SP1 or later EWS.
Открытый методGetAttachments(String, NullableBodyType, IEnumerablePropertyDefinitionBase, CancellationToken)
Gets attachments.
Открытый методGetAttachments(Attachment, NullableBodyType, IEnumerablePropertyDefinitionBase, CancellationToken)
Gets attachments.
Открытый методGetClientAccessToken(IEnumerableKeyValuePairString, ClientAccessTokenType)
GetClientAccessToken
Открытый методGetClientAccessToken(ClientAccessTokenRequest, CancellationToken)
GetClientAccessToken
Открытый методGetClientExtension
Get the client extension data. This method is used in server-to-server calls to retrieve ORG extensions for admin powershell/UMC access and user's powershell/UMC access as well as user's activation for OWA/Outlook. This is expected to never be used or called directly from user client.
Открытый методGetConversationItems(IEnumerableConversationRequest, PropertySet, IEnumerableFolderId, NullableConversationSortOrder, CancellationToken)
Gets the items for a set of conversations.
Открытый методGetConversationItems(ConversationId, PropertySet, String, IEnumerableFolderId, NullableConversationSortOrder, CancellationToken)
Gets the items for a conversation.
Открытый методGetConversationItems(IEnumerableConversationRequest, PropertySet, IEnumerableFolderId, NullableConversationSortOrder, NullableMailboxSearchLocation, CancellationToken)
Gets the items for a set of conversations.
Открытый методGetDelegates(Mailbox, Boolean, IEnumerableUserId, CancellationToken)
Retrieves the delegates of a specific mailbox. Calling this method results in a call to EWS.
Открытый методGetDelegates(Mailbox, Boolean, CancellationToken, UserId)
Retrieves the delegates of a specific mailbox. Calling this method results in a call to EWS.
Открытый методGetDiscoverySearchConfiguration
Get dicovery search configuration
Открытый методGetGroupConversationItems
Gets the items for a conversation.
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetHoldOnMailboxes
Get hold on mailboxes
Открытый методGetInboxRules(CancellationToken)
Retrieves inbox rules of the authenticated user.
Открытый методGetInboxRules(String, CancellationToken)
Retrieves the inbox rules of the specified user.
Открытый методGetNonIndexableItemDetails(String)
Get non indexable item details
Открытый методGetNonIndexableItemDetails(GetNonIndexableItemDetailsParameters, CancellationToken)
Get non indexable item details
Открытый методGetNonIndexableItemDetails(String, NullableInt32, String, NullableSearchPageDirection)
Get non indexable item details
Открытый методGetNonIndexableItemStatistics(String)
Get non indexable item statistics
Открытый методGetNonIndexableItemStatistics(GetNonIndexableItemStatisticsParameters, CancellationToken)
Get non indexable item statistics
Открытый методGetOMEConfiguration
Get the OME (i.e. Office Message Encryption) configuration data. This method is used in server-to-server calls to retrieve OME configuration
Открытый методGetPasswordExpirationDate
Get the password expiration date
Открытый методGetPeopleInsights
This method is for retreiving people insight for given email addresses
Открытый методGetRoomLists
Retrieves a collection of all room lists in the organization.
Открытый методGetRooms
Retrieves a collection of all rooms in the specified room list in the organization.
Открытый методGetSearchableMailboxes
Get searchable mailboxes
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Открытый методGetUnifiedGroupUnseenCount
Gets the UnifiedGroupsUnseenCount for the group specfied
Открытый методGetUserAvailability(IEnumerableAttendeeInfo, TimeWindow, AvailabilityData)
Gets detailed information about the availability of a set of users, rooms, and resources within a specified time window.
Открытый методGetUserAvailability(IEnumerableAttendeeInfo, TimeWindow, AvailabilityData, AvailabilityOptions, CancellationToken)
Gets detailed information about the availability of a set of users, rooms, and resources within a specified time window.
Открытый методGetUserOofSettings
Gets Out of Office (OOF) settings for a specific user. Calling this method results in a call to EWS.
Открытый методGetUserPhoto
Get a user's photo.
Открытый методGetUserRetentionPolicyTags
Get user retention policy tags.
Открытый методGetUserUnifiedGroups(IEnumerableRequestedUnifiedGroupsSet, CancellationToken)
Gets the list of unified groups associated with the user
Открытый методGetUserUnifiedGroups(IEnumerableRequestedUnifiedGroupsSet, String, CancellationToken)
Gets the list of unified groups associated with the user
Открытый методInstallApp
Install App.
Открытый методLoadPropertiesForItems
Loads the properties of multiple items in a single call to EWS.
Открытый методMarkAsJunk
Mark items as junk.
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Открытый методMoveItems(IEnumerableItemId, FolderId, CancellationToken)
Moves multiple items in a single call to EWS.
Открытый методMoveItems(IEnumerableItemId, FolderId, Boolean, CancellationToken)
Moves multiple items in a single call to EWS.
Открытый методMoveItemsInConversations
Moves the items in the specified conversation to the specified destination folder. Calling this method results in a call to EWS.
Открытый методRegisterConsent
Sets the consent state of an extension.
Открытый методRemoveDelegates(Mailbox, IEnumerableUserId, CancellationToken)
Removes delegates on a specific mailbox. Calling this method results in a call to EWS.
Открытый методRemoveDelegates(Mailbox, CancellationToken, UserId)
Removes delegates on a specific mailbox. Calling this method results in a call to EWS.
Открытый методResolveName(String)
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. Calling this method results in a call to EWS.
Открытый методResolveName(String, ResolveNameSearchLocation, Boolean)
Finds contacts in the Global Address List that have names that match the one passed as a parameter. Calling this method results in a call to EWS.
Открытый методResolveName(String, IEnumerableFolderId, ResolveNameSearchLocation, Boolean)
Finds contacts in the Global Address List and/or in specific contact folders that have names that match the one passed as a parameter. Calling this method results in a call to EWS.
Открытый методResolveName(String, ResolveNameSearchLocation, Boolean, PropertySet)
Finds contacts in the Global Address List that have names that match the one passed as a parameter. Calling this method results in a call to EWS.
Открытый методResolveName(String, IEnumerableFolderId, ResolveNameSearchLocation, Boolean, PropertySet, CancellationToken)
Finds contacts in the Global Address List and/or in specific contact folders that have names that match the one passed as a parameter. Calling this method results in a call to EWS.
Открытый методSearchMailboxes(SearchMailboxesParameters, CancellationToken)
Search mailboxes
Открытый методSearchMailboxes(IEnumerableMailboxQuery, SearchResultType, CancellationToken)
Search mailboxes
Открытый методSearchMailboxes(IEnumerableMailboxQuery, SearchResultType, String, SortDirection, Int32, SearchPageDirection, String, CancellationToken)
Search mailboxes
Открытый методSearchPeople(ViewBase, String)
Searches for people who are relevant to the user, automatically determining the best sources to use.
Открытый методSearchPeople(ViewBase, String, DictionaryString, String, PeopleQueryMode, CancellationToken)
Searches for people who are relevant to the user
Открытый методSetClientExtension
Set the client extension data. This method is used in server-to-server calls to install/uninstall/configure ORG extensions to support admin's management of ORG extensions via powershell/UMC.
Открытый методSetFlagStatusForItemsInConversations
Sets flag status for items in conversation. Calling this method would result in call to EWS.
Открытый методSetHoldOnMailboxes(SetHoldOnMailboxesParameters, CancellationToken)
Set hold on mailboxes
Открытый методSetHoldOnMailboxes(String, HoldAction, String, String)
Set hold on mailboxes
Открытый методSetHoldOnMailboxes(String, HoldAction, String, String, CancellationToken)
Set hold on mailboxes
Открытый методSetHoldOnMailboxes(String, HoldAction, String, String, String, CancellationToken)
Set hold on mailboxes
Открытый методSetOMEConfiguration
Set the OME (i.e. Office Message Encryption) configuration data. This method is used in server-to-server calls to set encryption configuration
Открытый методSetReadStateForItemsInConversations(IEnumerableKeyValuePairConversationId, NullableDateTime, FolderId, Boolean, CancellationToken)
Sets the read state for items in conversation. Calling this method would result in call to EWS.
Открытый методSetReadStateForItemsInConversations(IEnumerableKeyValuePairConversationId, NullableDateTime, FolderId, Boolean, Boolean, CancellationToken)
Sets the read state for items in conversation. Calling this method would result in call to EWS.
Открытый методSetRetentionPolicyForItemsInConversations
Sets the retention policy for items in conversation. Calling this method would result in call to EWS.
Открытый методSetTeamMailbox
Set a TeamMailbox
Открытый методSetUnifiedGroupLastVisitedTime
Sets the LastVisitedTime for the group specfied
Открытый методSetUserOofSettings
Sets the Out of Office (OOF) settings for a specific mailbox. Calling this method results in a call to EWS.
Открытый методSubscribeToGroupPushNotifications
Subscribes to push notifications on a group mailbox. Calling this method results in a call to EWS.
Открытый методSubscribeToPullNotifications
Subscribes to pull notifications. Calling this method results in a call to EWS.
Открытый методSubscribeToPullNotificationsOnAllFolders
Subscribes to pull notifications on all folders in the authenticated user's mailbox. Calling this method results in a call to EWS.
Открытый методSubscribeToPushNotifications(IEnumerableFolderId, Uri, Int32, String, CancellationToken, EventType)
Subscribes to push notifications. Calling this method results in a call to EWS.
Открытый методSubscribeToPushNotifications(IEnumerableFolderId, Uri, Int32, String, String, CancellationToken, EventType)
Subscribes to push notifications. Calling this method results in a call to EWS.
Открытый методSubscribeToPushNotificationsOnAllFolders(Uri, Int32, String, CancellationToken, EventType)
Subscribes to push notifications on all folders in the authenticated user's mailbox. Calling this method results in a call to EWS.
Открытый методSubscribeToPushNotificationsOnAllFolders(Uri, Int32, String, String, CancellationToken, EventType)
Subscribes to push notifications on all folders in the authenticated user's mailbox. Calling this method results in a call to EWS.
Открытый методSubscribeToStreamingNotifications
Subscribes to streaming notifications. Calling this method results in a call to EWS.
Открытый методSubscribeToStreamingNotificationsOnAllFolders
Subscribes to streaming notifications on all folders in the authenticated user's mailbox. Calling this method results in a call to EWS.
Открытый методSyncFolderHierarchy(PropertySet, String)
Synchronizes the entire folder hierarchy of the mailbox this Service is connected to. Calling this method results in a call to EWS.
Открытый методSyncFolderHierarchy(FolderId, PropertySet, String, CancellationToken)
Synchronizes the sub-folders of a specific folder. Calling this method results in a call to EWS.
Открытый методSyncFolderItems(FolderId, PropertySet, IEnumerableItemId, Int32, SyncFolderItemsScope, String)
Synchronizes the items of a specific folder. Calling this method results in a call to EWS.
Открытый методSyncFolderItems(FolderId, PropertySet, IEnumerableItemId, Int32, Int32, SyncFolderItemsScope, String, CancellationToken)
Synchronizes the items of a specific folder. Calling this method results in a call to EWS.
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
Открытый методUninstallApp
Uninstall app.
Открытый методUnpinTeamMailbox
Unpin a TeamMailbox
Открытый методUpdateDelegates(Mailbox, NullableMeetingRequestsDeliveryScope, IEnumerableDelegateUser, CancellationToken)
Updates delegates on a specific mailbox. Calling this method results in a call to EWS.
Открытый методUpdateDelegates(Mailbox, NullableMeetingRequestsDeliveryScope, CancellationToken, DelegateUser)
Updates delegates on a specific mailbox. Calling this method results in a call to EWS.
Открытый методUpdateInboxRules(IEnumerableRuleOperation, Boolean, CancellationToken)
Updates the authenticated user's inbox rules by applying the specified operations.
Открытый методUpdateInboxRules(IEnumerableRuleOperation, Boolean, String, CancellationToken)
Update the specified user's inbox rules by applying the specified operations.
Открытый методUpdateItems(IEnumerableItem, FolderId, ConflictResolutionMode, NullableMessageDisposition, NullableSendInvitationsOrCancellationsMode)
Updates multiple items in a single EWS call. UpdateItems does not support items that have unsaved attachments.
Открытый методUpdateItems(IEnumerableItem, FolderId, ConflictResolutionMode, NullableMessageDisposition, NullableSendInvitationsOrCancellationsMode, Boolean, CancellationToken)
Updates multiple items in a single EWS call. UpdateItems does not support items that have unsaved attachments.
В начало страницы
События
  ИмяОписание
Открытое событиеOnResponseHeadersCaptured
Occurs when the http response headers of a server call is captured.
(Унаследован от ExchangeServiceBase.)
Открытое событиеOnSerializeCustomSoapHeaders
Provides an event that applications can implement to emit custom SOAP headers in requests that are sent to Exchange.
(Унаследован от ExchangeServiceBase.)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также