How to move a mail to SPAM ? Using Google Mail Migration API?
- by Pari
Hi,
I am referring Link.
To move migrated mails to Inbox we use:
entries.MailItemProperties.Add(MailItemPropertyElement.INBOX);
Similarly for DRAFT,SENT e.t.c
But there is no option for spam mails.
How can i move mails to spam?