Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Gmail
Collection
Users
Settings
ForwardingAddressesCollection
Interface ForwardingAddressesCollection
interface
ForwardingAddressesCollection
{
create
(
resource
:
ForwardingAddress
,
userId
:
string
)
:
ForwardingAddress
;
get
(
userId
:
string
,
forwardingEmail
:
string
)
:
ForwardingAddress
;
list
(
userId
:
string
)
:
ListForwardingAddressesResponse
;
remove
(
userId
:
string
,
forwardingEmail
:
string
)
:
void
;
}
Index
Methods
create
get
list
remove
Methods
create
create
(
resource
:
ForwardingAddress
,
userId
:
string
)
:
ForwardingAddress
Parameters
resource
:
ForwardingAddress
userId
:
string
Returns
ForwardingAddress
get
get
(
userId
:
string
,
forwardingEmail
:
string
)
:
ForwardingAddress
Parameters
userId
:
string
forwardingEmail
:
string
Returns
ForwardingAddress
list
list
(
userId
:
string
)
:
ListForwardingAddressesResponse
Parameters
userId
:
string
Returns
ListForwardingAddressesResponse
remove
remove
(
userId
:
string
,
forwardingEmail
:
string
)
:
void
Parameters
userId
:
string
forwardingEmail
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
get
list
remove
Google Apps Script API
Loading...