Unit 'IdReplySMTP' Package
[Overview][Constants][Classes][Index] [#pl_indy]

TIdSMTPEnhancedCode

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

Declaration

Source position: IdReplySMTP.pas line 120

type TIdSMTPEnhancedCode = class(TPersistent)

protected

  FStatusClass: UInt32;

  

  FSubject: UInt32;

  

  FDetails: UInt32;

  

  FAvailable: Boolean;

  

  procedure AssignTo(); override;

  

  function IsValidReplyCode();

  

  function GetReplyAsStr;

  

  procedure SetReplyAsStr();

  

  procedure SetStatusClass();

  

  procedure SetAvailable();

  

public

  constructor Create;

  

  procedure Clear;

  

published

  property StatusClass: UInt32; [rw]

  

  property Subject: UInt32; [rw]

  

  property Details: UInt32; [rw]

  

  property Available: Boolean; [rw]

  

  property ReplyAsStr: string; [rw]

  

end;

Inheritance

TIdSMTPEnhancedCode

  

|

TObject



CT Web help

CodeTyphon Studio