ObjectType Enumeration

Independentsoft MSG .NET

ObjectType Enumeration MSG .NET Class Library
Represents type of an object.

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

Syntax

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

  Member nameValueDescription
AddressBookContainer0 Address book container object.
AddressBook1 Address book object.
Attachment2 Message attachment object.
DistributionList3 Distribution list object.
Folder4 Folder object.
Form5 Form object.
MailUser6 Messaging user object.
Message7 Message object.
ProfileSelection8 Profile section object.
Session9 Session object.
Status10 Status object.
MessageStore11 Message store object.
None12 None
See Also