Click or drag to resize

BoxFolderSystemPurpose Property

When not null means that the folder has special system designation. Designations are: M=Mailbox(root folder), I=Inbox, D=Drafts, O=Outbox, S=Sent, T=Trash. [Filter(eq)] [ReadOnly]

Namespace:  Aloe.EnterpriseOne.Model.Applications.Mail
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<BoxFoldersRepositorySystemPurpose> SystemPurpose { get; set; }

Property Value

Type: NullableBoxFoldersRepositorySystemPurpose
See Also