EmailField

EmailField class

Describes email fields enumeration

public class EmailField : Enumeration

Constructors

Name Description
EmailField() Serialization constructor

Methods

Name Description
CompareTo(object) Compares current object to other.
virtual Equals(Enumeration) Determines whether two object instances are equal.
override Equals(object) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.
override ToString() Returns a string that represents the current object.

Fields

Name Description
static readonly Attachments Default field text is “Attachments”.
static readonly Bcc Default field text is “Bcc”.
static readonly Cc Default field text is “Cc”.
static readonly End Default field text is “End”.
static readonly From Default field text is “From”.
static readonly Importance Default field text is “Importance”.
static readonly Location Default field text is “Location”.
static readonly Organizer Default field text is “Organizer”.
static readonly PageHeader Default field text is “PageHeader”.
static readonly Recurrence Default field text is “Recurrence”.
static readonly RecurrencePattern Default field text is “RecurrencePattern”.
static readonly RequiredAttendees Default field text is “RequiredAttendees”.
static readonly Sent Default field text is “Sent”.
static readonly ShowTimeAs Default field text is “ShowTimeAs”.
static readonly Start Default field text is “Start”.
static readonly Subject Default field text is “Subject”.
static readonly TabField Default field text is “TabField”.
static readonly To Default field text is “To”.

See Also