Email address


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Property EmailAddress As String
C#
public string EmailAddress { get; set; }
C++
public property string EmailAddress sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_EmailAddress();

/** property */
public void set_EmailAddress(string value);
JScript
public function get EmailAddress() : String

public function set EmailAddress(value : String);

Property Value

A string containing the email address for a contact

Exceptions

Exception TypeCondition
ArgumentExceptionThrown if the email address format deemed invalid

See Also