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