Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Gmail
Collection
Users
Settings
SendAsCollection
Interface SendAsCollection
interface
SendAsCollection
{
SmimeInfo
:
SmimeInfoCollection
;
create
(
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
,
userId
:
string
,
)
:
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
;
get
(
userId
:
string
,
sendAsEmail
:
string
,
)
:
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
;
list
(
userId
:
string
)
:
ListSendAsResponse
;
patch
(
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
,
userId
:
string
,
sendAsEmail
:
string
,
)
:
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
;
remove
(
userId
:
string
,
sendAsEmail
:
string
)
:
void
;
update
(
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
,
userId
:
string
,
sendAsEmail
:
string
,
)
:
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
;
verify
(
userId
:
string
,
sendAsEmail
:
string
)
:
void
;
}
Index
Properties
Smime
Info
Methods
create
get
list
patch
remove
update
verify
Properties
Smime
Info
SmimeInfo
:
SmimeInfoCollection
Methods
create
create
(
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
,
userId
:
string
,
)
:
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
Parameters
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
userId
:
string
Returns
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
get
get
(
userId
:
string
,
sendAsEmail
:
string
)
:
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
Parameters
userId
:
string
sendAsEmail
:
string
Returns
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
list
list
(
userId
:
string
)
:
ListSendAsResponse
Parameters
userId
:
string
Returns
ListSendAsResponse
patch
patch
(
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
,
userId
:
string
,
sendAsEmail
:
string
,
)
:
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
Parameters
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
userId
:
string
sendAsEmail
:
string
Returns
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
remove
remove
(
userId
:
string
,
sendAsEmail
:
string
)
:
void
Parameters
userId
:
string
sendAsEmail
:
string
Returns
void
update
update
(
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
,
userId
:
string
,
sendAsEmail
:
string
,
)
:
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
Parameters
resource
:
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
userId
:
string
sendAsEmail
:
string
Returns
GoogleAppsScript
.
Gmail
.
Schema
.
SendAs
verify
verify
(
userId
:
string
,
sendAsEmail
:
string
)
:
void
Parameters
userId
:
string
sendAsEmail
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Smime
Info
Methods
create
get
list
patch
remove
update
verify
Google Apps Script API
Loading...