Share via


Utilities.BeginComposeEmail method

Overload list

  Name Description
Public method BeginComposeEmail(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.
Public method BeginComposeEmail(DistributionGroup, String, AsyncCallback, Object) Launches a new Outlook message window pre-populated with the specified distribution group and subject string passed in the first two arguments of this method.
Public method BeginComposeEmail(IEnumerable<Contact>, IEnumerable<DistributionGroup>, String, AsyncCallback, Object) Launches a new Outlook message window pre-populated with the email addresses in the specified contact list and subject string passed in the first two arguments of this method.

Top

See also

Reference

Utilities class

Utilities members

Microsoft.Lync.Model namespace