Utilities.BeginComposeEmail method (Contact, String, AsyncCallback, Object)
Launches a new Outlook message window pre-populated with the contact email address and subject string passed in the first two arguments of this method.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function BeginComposeEmail ( _
to As Contact, _
subject As String, _
utilitiesCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As Utilities
Dim to As Contact
Dim subject As String
Dim utilitiesCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginComposeEmail(to, _
subject, utilitiesCallback, state)
public IAsyncResult BeginComposeEmail(
Contact to,
string subject,
AsyncCallback utilitiesCallback,
Object state
)
Parameters
- to
Type: Microsoft.Lync.Model.Contact
- subject
Type: System.String
- utilitiesCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return value
Type: System.IAsyncResult