The "attachments" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($userId, $messageId, $id, $optParams=array()) |
| Gets the specified message attachment.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "attachments" collection of methods.
Typical usage is: $gmailService = new Google_Service_Gmail(...); $attachments = $gmailService->attachments;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
Google_Service_Gmail_UsersMessagesAttachments_Resource::get |
( |
| $userId, |
|
|
| $messageId, |
|
|
| $id, |
|
|
| $optParams = array() ) |
Gets the specified message attachment.
(attachments.get)
- Parameters
-
string | $userId | The user's email address. The special value me can be used to indicate the authenticated user. |
string | $messageId | The ID of the message containing the attachment. |
string | $id | The ID of the attachment. |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Gmail.php