get
public Gmail.Users.Messages.Attachments.Get get(java.lang.String userId,
java.lang.String messageId,
java.lang.String id)
throws java.io.IOException
Gets the specified message attachment.
Create a request for the method "attachments.get".
This request holds the parameters needed by the gmail server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
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.
- Returns:
- the request
- Throws:
java.io.IOException