ExchangeServiceBinding.GetAttachment 方法

检索现有的Microsoft Exchange Server 2007数据存储区中的邮件上的附件。

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

语法

声明
Public Function GetAttachment ( _
    GetAttachment1 As GetAttachmentType _
) As GetAttachmentResponseType
用法
Dim instance As ExchangeServiceBinding
Dim GetAttachment1 As GetAttachmentType
Dim returnValue As GetAttachmentResponseType

returnValue = instance.GetAttachment(GetAttachment1)
public GetAttachmentResponseType GetAttachment(
    GetAttachmentType GetAttachment1
)

参数

  • GetAttachment1
    类型:GetAttachmentType

    要检索的附件。

返回值

类型:GetAttachmentResponseType
一个表示要检索的附件对象。

另请参阅

引用

ExchangeServiceBinding 类

ExchangeServiceBinding 成员

Microsoft.SharePoint.Portal.WebControls 命名空间