EldoS
Navigation
Web site
Support
Table Of Contents

TElMailAddress class

Properties     Methods     Declared in     See also    


 

TElMailAddress is a descendant of TElCustomControlledProcess.

 
 

Description

    This class is used to manipulate mail addresses.

    The following paragraph is taken from RFC 2822 (Resnick), part 3.4:

    «Normally, a mailbox is comprised of two parts: (1) an optional display name that indicates the name of the recipient (which could be a person or a system) that could be displayed to the user of a mail application, and (2) an addr-spec address enclosed in angle brackets ("<" and ">"). There is also an alternate simple form of a mailbox where the addr-spec address appears alone, without the recipient's name or the angle brackets. »

    Display name is specified by Alias property while address itself is kept in Address property.

     Don't use this class for management of sender and recipient header fields (From:, To:, CC: etc.). Use TElMailAddressList class for these purposes.

 
 

Properties

  • Alias
  • Address
Inherited from TElCustomControlledProcess
  • ProcessController
  • ProcessLocked
 
 

Methods

  • Constructor
  • Clone
  • IsAddress
  • IsAlias
Inherited from TElCustomControlledProcess
  • CheckProcessController
 
 

Declared in

.NET:

  • Namespace: SBMIME
  • Assembly: SecureBlackbox.MIME
VCL:
  • Unit: SBMIME
ActiveX/DLL: Not available
 
 

See also:     MailAddressGroup     MailAddressList    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation