ExchangeServiceBinding.DeleteAttachment 方法

从现有项目Microsoft Exchange Server 2007数据存储区中删除文件和项的附件。

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

语法

声明
Public Function DeleteAttachment ( _
    DeleteAttachment1 As DeleteAttachmentType _
) As DeleteAttachmentResponseType
用法
Dim instance As ExchangeServiceBinding
Dim DeleteAttachment1 As DeleteAttachmentType
Dim returnValue As DeleteAttachmentResponseType

returnValue = instance.DeleteAttachment(DeleteAttachment1)
public DeleteAttachmentResponseType DeleteAttachment(
    DeleteAttachmentType DeleteAttachment1
)

参数

  • DeleteAttachment1
    类型:DeleteAttachmentType

    表示要从另一个项目中删除文件或项目的附件。

返回值

类型:DeleteAttachmentResponseType

另请参阅

引用

ExchangeServiceBinding 类

ExchangeServiceBinding 成员

Microsoft.SharePoint.Portal.WebControls 命名空间