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