Enum ShipmentLinkType
Customer action type (clicked a link, viewed an image etc) This Enum is used by: s_link_customer.link_type; s_link_customer_statical.link_type This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum ShipmentLinkType : short
Fields
| Name | Description |
|---|---|
| Consent | 4: Clicked and executed a manage consent link in the shipment |
| Image | 2: Viewed an image in the shipment |
| Link | 1: Clicked a link in the shipment |
| Unknown | 0: Unknown - should not be used. |
| Unsubscribe | 3: Clicked and executed an unsubscribe link in the shipment |