Difference between revisions of "TSmtpCli.MessageSize"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
== Description == | == Description == | ||
− | Has to be set manually or by executing method [[TSmtpCli.CalcMsgSize | '''CalcMsgSize''']] before method [[TSmtpCli.MailFromSIZE | '''MailFromSIZE''']] (RFC-1870 SIZE extension) can be used. | + | Has to be set manually or by executing method [[TSmtpCli.CalcMsgSize | '''CalcMsgSize''']] before method [[TSmtpCli.MailFromSIZE | '''MailFromSIZE''']] [http://www.ietf.org/rfc/rfc1870 (RFC-1870 SIZE extension)] can be used. |
== Example == | == Example == |
Latest revision as of 07:14, 30 May 2009
Main page -> ICS component reference -> TSmtpCli -> MessageSize
Definition
property MessageSize : Int64
Description
Has to be set manually or by executing method CalcMsgSize before method MailFromSIZE (RFC-1870 SIZE extension) can be used.
Example
nothing yet
Best practices
nothing yet