ExchangeServiceBinding.SendItemAsync Method (SendItemType, Object)
Asynchronously sends e-mail messages that are located in the Microsoft Exchange Server 2007 data store.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub SendItemAsync ( _
SendItem1 As SendItemType, _
userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim SendItem1 As SendItemType
Dim userState As Object
instance.SendItemAsync(SendItem1, userState)
public void SendItemAsync(
SendItemType SendItem1,
Object userState
)
Parameters
- SendItem1
Type: Microsoft.SharePoint.Portal.WebControls.SendItemType
- userState
Type: System.Object