C# Class org.GraphDefined.Vanaheimr.Hermod.Mail.EMailAddress

Show file Open project: Vanaheimr/Hermod Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
EMailAddress ( SimpleEMailAddress SimpleEMailAddress, PgpSecretKeyRing SecretKeyRing = null, PgpPublicKeyRing PublicKeyRing = null ) : System

Create a new e-mail address.

EMailAddress ( String SimpleEMailAddressString, PgpSecretKeyRing SecretKeyRing = null, PgpPublicKeyRing PublicKeyRing = null ) : System

Create a new e-mail address.

EMailAddress ( String OwnerName, SimpleEMailAddress SimpleEMailAddress, PgpSecretKeyRing SecretKeyRing = null, PgpPublicKeyRing PublicKeyRing = null ) : System

Create a new e-mail address.

EMailAddress ( String OwnerName, String SimpleEMailAddressString, PgpSecretKeyRing SecretKeyRing = null, PgpPublicKeyRing PublicKeyRing = null ) : System

Create a new e-mail address.

Parse ( String EMailString ) : EMailAddress
ToString ( ) : String

Returns a string representation of this object.

Method Details

EMailAddress() public method

Create a new e-mail address.
public EMailAddress ( SimpleEMailAddress SimpleEMailAddress, PgpSecretKeyRing SecretKeyRing = null, PgpPublicKeyRing PublicKeyRing = null ) : System
SimpleEMailAddress SimpleEMailAddress A simple e-mail address.
SecretKeyRing Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing The secret key ring for an e-mail address.
PublicKeyRing Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing The public key ring for an e-mail address.
return System

EMailAddress() public method

Create a new e-mail address.
public EMailAddress ( String SimpleEMailAddressString, PgpSecretKeyRing SecretKeyRing = null, PgpPublicKeyRing PublicKeyRing = null ) : System
SimpleEMailAddressString String A string representation of a simple e-mail address.
SecretKeyRing Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing The secret key ring for an e-mail address.
PublicKeyRing Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing The public key ring for an e-mail address.
return System

EMailAddress() public method

Create a new e-mail address.
public EMailAddress ( String OwnerName, SimpleEMailAddress SimpleEMailAddress, PgpSecretKeyRing SecretKeyRing = null, PgpPublicKeyRing PublicKeyRing = null ) : System
OwnerName String The name of the owner of the e-mail address.
SimpleEMailAddress SimpleEMailAddress A simple e-mail address.
SecretKeyRing Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing The secret key ring for an e-mail address.
PublicKeyRing Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing The public key ring for an e-mail address.
return System

EMailAddress() public method

Create a new e-mail address.
public EMailAddress ( String OwnerName, String SimpleEMailAddressString, PgpSecretKeyRing SecretKeyRing = null, PgpPublicKeyRing PublicKeyRing = null ) : System
OwnerName String The name of the owner of the e-mail address.
SimpleEMailAddressString String A string representation of a simple e-mail address.
SecretKeyRing Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing The public key ring for an e-mail address.
PublicKeyRing Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing The secret key ring for an e-mail address.
return System

Parse() public static method

public static Parse ( String EMailString ) : EMailAddress
EMailString String
return EMailAddress

ToString() public method

Returns a string representation of this object.
public ToString ( ) : String
return String