UserConfiguration - класс

Represents an object that can be used to store user-defined configuration settings.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public class UserConfiguration
Inheritance
Object    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.
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets 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.
MemberwiseCloneCreates 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.
ToStringReturns 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)

См. также