Gets the address collection that contains the blind carbon copy (BCC) recipients for this e-mail message

Namespace:  MicroMighty.SDK.Net.Tools
Assembly:  MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)

Syntax

Visual Basic (Declaration)
Public Property AddressesBCC As MailAddressCollection
C#
public MailAddressCollection AddressesBCC { get; set; }
Visual C++
public:
property MailAddressCollection^ AddressesBCC {
	MailAddressCollection^ get ();
	void set (MailAddressCollection^ value);
}
JavaScript
function get_addressesBCC();
function set_addressesBCC(value);

See Also