DisplayType Enumeration

Independentsoft MSG .NET

DisplayType Enumeration MSG .NET Class Library
Contains a value used to associate an icon with a particular row of a table.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public enum DisplayType
public enum DisplayType
Public Enumeration DisplayType
Public Enumeration DisplayType
Dim instance As DisplayType
Dim instance As DisplayType
public enum DisplayType
public enum DisplayType
public enum DisplayType
public enum DisplayType
Independentsoft.Msg.DisplayType = function();
Independentsoft.Msg.DisplayType.createEnum('Independentsoft.Msg.DisplayType', false);
Independentsoft.Msg.DisplayType = function();
Independentsoft.Msg.DisplayType.createEnum('Independentsoft.Msg.DisplayType', false);
Members

  Member nameValueDescription
Agent0 An automated agent, such as Quote-Of-The-Day or a weather chart display.
DistributionList1 A distribution list.
Folder2 Display default folder icon adjacent to folder.
FolderLink3 Display default folder link icon adjacent to folder rather than the default folder icon.
FolderSpecial4 Display icon for a folder with an application-specific distinction, such as a special type of public folder.
Forum5 A forum, such as a bulletin board service or a public or shared folder.
GlobalAddressBook6 A global address book.
LocalAddressBook7 A local address book that you share with a small workgroup.
MailUser8 A typical messaging user.
Modifiable9 Modifiable; the container should be denoted as modifiable in the user interface.
Organization10 A special alias defined for a large group, such as helpdesk, accounting, or blood-drive coordinator.
PrivateDistributionList11 A private, personally administered distribution list.
RemoteMailUser12 A recipient known to be from a foreign or remote messaging system.
WideAreaNetworkAddressBook13 A wide area network address book.
NotSpecific14 Does not match any of the other settings.
None15 None.
See Also