help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes] Reference for unit 'lsmtp' (#LNet)

TMail

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lsmtp.pp line 58

type TMail = class

protected

  FMailText: String;

  FMailStream: TMimeStream;

  FRecipients: String;

  FSender: String;

  FSubject: String;

  function GetCount;

  function GetSection();

  procedure SetSection();

public

  constructor Create;

  destructor Destroy; override;

  procedure AddTextSection();

  procedure AddFileSection();

  procedure AddStreamSection();

  procedure DeleteSection();

  procedure RemoveSection();

  property MailText: String; [rw]

  property Sender: String; [rw]

  property Recipients: String; [rw]

  property Subject: String; [rw]

  property Sections: TMimeSection; default; [rw]

  property SectionCount: Integer; [r]

end;

Inheritance

TMail

|

TObject

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505