ExchangeServiceBinding.SendItemAsync 方法 (, Object)

以异步方式发送电子邮件,它们位于Microsoft Exchange Server 2007的数据存储区中。

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

语法

声明
Public Sub SendItemAsync ( _
    SendItem1 As SendItemType, _
    userState As Object _
)
用法
Dim instance As ExchangeServiceBinding
Dim SendItem1 As SendItemType
Dim userState As Object

instance.SendItemAsync(SendItem1, userState)
public void SendItemAsync(
    SendItemType SendItem1,
    Object userState
)

参数

  • SendItem1
    类型:SendItemType

另请参阅

引用

ExchangeServiceBinding 类

ExchangeServiceBinding 成员

SendItemAsync 重载

Microsoft.SharePoint.Portal.WebControls 命名空间