Lines Matching refs:email
3 This topic describes how to open the vertical domain panel of email applications.
11 …email | string[ ] …
12 … | No | Email address of the CC recipient. Multiple email addresses, separat…
13 … | No | Email address of the BCC recipient. Multiple email addresses, separat…
17 …ant.md#flags) | No | At least the read permission must be granted on the email attachments. This …
18 … | No | 1: Send an email. The default value…
22 > * Parameters of the string type displayed in the vertical domain panel of email applications must…
24 > * For parameters of the string[] type displayed in the vertical domain panel of email application…
37 …'email': [encodeURI('xxx@example.com'),encodeURI('xxx@example.com')], // Email address of the reci…
73 | ComposeMail | The application supports email writing. |
86 … "linkFeature": "ComposeMail" // Declare that the application supports email writing.
106 …| email | string[ ] | No | Email address of the recipient. Multiple email addresses, separated …
107 …| cc | string[ ] | No | Email address of the CC recipient. Multiple email addresses, separat…
108 …| bcc | string[ ] | No | Email address of the BCC recipient. Multiple email addresses, separa…
131 email: string[] | undefined;
157 this.email = this.decodeStringArr(want.parameters?.email as string[]);
160 …rameters?.subject as string); // Use decodeURI() to decode the URL of the email subject. Other fie…
161 ….parameters?.body as string); // Use decodeURI() to decode the URL of the email body. Other fields…
176 "email": this.email,