We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6e146 commit 31575f5Copy full SHA for 31575f5
scr/Mail4Delphi.Intf.pas
@@ -12,7 +12,7 @@ interface
12
function AddReplyTo(const AMail: string; const AName: string = ''): IMail;
13
function AddCC(const AMail: string; const AName: string = ''): IMail;
14
function AddBCC(const AMail: string; const AName: string = ''): IMail;
15
- function SetBody(const ABody: string): IMail;
+ function AddBody(const ABody: string): IMail;
16
function SetHost(const AHost: string): IMail;
17
function SetUserName(const AUserName: string): IMail;
18
function SetPassword(const APassword: string): IMail;
0 commit comments