You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When dealing with Email, there's a known thing about email bodies - they tend to be 'multipart' messages, both an HTML and a plain-text part. That way, when an HTML message gets sent but a recipient client can only parse plain text for display, there's a plain representation. Conversely, if someone wants to have proper HTML structured messaging for their "plain text" message, there could be an HTML section added that is HTML formatted, albeit plainly.
I don't see a way in the Message functions to specify two body types and make it a multipart message. Is there documentation on how to do this, or is this not possible in the current iteration of the O365 library?
The text was updated successfully, but these errors were encountered:
When dealing with Email, there's a known thing about email bodies - they tend to be 'multipart' messages, both an HTML and a plain-text part. That way, when an HTML message gets sent but a recipient client can only parse plain text for display, there's a plain representation. Conversely, if someone wants to have proper HTML structured messaging for their "plain text" message, there could be an HTML section added that is HTML formatted, albeit plainly.
I don't see a way in the
Message
functions to specify two body types and make it a multipart message. Is there documentation on how to do this, or is this not possible in the current iteration of the O365 library?The text was updated successfully, but these errors were encountered: