DocBook|Search
Class Reference
%BI.MailOutBox
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%BI] >  [MailOutBox]
Private  Storage  

persistent class %BI.MailOutBox extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
9 1 2


Summary

Properties
MailAtt MailBcc MailCc MailDate MailMsg
MailSubject MailSysUser MailTo MailUID

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%BuildIndices %CheckUnique %ClassIsLatestVersion %ClassName
%ComposeOid %ConstructClone %Delete %DeleteExtent
%DeleteId %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Exists %ExistsId %Extends %GUID
%GUIDSet %GetLock %GetParameter %GetSwizzleObject
%Id %InsertBatch %IsA %IsModified
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateObject


Properties

• property MailAtt as %String;
• property MailBcc as %String(MAXLEN=1000);
• property MailCc as %String(MAXLEN=1000);
• property MailDate as %String;
• property MailMsg as %String(MAXLEN=10000);
• property MailSubject as %String(MAXLEN=1000);
• property MailSysUser as %String;
• property MailTo as %String(MAXLEN=100);
• property MailUID as %String;

Queries

• query MailByUID()
SQL Query :
SELECT ID,MailTo,MailSubject,MailDate FROM %BI.MailOutBox ORDER BY MailUID

Indices

• index (UID on MailSysUser:Exact,MailUID:Exact);
• index (Usr on MailSysUser:Exact);