FolderChangeDescriptionType Class
The FolderChangeDescriptionType class describes a change to a single folder property.
Inheritance Hierarchy
System.Object
ExchangeWebServices.ChangeDescriptionType
ExchangeWebServices.FolderChangeDescriptionType
ExchangeWebServices.AppendToFolderFieldType
ExchangeWebServices.DeleteFolderFieldType
ExchangeWebServices.SetFolderFieldType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class FolderChangeDescriptionType _
Inherits ChangeDescriptionType
'Usage
Dim instance As FolderChangeDescriptionType
[SerializableAttribute]
public class FolderChangeDescriptionType : ChangeDescriptionType
Remarks
The SetFolderFieldType, AppendToFolderFieldType, and DeleteFolderFieldType classes are descendants of the FolderChangeDescriptionType 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