This documentation is archived and is not being maintained.
ExchangeServiceBinding.CreateFolder Method
EWS Managed API
The CreateFolder method sends the request and gets the response to a CreateFolder operation.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Assembly: EWS (in ews.dll)
[SoapHeaderAttribute("MailboxCulture")] [SoapHeaderAttribute("RequestServerVersionValue")] [SoapHeaderAttribute("SerializedSecurityContext")] [SoapHeaderAttribute("ExchangeImpersonation")] [SoapDocumentMethodAttribute("http://schemas.microsoft.com/exchange/services/2006/messages/CreateFolder", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare)] [SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out)] public CreateFolderResponseType CreateFolder ( CreateFolderType CreateFolder1 )
/** @attribute SoapHeaderAttribute("MailboxCulture") */ /** @attribute SoapHeaderAttribute("RequestServerVersionValue") */ /** @attribute SoapHeaderAttribute("SerializedSecurityContext") */ /** @attribute SoapHeaderAttribute("ExchangeImpersonation") */ /** @attribute SoapDocumentMethodAttribute("http://schemas.microsoft.com/exchange/services/2006/messages/CreateFolder", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare) */ /** @attribute SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out) */ public CreateFolderResponseType CreateFolder ( CreateFolderType CreateFolder1 )
SoapHeaderAttribute("MailboxCulture") SoapHeaderAttribute("RequestServerVersionValue") SoapHeaderAttribute("SerializedSecurityContext") SoapHeaderAttribute("ExchangeImpersonation") SoapDocumentMethodAttribute("http://schemas.microsoft.com/exchange/services/2006/messages/CreateFolder", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare) SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out) public function CreateFolder ( CreateFolder1 : CreateFolderType ) : CreateFolderResponseType
Parameters
- CreateFolder1
An instance of the CreateFolderType class that represents the folders to create.
Return Value
The CreateFolder method returns a CreateFolderResponseType object that contains the identifiers of the created folders.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)
Show: