Click or drag to resize

SendGridEventevent_type Property

The event type packaged in a EventType class which includes the event_name and the event type number (converted from the inbound string).
EventCorresponding xot_email_event.event_type_idNote
processed1accepted/processed depending on service
delivered2
opened3
deferred4
bounced5
complained6
dropped7
clicked8
unsubscribed9
unknown10
rejected102

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public EventType event_type { get; set; }

Property Value

Type: EventType
See Also