コード例 #1
0
        public static async Task <bool> TrySendMessageAsync()
        {
            bool isSent = await EmailSnippets.SendMessageAsync(
                STORY_DATA_IDENTIFIER,
                DEFAULT_MESSAGE_BODY,
                AuthenticationHelper.LoggedInUserEmail
                );

            return(isSent);
        }