Düzenle

Aracılığıyla paylaş


EmailAdapter.BCC Property

Definition

Gets or sets the BCC recipients of an e-mail message associated with an EmailAdapterObject object.

public:
 property System::String ^ BCC { System::String ^ get(); void set(System::String ^ value); };
public string BCC { get; set; }
member this.BCC : string with get, set
Public Property BCC As String

Property Value

Examples

myEmailAdapter.<span class="label">BCC</span> = "address@example.com"

Remarks

The value must be a semicolon-delimited string that can be resolved into a list of valid e-mail addresses by the user's e-mail client.

Applies to