Show / Hide Table of Contents

Class UsersResource.MessagesResource.AttachmentsResource

The "attachments" collection of methods.

Inheritance
object
UsersResource.MessagesResource.AttachmentsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Gmail.v1
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class UsersResource.MessagesResource.AttachmentsResource

Constructors

AttachmentsResource(IClientService)

Constructs a new resource.

Declaration
public AttachmentsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string, string, string)

Gets the specified message attachment.

Declaration
public virtual UsersResource.MessagesResource.AttachmentsResource.GetRequest Get(string userId, string messageId, string id)
Parameters
Type Name Description
string userId

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

string messageId

The ID of the message containing the attachment.

string id

The ID of the attachment.

Returns
Type Description
UsersResource.MessagesResource.AttachmentsResource.GetRequest
In this article
Back to top Generated by DocFX