The mail software used by the person.

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

Syntax

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

See Also