Class UM_EmailDialogBuilder
Object used to build a dialog for the e-mail sharing.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.CrossPlatform.Social
Assembly: cs.temp.dll.dll
Syntax
public class UM_EmailDialogBuilder : UM_ShareDialogBuilder
Properties
Recipients
Builder defined recepients.
Declaration
public List<string> Recipients { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Subject
Builder defined subject
Declaration
public string Subject { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
AddRecipient(String)
Add's recepients e-mail.
Declaration
public void AddRecipient(string recipient)
Parameters
Type | Name | Description |
---|---|---|
System.String | recipient |
SetSubject(String)
Set's the e-mail subject line.
Declaration
public void SetSubject(string subject)
Parameters
Type | Name | Description |
---|---|---|
System.String | subject |