This topic has not yet been rated - Rate this topic

EmailComposeTask.Cc Property

Windows Phone

March 22, 2012

Gets or sets the recipients on the Cc line of the new email message.

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
public string Cc { get; set; }
<object Cc="string" .../>

Property Value

Type: System.String
Type: String. The recipients on the Cc line of the new email message.

This property follows the RFC specification for email addresses. Do not use a comma to delimit multiple addresses. The following are some examples of properly formatted addresses.

“Display Name” <username@domain.com>
username@domain.com
“Display Name1” <username1@domain.com>; “Display Name 2” <username2@domain.com>
username1@domain.com; username2@domain.com; username3@domain.com

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)