Class ISN_Mail
Inheritance
System.Object
ISN_Mail
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.iOS.Social
Assembly: cs.temp.dll.dll
Syntax
public static class ISN_Mail
Methods
Send(String, String, String, Action<SA_Result>)
Declaration
public static void Send(string subject, string body, string recipient, Action<SA_Result> callback = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | subject | |
System.String | body | |
System.String | recipient | |
Action<SA_Result> | callback |
Send(String, String, String, Texture2D, Action<SA_Result>)
Declaration
public static void Send(string subject, string body, string recipient, Texture2D image, Action<SA_Result> callback = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | subject | |
System.String | body | |
System.String | recipient | |
Texture2D | image | |
Action<SA_Result> | callback |
Send(String, String, String, Texture2D[], Action<SA_Result>)
Declaration
public static void Send(string subject, string body, string recipient, Texture2D[] images, Action<SA_Result> callback = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | subject | |
System.String | body | |
System.String | recipient | |
Texture2D[] | images | |
Action<SA_Result> | callback |
Send(String, String, String[], Action<SA_Result>)
Declaration
public static void Send(string subject, string body, string[] recipients, Action<SA_Result> callback = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | subject | |
System.String | body | |
System.String[] | recipients | |
Action<SA_Result> | callback |
Send(String, String, String[], Texture2D, Action<SA_Result>)
Declaration
public static void Send(string subject, string body, string[] recipients, Texture2D image, Action<SA_Result> callback = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | subject | |
System.String | body | |
System.String[] | recipients | |
Texture2D | image | |
Action<SA_Result> | callback |
Send(String, String, String[], Texture2D[], Action<SA_Result>)
Declaration
public static void Send(string subject, string body, string[] recipients, Texture2D[] images, Action<SA_Result> callback = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | subject | |
System.String | body | |
System.String[] | recipients | |
Texture2D[] | images | |
Action<SA_Result> | callback |
Events
OnSendMailResult
Declaration
public static event Action<SA_Result> OnSendMailResult
Event Type
Type | Description |
---|---|
Action<SA_Result> |