Share via


MFMailComposeViewController.SetMessageBody(String, Boolean) Method

Definition

[Foundation.Export("setMessageBody:isHTML:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetMessageBody(string body, bool isHtml);
[<Foundation.Export("setMessageBody:isHTML:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetMessageBody : string * bool -> unit
override this.SetMessageBody : string * bool -> unit

Parameters

body
String
isHtml
Boolean
Attributes

Applies to