EmailComposeTask.Bcc Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the recipients on the Bcc line of the new email message.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object Bcc="string" .../>
Property Value
Type: System.StringType: String. Gets or sets the recipients on the Bcc 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
Show: