ExchangeServiceBinding.CreateAttachment Method
Defines a request to create an attachment to an item in the Microsoft Exchange Server 2007 store.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function CreateAttachment ( _
CreateAttachment1 As CreateAttachmentType _
) As CreateAttachmentResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim CreateAttachment1 As CreateAttachmentType
Dim returnValue As CreateAttachmentResponseType
returnValue = instance.CreateAttachment(CreateAttachment1)
public CreateAttachmentResponseType CreateAttachment(
CreateAttachmentType CreateAttachment1
)
Parameters
- CreateAttachment1
Type: CreateAttachmentType
A request to create an attachment.
Return Value
Type: CreateAttachmentResponseType
An object representing a request to create an attachment.