DeleteFromMailbox Method
Marks the messages specified by MessageSet as deleted.
Syntax
[VB.NET] Public Sub DeleteFromMailbox()
[C#] public void DeleteFromMailbox();
Remarks
This method marks the messages specified by MessageSet as deleted. Calling this method is equivalent to calling AddMessageFlags with "\Deleted" as the Flags parameter.
NOTE: This method has a corresponding asynchronous version (DeleteFromMailboxAsync) for use in the Xamarin environment.