Table of Contents

Class ListForwardingAddressesResponse

Namespace
Google.Apis.Gmail.v1.Data
Assembly
Google.Apis.Gmail.v1.dll

Response for the ListForwardingAddresses method.

public class ListForwardingAddressesResponse : IDirectResponseSchema
Inheritance
ListForwardingAddressesResponse
Implements
IDirectResponseSchema
Inherited Members

Constructors

ListForwardingAddressesResponse()

public ListForwardingAddressesResponse()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

ForwardingAddresses

List of addresses that may be used for forwarding.

public virtual IList<ForwardingAddress> ForwardingAddresses { get; set; }

Property Value

IList<ForwardingAddress>