Partilhar via


UpdateFolderType.FolderChanges Property

The FolderChanges property gets or sets an array of changes that are made to a set of folders. This property is required. This is a read/write property.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlArrayItemAttribute("FolderChange", Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
Public Property FolderChanges As FolderChangeType()
[XmlArrayItemAttribute("FolderChange", Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
public FolderChangeType[] FolderChanges { get; set; }
[XmlArrayItemAttribute(L"FolderChange", Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
public:
property array<FolderChangeType^>^ FolderChanges {
    array<FolderChangeType^>^ get ();
    void set (array<FolderChangeType^>^ value);
}
/** @property */
public FolderChangeType[] get_FolderChanges ()

/** @property */
public void set_FolderChanges (FolderChangeType[] value)
public function get FolderChanges () : FolderChangeType[]

public function set FolderChanges (value : FolderChangeType[])

Property Value

The FolderChanges property returns a FolderChangeType array.

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.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)