Class EmailForwarding
Email forwarding configuration.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class EmailForwarding : IDirectResponseSchema
Properties
Alias
An alias recipient email that forwards emails to the target_email_address
. For example,
admin@example.com
or *@example.com
(wildcard alias forwards all the emails under the registered domain).
Declaration
[JsonProperty("alias")]
public virtual string Alias { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetEmailAddress
Target email that receives emails sent to the alias
.
Declaration
[JsonProperty("targetEmailAddress")]
public virtual string TargetEmailAddress { get; set; }
Property Value
Type | Description |
---|---|
string |