Class UsersResource.MessagesResource.AttachmentsResource
The "attachments" collection of methods.
Inheritance
System.Object
UsersResource.MessagesResource.AttachmentsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Gmail.v1
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class 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 |
|---|---|---|
| System.String | userId | The user's email address. The special value me can be used to indicate the authenticated user. |
| System.String | messageId | The ID of the message containing the attachment. |
| System.String | id | The ID of the attachment. |
Returns
| Type | Description |
|---|---|
| UsersResource.MessagesResource.AttachmentsResource.GetRequest |