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).
Event | Corresponding xot_email_event.event_type_id | Note |
---|
processed | 1 | accepted/processed depending on service |
delivered | 2 | |
opened | 3 | |
deferred | 4 | |
bounced | 5 | |
complained | 6 | |
dropped | 7 | |
clicked | 8 | |
unsubscribed | 9 | |
unknown | 10 | |
rejected | 102 | |
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; }
Public Property event_type As EventType
Get
Set
Property Value
Type:
EventTypeSee Also