public final class ExchangeFolderType
extends com.aspose.ms.System.Enum
Enumerates the distinguished folder types.
Modifier and Type | Field and Description |
---|---|
static int |
Appointment
This value represents the 'appointment' folder type ("IPF.Appointment").
|
static int |
Contact
This value represents the 'contacts' folder type ("IPF.Contact").
|
static int |
Imap
This value represents the 'imap' folder type ("IPF.IMAP").
|
static int |
Journal
This value represents the 'Journal' folder type ("IPF.Journal").
|
static int |
Note
This value represents the e-mail Message folder type ("IPF.Note").
|
static int |
StickyNote
This value represents the 'notes' folder type ("IPF.StickyNote").
|
static int |
Task
This value represents the 'Task' folder type ("IPF.Task").
|
static int |
Undefined
Undefined folder type.
|
public static final int Undefined
Undefined folder type.
public static final int Appointment
This value represents the 'appointment' folder type ("IPF.Appointment").
public static final int Contact
This value represents the 'contacts' folder type ("IPF.Contact").
public static final int Task
This value represents the 'Task' folder type ("IPF.Task").
public static final int Note
This value represents the e-mail Message folder type ("IPF.Note").
public static final int StickyNote
This value represents the 'notes' folder type ("IPF.StickyNote").
public static final int Journal
This value represents the 'Journal' folder type ("IPF.Journal").
public static final int Imap
This value represents the 'imap' folder type ("IPF.IMAP").
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.