Click or drag to resize

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
Syntax
C#
public int GetMailLogCount(
	MailLogCountLoadOptions loadOptions
)

Parameters

loadOptions
Type: Omada.OE.ModelMailLogCountLoadOptions
Filtering options in form of MailLogCountLoadOptions object

Return Value

Type: Int32
Returns number of mail log entries
Exceptions
ExceptionCondition
SecurityExceptionWhen user do not have AuthElement EmailLog with Read premission
See Also