Android.Net.MailTo Members

The members of Android.Net.MailTo are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

Public Properties

[read-only]
Bodystring. Retrieve the body line from the parsed mailto URL.
[read-only]
Ccstring. Retrieve the CC address line from the parsed mailto URL.
[read-only]
HeadersIDictionary<string, string>. Retrieve all the parsed email headers from the mailto URL
[read-only]
Subjectstring. Retrieve the subject line from the parsed mailto URL.
[read-only]
Tostring. Retrieve the To address line from the parsed mailto URL.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
IsMailTo(string) : bool
Test to see if the given string is a mailto URL
static
Parse(string) : MailTo
Parse and decode a mailto scheme string.