Class UsersResource.MessagesResource.AttachmentsResource
The "attachments" collection of methods.
Inherited Members
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 |
string | messageId | The ID of the message containing the attachment. |
string | id | The ID of the attachment. |
Returns
Type | Description |
---|---|
UsersResource.MessagesResource.AttachmentsResource.GetRequest |