In a Office 365 Mail App how to know item belongs to which folder(Inbox/Draft/Sent Items/Deleted Items)?
NickName:Hitendra Ask DateTime:2015-06-11T12:56:52

In a Office 365 Mail App how to know item belongs to which folder(Inbox/Draft/Sent Items/Deleted Items)?

I have created a mail app (Office 365) for outlook, in JavaScript API at what point we can get the information of selected folder.

Basically I have created ReadMail app for which I need to have information of folder so that I can perform logic based on folder selection.

Copyright Notice:Content Author:「Hitendra」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/30771882/in-a-office-365-mail-app-how-to-know-item-belongs-to-which-folderinbox-draft-se

More about “In a Office 365 Mail App how to know item belongs to which folder(Inbox/Draft/Sent Items/Deleted Items)?” related questions

In a Office 365 Mail App how to know item belongs to which folder(Inbox/Draft/Sent Items/Deleted Items)?

I have created a mail app (Office 365) for outlook, in JavaScript API at what point we can get the information of selected folder. Basically I have created ReadMail app for which I need to have

Show Detail

Office 365 Sent Items folder do not store mails send from swaks command

I am using office 365 SMTP settings to send mail from ubuntu command line. I am able to send emails without any issues, but I need that sent emails to show in Sent Items folder, which it isn't doin...

Show Detail

How to save Sent Items to folder of SentOnBehalfName mailbox in Office 365?

At work we send emails from Shared Inboxes. The emails would go into the user's own Sent Items instead of that of the Shared Inbox. I wrote some VBA code which sorted this issue. We are moving to

Show Detail

Office 365 Graph API not returning Inbox folder messages but am getting Sent Items and Deleted Items

I can't get Inbox messages to return when querying for "me/messages" via the C# nuget client but I can get messages from other folders. client.Me.Messages.Request().Filter("createdDateTime gt 201...

Show Detail

Office 365 Powershell Empty Deleted Items folder

We currently use Office 365 in the office and I would like to delete all emails from Deleted items folder for a specific users. I've tried using following command, but it doesn't appear to delete

Show Detail

Office 365 api draft flag

I have an Office 365 extension that provides its own "Send" button which does some custom processing of the "draft" email and sends it through other means (ie not Office 365 Web). Since the email i...

Show Detail

How to identify Draft from Inbox and Sent mails In ALL MAIl mailbox

I am working on a mail client Application for downloading gmail emails, which uses IMAP C-client library. I want to download emails from "ALLMAIL" mailbox folder. as you know ALLMAIL folder consi...

Show Detail

Office365 Check Mail in Service

I'm trying to write an app that checks an Inbox for mail items with attachments and the mail is on Office 365. I tried following the instructions on the Office Developer Center regarding registeri...

Show Detail

Javax.mail.FolderNotFoundException: Sent Items not found

Hello im trying to retreive emails sent by my outlook mail but i have a prob in the folder name I can retreive my mail inbox using the folder "Inbox" but i want the sent items folder final

Show Detail

Office 365 Unified API Exchange folders

I'm starting to look at the new Office 365 Unified API (specifically around Exchange for the moment). In the existing Mail API at you can make an authenticated call to https://outlook.office365.co...

Show Detail