|
|
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
EmailDLL Online Manual
Email.ClearBCC() example
this.EM = new Email();
var ErrVal = this.EM.Create(this);
if (ErrVal >= 0) {
...
...
this.EM.SendMessage();
...
...
this.EM.ClearBCC();
this.EM.AddBCC('mywife@mycompany.com');
...
this.EM.SendMessage();
...
}
|