Enum EmailPreferences.Types.OptInState
Opt in state of the email preference.
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public enum EmailPreferences.Types.OptInState
Fields
Name | Description |
---|---|
OptedIn | User has opted in to receiving this type of email. |
OptedOut | User has opted out of receiving this type of email. |
Unconfirmed | User has opted in to receiving this type of email and the confirmation email has been sent, but user has not yet confirmed the opt in (applies only to certain countries). |
Unspecified | Opt-in status is not specified. |