다음을 통해 공유


ExchangeServiceBinding.SendItem Method

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 Function SendItem ( _
    SendItem1 As SendItemType _
) As SendItemResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim SendItem1 As SendItemType
Dim returnValue As SendItemResponseType

returnValue = instance.SendItem(SendItem1)
public SendItemResponseType SendItem(
    SendItemType SendItem1
)

Parameters

  • SendItem1
    Type: SendItemType

Return Value

Type: SendItemResponseType

See Also

Reference

ExchangeServiceBinding Class

ExchangeServiceBinding Members

Microsoft.SharePoint.Portal.WebControls Namespace