ExchangeServiceBinding.CreateItemAsync Method (, Object)

Creates an item asynchronously.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Sub CreateItemAsync ( _
    CreateItem1 As CreateItemType, _
    userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim CreateItem1 As CreateItemType
Dim userState As Object

instance.CreateItemAsync(CreateItem1, _
    userState)
public void CreateItemAsync(
    CreateItemType CreateItem1,
    Object userState
)

Parameters

  • CreateItem1
    Type: CreateItemType
    An item to create.

See Also

Reference

ExchangeServiceBinding Class

ExchangeServiceBinding Members

CreateItemAsync Overload

Microsoft.SharePoint.Portal.WebControls Namespace