FolderChangeType Class
The FolderChangeType class represents a collection of changes to be performed on a single folder.
Inheritance Hierarchy
System.Object
ExchangeWebServices.FolderChangeType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class FolderChangeType
'Usage
Dim instance As FolderChangeType
[SerializableAttribute]
public class FolderChangeType
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