EmailBlacklist class

From Catglobe Wiki
Revision as of 08:55, 3 August 2017 by Nguyenduyan (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>EmailBlacklist</nowiki> |Description=<nowiki>A EmailBlacklist helds the relevant information of a blacklist email</nowiki> |Constructors...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

EmailBlacklist



A EmailBlacklist helds the relevant information of a blacklist email

Constructors

  • (string emailAddress "Set emailAdress.") - Creat an new EmailBlacklist instance using an email
  • (string emailAddress "Set emailAdress.", string comment "Set comment.") - Creat an new EmailBlacklist instance using an email and relevant comment

Methods

  • string ToString() - The string representation of the object.

Properties

  • string Comment { get; set; } - Get/Set email comment
  • DateTime Date { get; } - Get date
  • string Email { get; set; } - Get/Set email address
  • string ObjectTypeName { get; } - The name of the type of object.
  • TypeInformation TypeInformation { get; } - Get information about this class.