EmailField
EmailField class
Beschreibt E-Mail-Felder enumeration
public class EmailField : Enumeration
Konstrukteure
| Name | 
Beschreibung | 
| EmailField() | 
Serialisierungskonstruktor | 
Methoden
| Name | 
Beschreibung | 
| CompareTo(object) | 
Vergleicht aktuelles Objekt mit anderem. | 
| virtual Equals(Enumeration) | 
Bestimmt, ob zwei Objektinstanzen gleich sind. | 
| override Equals(object) | 
Bestimmt, ob zwei Objektinstanzen gleich sind. | 
| override GetHashCode() | 
Dient als Standard-Hash-Funktion. | 
| override ToString() | 
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt. | 
Felder
| Name | 
Beschreibung | 
| static readonly Attachments | 
Standardfeldtext ist “Anlagen”. | 
| static readonly Bcc | 
Standardfeldtext ist “Bcc”. | 
| static readonly Cc | 
Standardfeldtext ist “Cc”. | 
| static readonly End | 
Standardfeldtext ist “Ende”. | 
| static readonly From | 
Standardfeldtext ist “Von”. | 
| static readonly Importance | 
Standardfeldtext ist “Wichtigkeit”. | 
| static readonly Location | 
Standardfeldtext ist “Standort”. | 
| static readonly Organizer | 
Standardfeldtext ist “Organizer”. | 
| static readonly PageHeader | 
Standardfeldtext ist “PageHeader”. | 
| static readonly Recurrence | 
Standardfeldtext ist “Wiederholung”. | 
| static readonly RecurrencePattern | 
Standardfeldtext ist “RecurrencePattern”. | 
| static readonly RequiredAttendees | 
Standardfeldtext ist “RequiredAttendees”. | 
| static readonly Sent | 
Standardfeldtext ist “Gesendet”. | 
| static readonly ShowTimeAs | 
Standardfeldtext ist “ShowTimeAs”. | 
| static readonly Start | 
Standardfeldtext ist “Start”. | 
| static readonly Subject | 
Standardfeldtext ist “Betreff”. | 
| static readonly TabField | 
Standardfeldtext ist “TabField”. | 
| static readonly To | 
Standardfeldtext ist “An”. | 
Siehe auch