MailTo.Headers Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
map containing all parsed values
- Attributes
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.