Preparing search index...
The search index is not available
jmap-yacl
jmap-yacl
JMAPMail
MailSetResponse
Interface MailSetResponse
interface
MailSetResponse
{
accountId
:
string
;
created
?:
Record
<
string
,
any
>
;
destroyed
?:
string
[]
;
newState
:
string
;
notCreated
?:
Record
<
string
,
SetError
>
;
notDestroyed
?:
Record
<
string
,
SetError
>
;
notUpdated
?:
Record
<
string
,
SetError
>
;
oldState
:
string
;
onDestroyRemoveEmails
:
boolean
;
updated
?:
Record
<
string
,
any
>
;
}
Hierarchy (
view full
)
SetResponse
MailSetResponse
Index
Properties
account
Id
created?
destroyed?
new
State
not
Created?
not
Destroyed?
not
Updated?
old
State
on
Destroy
Remove
Emails
updated?
Properties
account
Id
account
Id
:
string
Optional
created
created
?:
Record
<
string
,
any
>
Optional
destroyed
destroyed
?:
string
[]
new
State
new
State
:
string
Optional
not
Created
not
Created
?:
Record
<
string
,
SetError
>
Optional
not
Destroyed
not
Destroyed
?:
Record
<
string
,
SetError
>
Optional
not
Updated
not
Updated
?:
Record
<
string
,
SetError
>
old
State
old
State
:
string
on
Destroy
Remove
Emails
on
Destroy
Remove
Emails
:
boolean
Optional
updated
updated
?:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
account
Id
created
destroyed
new
State
not
Created
not
Destroyed
not
Updated
old
State
on
Destroy
Remove
Emails
updated
jmap-yacl
Loading...