Show / Hide Table of Contents

Class UM_EmailDialogBuilder

Object used to build a dialog for the e-mail sharing.

Inheritance
System.Object
UM_ShareDialogBuilder
UM_EmailDialogBuilder
Inherited Members
UM_ShareDialogBuilder.SetText(String)
UM_ShareDialogBuilder.SetUrl(String)
UM_ShareDialogBuilder.AddImage(Texture2D)
UM_ShareDialogBuilder.Text
UM_ShareDialogBuilder.Images
UM_ShareDialogBuilder.Url
UM_ShareDialogBuilder.TextWithUrl
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
In This Article
Back to top Generated by DocFX