Home
last modified time | relevance | path

Searched refs:sendAsEmail (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersSettingsSendAsSmimeInfo.php39 * @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 DUsersSettingsSendAs.php63 * @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 DSendAs.php41 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 DGmail.php923 '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 …]