Class UsersResource.MessagesResource.AttachmentsResource
The "attachments" collection of methods.
public class UsersResource.MessagesResource.AttachmentsResource
- Inheritance
-
UsersResource.MessagesResource.AttachmentsResource
- Inherited Members
Constructors
AttachmentsResource(IClientService)
Constructs a new resource.
public AttachmentsResource(IClientService service)
Parameters
service
IClientService
Methods
Get(string, string, string)
Gets the specified message attachment.
public virtual UsersResource.MessagesResource.AttachmentsResource.GetRequest Get(string userId, string messageId, string id)
Parameters
userId
stringThe user's email address. The special value
me
can be used to indicate the authenticated user.messageId
stringThe ID of the message containing the attachment.
id
stringThe ID of the attachment.