Class AutoForwarding
Auto-forwarding settings for an account.
public class AutoForwarding : IDirectResponseSchema
- Inheritance
-
AutoForwarding
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
AutoForwarding()
public AutoForwarding()
Properties
Disposition
The state that a message should be left in after it has been forwarded.
public virtual string Disposition { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
EmailAddress
Email address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses.
public virtual string EmailAddress { get; set; }
Property Value
Enabled
Whether all incoming mail is automatically forwarded to another address.
public virtual bool? Enabled { get; set; }
Property Value
- bool?