ExchangeServiceBinding.CreateAttachmentAsync Method ()

Defines a request to create an attachment to an item asynchronously in the Microsoft Exchange Server 2007 store.

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

Syntax

'Declaration
Public Sub CreateAttachmentAsync ( _
    CreateAttachment1 As CreateAttachmentType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim CreateAttachment1 As CreateAttachmentType

instance.CreateAttachmentAsync(CreateAttachment1)
public void CreateAttachmentAsync(
    CreateAttachmentType CreateAttachment1
)

Parameters

  • CreateAttachment1
    Type: CreateAttachmentType
    A request to create an attachment.

See Also

Reference

ExchangeServiceBinding Class

ExchangeServiceBinding Members

CreateAttachmentAsync Overload

Microsoft.SharePoint.Portal.WebControls Namespace