Class ForwardingAddress
Settings for a forwarding address.
public class ForwardingAddress : IDirectResponseSchema
- Inheritance
-
ForwardingAddress
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
ForwardingAddress()
public ForwardingAddress()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
ForwardingEmail
An email address to which messages can be forwarded.
public virtual string ForwardingEmail { get; set; }
Property Value
VerificationStatus
Indicates whether this address has been verified and is usable for forwarding. Read-only.
public virtual string VerificationStatus { get; set; }