The email address.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Address { get; set; }
Visual Basic
Public Property Address As String
	Get
	Set
Visual C++
public:
property String^ Address {
	String^ get ();
	void set (String^ value);
}

Remarks

The format of the email address is not validated by the class.

See Also