get
public Gmail.Users.Messages.Attachments.Get get(String userId,
String messageId,
String id)
throws 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:
IOException