MailTo.Headers Property

Definition

Retrieve all the parsed email headers from the mailto URL

public virtual System.Collections.Generic.IDictionary<string,string>? Headers { [Android.Runtime.Register("getHeaders", "()Ljava/util/Map;", "GetGetHeadersHandler")] get; }
[<get: Android.Runtime.Register("getHeaders", "()Ljava/util/Map;", "GetGetHeadersHandler")>]
member this.Headers : System.Collections.Generic.IDictionary<string, string>

Property Value

map containing all parsed values

Attributes

Remarks

Retrieve all the parsed email headers from the mailto URL

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

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