ChangeDescriptionType Class
The ChangeDescriptionType class is the base class that is used to describe changes in UpdateFolder and UpdateItem operations.
Inheritance Hierarchy
System.Object
ExchangeWebServices.ChangeDescriptionType
ExchangeWebServices.FolderChangeDescriptionType
ExchangeWebServices.ItemChangeDescriptionType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class ChangeDescriptionType
'Usage
Dim instance As ChangeDescriptionType
[SerializableAttribute]
public abstract class ChangeDescriptionType
Remarks
The FolderChangeDescriptionType and ItemChangeDescriptionType classes are descendants of the ChangeDescriptionType class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also