Searched refs:sendAsEmail (Results 1 – 4 of 4) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/ |
H A D | UsersSettingsSendAsSmimeInfo.php | 39 * @param string $sendAsEmail The email address that appears in the "From:" 44 public function delete($userId, $sendAsEmail, $id, $optParams = []) argument 46 $params = ['userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'id' => $id]; 56 * @param string $sendAsEmail The email address that appears in the "From:" 62 public function get($userId, $sendAsEmail, $id, $optParams = []) argument 64 $params = ['userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'id' => $id]; 74 * @param string $sendAsEmail The email address that appears in the "From:" 92 * @param string $sendAsEmail The email address that appears in the "From:" 99 $params = ['userId' => $userId, 'sendAsEmail' => $sendAsEmail]; 109 * @param string $sendAsEmail The email address that appears in the "From:" [all …]
|
H A D | UsersSettingsSendAs.php | 63 * @param string $sendAsEmail The send-as alias to be deleted. 66 public function delete($userId, $sendAsEmail, $optParams = []) argument 68 $params = ['userId' => $userId, 'sendAsEmail' => $sendAsEmail]; 78 * @param string $sendAsEmail The send-as alias to be retrieved. 82 public function get($userId, $sendAsEmail, $optParams = []) argument 84 $params = ['userId' => $userId, 'sendAsEmail' => $sendAsEmail]; 109 * @param string $sendAsEmail The send-as alias to be updated. 128 * @param string $sendAsEmail The send-as alias to be updated. 147 * @param string $sendAsEmail The send-as alias to be verified. 150 public function verify($userId, $sendAsEmail, $optParams = []) argument [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/ |
H A D | SendAs.php | 41 public $sendAsEmail; variable in Google\\Service\\Gmail\\SendAs 116 public function setSendAsEmail($sendAsEmail) argument 118 $this->sendAsEmail = $sendAsEmail; 125 return $this->sendAsEmail;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Gmail.php | 923 'path' => 'gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}', 931 'sendAsEmail' => [ 946 'sendAsEmail' => [ 971 'sendAsEmail' => [ 986 'sendAsEmail' => [ 1001 'sendAsEmail' => [ 1026 'sendAsEmail' => [ 1046 'sendAsEmail' => [ 1066 'sendAsEmail' => [ 1081 'sendAsEmail' => [ [all …]
|