Class MailComposerResult
This class contains the result of the user action which caused MailComposer interface to dismiss.
Inheritance
System.Object
MailComposerResult
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: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public class MailComposerResult
Properties
ResultCode
Gets the result of the user’s action.
Declaration
public MailComposerResultCode ResultCode { get; }
Property Value
Type | Description |
---|---|
MailComposerResultCode | The result code of user’s action. |