TMailAddress

An e-mail address with its optional associated Name

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TReferenceCountedObjectObject that keeps track of the number of times it is referenced from other objects
4TMailAddress

Source

Mail.Address.pas (28)

Fields

ScopeVisibilityTypeNameDescription
InstanceprivateTTextFName
InstanceprivateTTextFAddress

Methods

ScopeVisibilityResultNameDescription
InstancepublicCreate(Name: TText; Address: TText)
InstancepublicCreate(Address: TText)
InstancepublicTTextToText()
TypepublicTMailAddressLoadFromElement(Element: TDomElement)
TypepublicTBooleanCheckSyntax(Value: TText)