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

UserConfiguration - класс

Represents an object that can be used to store user-defined configuration settings.
Иерархия наследования
SystemObject
  Tessa.Exchange.WebServices.DataUserConfiguration

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

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

Конструкторы
  ИмяОписание
Открытый методUserConfiguration
Initializes a new instance of UserConfiguration class.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоBinaryData
Gets or sets the binary data of the user configuration.
Открытое свойствоDictionary
Gets the dictionary of the user configuration.
Открытое свойствоIsDirty
Gets a value indicating whether this user configuration has been modified.
Открытое свойствоItemId
Gets the Id of the user configuration.
Открытое свойствоName
Gets the name of the user configuration.
Открытое свойствоParentFolderId
Gets the Id of the folder containing the user configuration.
Открытое свойствоXmlData
Gets or sets the xml data of the user configuration.
В начало страницы
Методы
  ИмяОписание
Открытый методСтатический членBind(ExchangeService, String, WellKnownFolderName, UserConfigurationProperties)
Binds to an existing user configuration and loads the specified properties. Calling this method results in a call to EWS.
Открытый методСтатический членBind(ExchangeService, String, FolderId, UserConfigurationProperties, CancellationToken)
Binds to an existing user configuration and loads the specified properties. Calling this method results in a call to EWS.
Открытый методDelete
Deletes the user configuration. Calling this method results in a call to EWS.
Открытый метод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.)
Открытый методLoad
Loads the specified properties on the user configuration. Calling this method results in a call to EWS.
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Открытый методSave(String, WellKnownFolderName)
Saves the user configuration. Calling this method results in a call to EWS.
Открытый методSave(String, FolderId, CancellationToken)
Saves the user configuration. Calling this method results in a call to EWS.
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
Открытый методUpdate
Updates the user configuration by applying local changes to the Exchange server. Calling this method results in a call to EWS.
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также