Preparing search index...
The search index is not available
@secrecy/lib
@secrecy/lib
client/types/mail
ReceivedMail
Interface ReceivedMail
interface
ReceivedMail
{
attachments
:
{
id
:
string
;
key
:
null
|
string
;
name
:
string
;
}
[]
;
body
:
string
;
createdAt
:
Date
;
deletedAt
:
null
|
Date
;
id
:
string
;
isAltered
:
boolean
;
mailIntegrityId
:
string
;
openedAt
:
null
|
Date
;
recipients
:
Omit
<
{}
,
"publicKey"
>
[]
;
replyTo
?:
string
;
sender
:
{}
;
subject
:
string
;
temporaryRecipients
:
TemporaryMailUser
[]
;
type
:
"received"
;
}
Hierarchy (
view full
)
BaseMail
ReceivedMail
Index
Properties
attachments
body
created
At
deleted
At
id
is
Altered
mail
Integrity
Id
opened
At
recipients
reply
To?
sender
subject
temporary
Recipients
type
Properties
attachments
attachments
:
{
id
:
string
;
key
:
null
|
string
;
name
:
string
;
}
[]
body
body
:
string
created
At
created
At
:
Date
deleted
At
deleted
At
:
null
|
Date
id
id
:
string
is
Altered
is
Altered
:
boolean
mail
Integrity
Id
mail
Integrity
Id
:
string
opened
At
opened
At
:
null
|
Date
recipients
recipients
:
Omit
<
{}
,
"publicKey"
>
[]
Optional
reply
To
reply
To
?:
string
sender
sender
:
{}
subject
subject
:
string
temporary
Recipients
temporary
Recipients
:
TemporaryMailUser
[]
type
type
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attachments
body
created
At
deleted
At
id
is
Altered
mail
Integrity
Id
opened
At
recipients
reply
To
sender
subject
temporary
Recipients
type
@secrecy/lib
Loading...