ExchangeServiceBinding.CreateManagedFolder, méthode (Microsoft.SharePoint.Portal.WebControls)
Creates a managed folder in the Microsoft Exchange Server 2007 data store.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<SoapHeaderAttribute("SerializedSecurityContext")> _
<SoapHeaderAttribute("ExchangeImpersonation")> _
<SoapHeaderAttribute("ServerVersionInfoValue", Direction:=SoapHeaderDirection.Out)> _
<SoapHeaderAttribute("MailboxCulture")> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/CreateManagedFolder", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Bare)> _
Public Function CreateManagedFolder ( _
CreateManagedFolder1 As CreateManagedFolderRequestType _
) As CreateManagedFolderResponseType
'Utilisation
Dim instance As ExchangeServiceBinding
Dim CreateManagedFolder1 As CreateManagedFolderRequestType
Dim returnValue As CreateManagedFolderResponseType
returnValue = instance.CreateManagedFolder(CreateManagedFolder1)
[SoapHeaderAttribute("SerializedSecurityContext")]
[SoapHeaderAttribute("ExchangeImpersonation")]
[SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out)]
[SoapHeaderAttribute("MailboxCulture")]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/CreateManagedFolder", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare)]
public CreateManagedFolderResponseType CreateManagedFolder (
CreateManagedFolderRequestType CreateManagedFolder1
)
Paramètres
- CreateManagedFolder1
A folder to create.
Valeur de retour
An object representing a folder to create.
Voir aussi
Référence
ExchangeServiceBinding, classe
Membres ExchangeServiceBinding
Microsoft.SharePoint.Portal.WebControls, espace de noms