Table of Contents

Class UsersResource.MessagesResource.AttachmentsResource

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

The "attachments" collection of methods.

public class UsersResource.MessagesResource.AttachmentsResource
Inheritance
UsersResource.MessagesResource.AttachmentsResource
Inherited Members

Constructors

AttachmentsResource(IClientService)

Constructs a new resource.

public AttachmentsResource(IClientService service)

Parameters

service IClientService

Methods

Get(string, string, string)

Gets the specified message attachment.

public virtual UsersResource.MessagesResource.AttachmentsResource.GetRequest Get(string userId, string messageId, string id)

Parameters

userId string

The user's email address. The special value me can be used to indicate the authenticated user.

messageId string

The ID of the message containing the attachment.

id string

The ID of the attachment.

Returns

UsersResource.MessagesResource.AttachmentsResource.GetRequest