PocketPlanner Programmer's Guide

Contact.Email Property

See Also

Gets or sets the e-mail address of the contact.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public string Email { get; set; }

Visual Basic

Public Property Email As String

 Property Value

A string containing an e-mail address. The default is an empty string.

 See Also