EmailMessage testEmail = new() { Tags = new HashSet<string> {"Important"}, Sender = new HashSet<string> {"[email protected]"}, Recipient = new HashSet<string> {"[email protected]"}, EmailBody = "Hello, World!", Folder = new[] {FolderType.Inbox}, Subject = "Hello, World Email", };