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
C# |
---|
public IAsyncResult BeginComposeEmail( Contact to, string subject, AsyncCallback utilitiesCallback, Object state ) |
Parameters
- subject
- Type:
System
.
.
::
.
.
String
- utilitiesCallback
- Type:
System
.
.
::
.
.
AsyncCallback
- state
- Type:
System
.
.
::
.
.
Object