Class TRkMailMessage (unit RkMail)

Inherits from

TComponent

Constructors


constructor Create( AOwner : TComponent );

============================} {== TRkMailMessage Methods ==} {============================


Functions

destructor Destroy;


procedure Logoff;


procedure Logon;

Put the current component on the FFreeNotifies list of the specified edit component by calling the edit's FreeNotification method.

procedure Send;

Supporting Constants and Types used to cast generic pointers

procedure Notification( AComponent : TComponent; Operation : TOperation );

========================================================================= TRkMailMessage.

procedure SetAttachments( Value : TStrings );


procedure SetCcRecipients( Value : TStrings );


procedure SetMailMessage( Value : TStrings );


procedure SetMessageMemo( Value : TCustomMemo );


procedure SetSubjectEdit( Value : TCustomEdit );

Put the current component on the FFreeNotifies list of the specified memo component by calling the memo's FreeNotification method.

procedure SetToRecipients( Value : TStrings );


Properties

property About : TRkAboutInfo


property Attachments : TStrings


property CcRecipients : TStrings


property MessageMemo : TCustomMemo


property MessageText : TStrings


property Password : string


property ProfileName : string


property Review : Boolean


property Subject : string


property SubjectEdit : TCustomEdit


property ToRecipients : TStrings


Events

Variables

FAboutInfo : TRkAboutInfo;


FAttachments : TStrings;


FCcRecipients : TStrings;


FMessageMemo : TCustomMemo;


FMessageText : TStrings;


FPassword : string;


FProfileName : string;


FReview : Boolean;


FSession : Longint;


FSubject : string;


FSubjectEdit : TCustomEdit;


FToRecipients : TStrings;



Constructors


constructor Create( AOwner : TComponent );

============================} {== TRkMailMessage Methods ==} {============================


Functions


destructor Destroy;


procedure Logoff;


procedure Logon;

Put the current component on the FFreeNotifies list of the specified edit component by calling the edit's FreeNotification method.


procedure Send;

Supporting Constants and Types used to cast generic pointers


procedure Notification( AComponent : TComponent; Operation : TOperation );

========================================================================= TRkMailMessage.Notification This method is overridden to ensure that FMessageMemo and FSubjectEdit are set to nil if the corresponding Memo component is deleted from the form. This method should be used whenever a contains a reference to another component. =========================================================================


procedure SetAttachments( Value : TStrings );


procedure SetCcRecipients( Value : TStrings );


procedure SetMailMessage( Value : TStrings );


procedure SetMessageMemo( Value : TCustomMemo );


procedure SetSubjectEdit( Value : TCustomEdit );

Put the current component on the FFreeNotifies list of the specified memo component by calling the memo's FreeNotification method.


procedure SetToRecipients( Value : TStrings );


Properties


property About : TRkAboutInfo


property Attachments : TStrings


property CcRecipients : TStrings


property MessageMemo : TCustomMemo


property MessageText : TStrings


property Password : string


property ProfileName : string


property Review : Boolean


property Subject : string


property SubjectEdit : TCustomEdit


property ToRecipients : TStrings


Events


Variables


FAboutInfo : TRkAboutInfo;


FAttachments : TStrings;


FCcRecipients : TStrings;


FMessageMemo : TCustomMemo;


FMessageText : TStrings;


FPassword : string;


FProfileName : string;


FReview : Boolean;


FSession : Longint;


FSubject : string;


FSubjectEdit : TCustomEdit;


FToRecipients : TStrings;