Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Gmail
Collection
Users
SettingsCollection
Interface SettingsCollection
interface
SettingsCollection
{
Delegates
:
DelegatesCollection
;
Filters
:
GoogleAppsScript
.
Gmail
.
Collection
.
Users
.
Settings
.
FiltersCollection
;
ForwardingAddresses
:
ForwardingAddressesCollection
;
SendAs
:
SendAsCollection
;
getAutoForwarding
(
userId
:
string
)
:
AutoForwarding
;
getImap
(
userId
:
string
)
:
ImapSettings
;
getPop
(
userId
:
string
)
:
PopSettings
;
getVacation
(
userId
:
string
)
:
VacationSettings
;
updateAutoForwarding
(
resource
:
AutoForwarding
,
userId
:
string
,
)
:
AutoForwarding
;
updateImap
(
resource
:
ImapSettings
,
userId
:
string
)
:
ImapSettings
;
updatePop
(
resource
:
PopSettings
,
userId
:
string
)
:
PopSettings
;
updateVacation
(
resource
:
VacationSettings
,
userId
:
string
,
)
:
VacationSettings
;
}
Index
Properties
Delegates
Filters
Forwarding
Addresses
Send
As
Methods
get
Auto
Forwarding
get
Imap
get
Pop
get
Vacation
update
Auto
Forwarding
update
Imap
update
Pop
update
Vacation
Properties
Delegates
Delegates
:
DelegatesCollection
Filters
Filters
:
GoogleAppsScript
.
Gmail
.
Collection
.
Users
.
Settings
.
FiltersCollection
Forwarding
Addresses
ForwardingAddresses
:
ForwardingAddressesCollection
Send
As
SendAs
:
SendAsCollection
Methods
get
Auto
Forwarding
getAutoForwarding
(
userId
:
string
)
:
AutoForwarding
Parameters
userId
:
string
Returns
AutoForwarding
get
Imap
getImap
(
userId
:
string
)
:
ImapSettings
Parameters
userId
:
string
Returns
ImapSettings
get
Pop
getPop
(
userId
:
string
)
:
PopSettings
Parameters
userId
:
string
Returns
PopSettings
get
Vacation
getVacation
(
userId
:
string
)
:
VacationSettings
Parameters
userId
:
string
Returns
VacationSettings
update
Auto
Forwarding
updateAutoForwarding
(
resource
:
AutoForwarding
,
userId
:
string
)
:
AutoForwarding
Parameters
resource
:
AutoForwarding
userId
:
string
Returns
AutoForwarding
update
Imap
updateImap
(
resource
:
ImapSettings
,
userId
:
string
)
:
ImapSettings
Parameters
resource
:
ImapSettings
userId
:
string
Returns
ImapSettings
update
Pop
updatePop
(
resource
:
PopSettings
,
userId
:
string
)
:
PopSettings
Parameters
resource
:
PopSettings
userId
:
string
Returns
PopSettings
update
Vacation
updateVacation
(
resource
:
VacationSettings
,
userId
:
string
)
:
VacationSettings
Parameters
resource
:
VacationSettings
userId
:
string
Returns
VacationSettings
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Delegates
Filters
Forwarding
Addresses
Send
As
Methods
get
Auto
Forwarding
get
Imap
get
Pop
get
Vacation
update
Auto
Forwarding
update
Imap
update
Pop
update
Vacation
Google Apps Script API
Loading...