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