@@ -124,7 +124,7 @@ Allows defining what type of content is in the Body parameter. Defaults to HTML.
124
124
125
125
` ` ` yaml
126
126
Type : MessageBodyContentType
127
- Parameter Sets : Send through Microsoft Graph with attachments from SPO, Send through Microsoft Graph with attachments from local file system
127
+ Parameter Sets : Send through Microsoft Graph
128
128
Accepted values : Html, Text
129
129
130
130
Required : False
@@ -153,7 +153,7 @@ The sender of the e-mail. When Microsoft Graph is used, this can be a user or a
153
153
154
154
` ` ` yaml
155
155
Type : String
156
- Parameter Sets : Send through Microsoft Graph with attachments from SPO, Send through Microsoft Graph with attachments from local file system
156
+ Parameter Sets : Send through Microsoft Graph
157
157
158
158
Required : True
159
159
Position : Named
@@ -167,7 +167,7 @@ Allows defining what the importance of the e-mail is. Defaults to Normal.
167
167
168
168
` ` ` yaml
169
169
Type : MessageImportanceType
170
- Parameter Sets : Send through Microsoft Graph with attachments from SPO, Send through Microsoft Graph with attachments from local file system
170
+ Parameter Sets : Send through Microsoft Graph
171
171
Accepted values : Low, Normal, High
172
172
173
173
Required : False
@@ -182,7 +182,7 @@ List of return addresses to use for the e-mail
182
182
183
183
` ` ` yaml
184
184
Type : String[]
185
- Parameter Sets : Send through Microsoft Graph with attachments from SPO, Send through Microsoft Graph with attachments from local file system
185
+ Parameter Sets : Send through Microsoft Graph
186
186
187
187
Required : False
188
188
Position : Named
@@ -196,7 +196,7 @@ Allows indicating if the sent e-mail should be stored in the Sent Items of the m
196
196
197
197
` ` ` yaml
198
198
Type : String[]
199
- Parameter Sets : Send through Microsoft Graph with attachments from SPO, Send through Microsoft Graph with attachments from local file system
199
+ Parameter Sets : Send through Microsoft Graph
200
200
201
201
Required : False
202
202
Position : Named
@@ -238,7 +238,7 @@ List of attachments from local file system to be uploaded and sent as attachment
238
238
239
239
` ` ` yaml
240
240
Type : String[]
241
- Parameter Sets : Send through Microsoft Graph with attachments from local file system
241
+ Parameter Sets : Send through Microsoft Graph
242
242
243
243
Required : False
244
244
Position : Named
@@ -252,7 +252,7 @@ List of files from the SharePoint site collection to be sent as attachments.
252
252
253
253
` ` ` yaml
254
254
Type : String[]
255
- Parameter Sets : Send through Microsoft Graph with attachments from SPO
255
+ Parameter Sets : Send through Microsoft Graph
256
256
257
257
Required : False
258
258
Position : Named
0 commit comments