Click or drag to resize
GenerateQueueItemsEventArgs Properties

The GenerateQueueItemsEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyEmailAddressBlocker
Every email should be checked using this email address blocker before it is added to the email queue.
Public propertyGeneratedEmails
E-mail addresses that have been already added to the queue. Used to remove duplicates throughout different subscriber types.
Public propertyIssue
Issue that's being sent.
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertySubscriber
Subscriber to which the issue is being sent. Can be null to indicate that issue is being sent to all subscribers.
Top
See Also