| MailControllerLoadMailLogs Method |
Returns MailLogs object
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic MailLogs LoadMailLogs(
MailLogLoadOptions loadOptions
)
Parameters
- loadOptions
- Type: Omada.OE.ModelMailLogLoadOptions
Load options in form of MailLogLoadOptions object
Return Value
Type:
MailLogsReturns MailLogs object
ExceptionsException | Condition |
---|
SecurityException | When user do not have AuthElement EmailLog with Read premission |
See Also