ExchangeServiceBinding.CreateAttachmentAsync Method (CreateAttachmentType, Object)
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, _
userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim CreateAttachment1 As CreateAttachmentType
Dim userState As Object
instance.CreateAttachmentAsync(CreateAttachment1, _
userState)
public void CreateAttachmentAsync(
CreateAttachmentType CreateAttachment1,
Object userState
)
Parameters
- CreateAttachment1
Type: Microsoft.SharePoint.Portal.WebControls.CreateAttachmentType
A request to create an attachment.
- userState
Type: System.Object
See Also
Reference
ExchangeServiceBinding Members