Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to delete the message from Inbox #191

Open
Github743 opened this issue Dec 27, 2015 · 1 comment
Open

Unable to delete the message from Inbox #191

Github743 opened this issue Dec 27, 2015 · 1 comment

Comments

@Github743
Copy link

When I call the following code

public virtual void DeleteMessage(string uid)
{
CheckMailboxSelected();
Store("UID " + uid, true, "Trash");
}
Message is not getting deleted from Inbox

@Github743
Copy link
Author

Any update on this, also is there any way to get startUID and endUID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant