Sdílet prostřednictvím


MailTo.Body Property

Definition

Retrieve the body line from the parsed mailto URL.

public virtual string? Body { [Android.Runtime.Register("getBody", "()Ljava/lang/String;", "GetGetBodyHandler")] get; }
[<get: Android.Runtime.Register("getBody", "()Ljava/lang/String;", "GetGetBodyHandler")>]
member this.Body : string

Property Value

body or null

Attributes

Remarks

Retrieve the body line from the parsed mailto URL. If no body line was specified, then null is return

Java documentation for android.net.MailTo.getBody().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to