ExchangeServiceBinding.CreateAttachment 方法

定义请求以Microsoft Exchange Server 2007存储中创建项目的附件。

命名空间:  Microsoft.SharePoint.Portal.WebControls
程序集:  Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)

语法

声明
Public Function CreateAttachment ( _
    CreateAttachment1 As CreateAttachmentType _
) As CreateAttachmentResponseType
用法
Dim instance As ExchangeServiceBinding
Dim CreateAttachment1 As CreateAttachmentType
Dim returnValue As CreateAttachmentResponseType

returnValue = instance.CreateAttachment(CreateAttachment1)
public CreateAttachmentResponseType CreateAttachment(
    CreateAttachmentType CreateAttachment1
)

参数

  • CreateAttachment1
    类型:CreateAttachmentType

    请求以创建附件。

返回值

类型:CreateAttachmentResponseType
一个对象,表示请求以创建附件。

另请参阅

引用

ExchangeServiceBinding 类

ExchangeServiceBinding 成员

Microsoft.SharePoint.Portal.WebControls 命名空间