Difference between revisions of "TSmtpCli.MailFromSIZE"

From Overbyte
Jump to navigation Jump to search
 
Line 6: Line 6:
  
 
== Description ==
 
== Description ==
Same as method [[TSmtpCli.MailFrom | '''MailFrom''']] however it makes use of RFC-1870 SIZE extension. The server must support this extension.
+
Same as method [[TSmtpCli.MailFrom | '''MailFrom''']] however appends value of property [[TSmtpCli.MessageSize | '''MessageSize''']] as an argument (see RFC-1870 SIZE extension). The server must support this extension and .
  
 
== Example ==
 
== Example ==

Revision as of 15:28, 29 May 2009

Main page -> ICS component reference -> TSmtpCli -> MailFromSIZE

Definition

procedure TSmtpCli.MailFromSIZE

  • Inherited from TCustomSmtpClient.MailFromSIZE

Description

Same as method MailFrom however appends value of property MessageSize as an argument (see RFC-1870 SIZE extension). The server must support this extension and .

Example

nothing yet

Best practices

nothing yet