public class Gmail.Users.Messages.Attachments extends Object
Modifier and Type | Class and Description |
---|---|
class |
Gmail.Users.Messages.Attachments.Get |
Constructor and Description |
---|
Gmail.Users.Messages.Attachments() |
Modifier and Type | Method and Description |
---|---|
Gmail.Users.Messages.Attachments.Get |
get(String userId,
String messageId,
String id)
Gets the specified message attachment.
|
public Gmail.Users.Messages.Attachments.Get get(String userId, String messageId, String id) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userId
- The user's email address. The special value me can be used to indicate the authenticated user.
[default: me]messageId
- The ID of the message containing the attachment.id
- The ID of the attachment.IOException