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

ServiceResponse - класс

Represents the standard response to an Exchange Web Services operation.
Иерархия наследования
SystemObject
  Tessa.Exchange.WebServices.DataServiceResponse
    Подробнее...

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

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

Свойства
  ИмяОписание
Открытое свойствоErrorCode
Gets the error code associated with this response.
Открытое свойствоErrorDetails
Gets error details associated with the response. If Result is set to Success, ErrorDetailsDictionary returns null. Error details will only available for some error codes. For example, when error code is ErrorRecurrenceHasNoOccurrence, the ErrorDetailsDictionary will contain keys for EffectiveStartDate and EffectiveEndDate.
Открытое свойствоErrorMessage
Gets a detailed error message associated with the response. If Result is set to Success, ErrorMessage returns null. ErrorMessage is localized according to the PreferredCulture property of the ExchangeService object that was used to call the method that generated the response.
Открытое свойствоErrorProperties
Gets information about property errors associated with the response. If Result is set to Success, ErrorProperties returns null. ErrorProperties is only available for some error codes. For example, when the error code is ErrorInvalidPropertyForOperation, ErrorProperties will contain the definition of the property that was invalid for the request.
Открытое свойствоResult
Gets the result associated with this response.
В начало страницы
Методы
  ИмяОписание
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Защищённый методFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object.)
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также
Иерархия наследования
SystemObject
  Tessa.Exchange.WebServices.DataServiceResponse
    Tessa.Exchange.WebServices.DataArchiveItemResponse
    Tessa.Exchange.WebServices.DataAttendeeAvailability
    Tessa.Exchange.WebServices.DataConvertIdResponse
    Tessa.Exchange.WebServices.DataCreateAttachmentResponse
    Tessa.Exchange.WebServices.DataDelegateUserResponse
    Tessa.Exchange.WebServices.DataDeleteAttachmentResponse
    Tessa.Exchange.WebServices.DataFindFolderResponse
    Tessa.Exchange.WebServices.DataGetAttachmentResponse
    Tessa.Exchange.WebServices.DataGetClientAccessTokenResponse
    Tessa.Exchange.WebServices.DataGetClientExtensionResponse
    Tessa.Exchange.WebServices.DataGetConversationItemsResponse
    Tessa.Exchange.WebServices.DataGetDiscoverySearchConfigurationResponse
    Tessa.Exchange.WebServices.DataGetFolderResponse
    Tessa.Exchange.WebServices.DataGetHoldOnMailboxesResponse
    Tessa.Exchange.WebServices.DataGetItemResponse
    Tessa.Exchange.WebServices.DataGetNonIndexableItemDetailsResponse
    Tessa.Exchange.WebServices.DataGetNonIndexableItemStatisticsResponse
    Tessa.Exchange.WebServices.DataGetOMEConfigurationResponse
    Tessa.Exchange.WebServices.DataGetSearchableMailboxesResponse
    Tessa.Exchange.WebServices.DataGetUserRetentionPolicyTagsResponse
    Tessa.Exchange.WebServices.DataMarkAsJunkResponse
    Tessa.Exchange.WebServices.DataMoveCopyFolderResponse
    Tessa.Exchange.WebServices.DataMoveCopyItemResponse
    Tessa.Exchange.WebServices.DataSearchMailboxesResponse
    Tessa.Exchange.WebServices.DataSetHoldOnMailboxesResponse
    Tessa.Exchange.WebServices.DataSyncResponseTServiceObject, TChange
    Tessa.Exchange.WebServices.DataUpdateItemResponse