Skip to content

Commit 1d92b20

Browse files
committed
fixed broken tables
1 parent 29d9d73 commit 1d92b20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,7 @@ When you send an email with the "Microsoft" mail type, you must pass an object t
10301030
| toRecipients |[recipient](#recipient-object) collection | The To: recipients for the message. |
10311031

10321032
#### Attachment object
1033+
10331034
| Property | Type | Description |
10341035
|---|---|---|
10351036
|@odata.type|Text|always "#microsoft.graph.fileAttachment" (note that the property name requires that you use the `[""]` syntax)|
@@ -1050,19 +1051,22 @@ When you send an email with the "Microsoft" mail type, you must pass an object t
10501051
|contentType|Text| The type of the content. Possible values are `"text"` and `"html"` |No|
10511052

10521053
#### recipient object
1054+
10531055
| Property || Type | Description | Can be null of undefined |
10541056
|---|---|---|---|---|
10551057
|emailAddress||Object||Yes|
10561058
||address|Text|The email address of the person or entity.|No|
10571059
||name|Text| The display name of the person or entity.|Yes|
10581060

10591061
#### internetMessageHeader object
1062+
10601063
| Property | Type | Description | Can be null of undefined |
10611064
|---|---|---|---|
10621065
|name | Text|Represents the key in a key-value pair.|No|
10631066
|value|Text|The value in a key-value pair.|No|
10641067

10651068
#### followup flag object
1069+
10661070
| Property | Type | Description |
10671071
|---|---|---|
10681072
|dueDateTime|[dateTime | TimeZone](#datetime-and-timezone)| The date and time that the follow up is to be finished. Note: To set the due date, you must also specify the `startDateTime`; otherwise, you will get a `400 Bad Request` response.|

0 commit comments

Comments
 (0)