UpdateFolderResponseType Class
The UpdateFolderResponseType class represents a response to an UpdateFolder method call.
Inheritance Hierarchy
System.Object
ExchangeWebServices.BaseResponseMessageType
ExchangeWebServices.UpdateFolderResponseType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class UpdateFolderResponseType _
Inherits BaseResponseMessageType
'Usage
Dim instance As UpdateFolderResponseType
[SerializableAttribute]
public class UpdateFolderResponseType : BaseResponseMessageType
Remarks
For an example that uses the UpdateFolderResponseType class, see UpdateFolderType.
An UpdateFolderResponseType object is returned by the UpdateFolder method.
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