| MailControllerGetMailLogCount Method |
Returns number of entries in tblMailLog sql table
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic int GetMailLogCount(
MailLogCountLoadOptions loadOptions
)
Parameters
- loadOptions
- Type: Omada.OE.ModelMailLogCountLoadOptions
Filtering options in form of MailLogCountLoadOptions object
Return Value
Type:
Int32Returns number of mail log entries
ExceptionsException | Condition |
---|
SecurityException | When user do not have AuthElement EmailLog with Read premission |
See Also