Enum MailComposerResultCode
Result codes returned when the MailComposer interface is dismissed.
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public enum MailComposerResultCode
Fields
Name | Description |
---|---|
Cancelled | The user cancelled the operation. No email message was queued. |
Failed | The email message was not saved or queued, possibly due to an error. |
Saved | The email message was saved in the user’s Drafts folder. |
Sent | The email message was queued in the user’s outbox. |
Unknown | The user action could not be determined. |