Lines Matching refs:sendAsEmail
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:"
80 public function insert($userId, $sendAsEmail, SmimeInfo $postBody, $optParams = []) argument
82 $params = ['userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'postBody' => $postBody];
92 * @param string $sendAsEmail The email address that appears in the "From:"
97 public function listUsersSettingsSendAsSmimeInfo($userId, $sendAsEmail, $optParams = []) argument
99 $params = ['userId' => $userId, 'sendAsEmail' => $sendAsEmail];
109 * @param string $sendAsEmail The email address that appears in the "From:"
114 public function setDefault($userId, $sendAsEmail, $id, $optParams = []) argument
116 $params = ['userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'id' => $id];