MailTo.Cc Property

Definition

Retrieve the CC address line from the parsed mailto URL.

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

Property Value

comma delimited email addresses or null

Attributes

Remarks

Retrieve the CC address line from the parsed mailto URL. This could be several email address that are comma-space delimited. If no CC line was specified, then null is return

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

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