Unit 'IdEMailAddress' Package
[Overview][Classes][Index] [#pl_indy]

TIdEMailAddressItem

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

Declaration

Source position: IdEMailAddress.pas line 124

type TIdEMailAddressItem = class(TCollectionItem)

protected

  FAddress: string;

  

  FName: string;

  

  function GetText;

  

  procedure SetText();

  

  function ConvertAddress;

  

  function GetDomain;

  

  procedure SetDomain();

  

  function GetUsername;

  

  procedure SetUsername();

  

public

  procedure Assign(); override;

  

  constructor Create();

  

published

  property Address: string; [rw]

  

  property Name: string; [rw]

  

  property Text: string; [rw]

  

  property Domain: string; [rw]

  

  property User: string; [rw]

  

end;

Inheritance

TIdEMailAddressItem

  

|

TObject



CT Web help

CodeTyphon Studio