Table of Contents

Class MessagePartHeader

Namespace
Google.Apis.Gmail.v1.Data
Assembly
Google.Apis.Gmail.v1.dll
public class MessagePartHeader : IDirectResponseSchema
Inheritance
MessagePartHeader
Implements
IDirectResponseSchema
Inherited Members

Constructors

MessagePartHeader()

public MessagePartHeader()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Name

The name of the header before the : separator. For example, To.

public virtual string Name { get; set; }

Property Value

string

Value

The value of the header after the : separator. For example, someuser@example.com.

public virtual string Value { get; set; }

Property Value

string