C# MS Exchange Move Email To Folder
问题 Added: thanks to user @grapkulec, I am using using Microsoft.Exchange.WebServices.Data; I am trying to move an email to a folder that I've already created in Outlook (using MS Exchange). So far, I've been able to move the email to the drafts or another well known folder name, but have had no success moving it to a folder I created called "Example." foreach (Item email in findResults.Items) email.Move(WellKnownFolderName.Drafts); The above code works; but I don't want to use the well known