Returns the previous and next e-mails of the given e-mail in the order specified by ORDER BY parameter matching the WHERE criteria.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- emailId
- Type: System Int32
ID of the e-mail relative to which the previous and next e-mails are returned
- where
- Type: System String
Where condition
- orderBy
- Type: System String
Order by columns
Return Value
Type: Int32See Also