Good blog, screen shots helped in configuring quickly. *** October 23, 2013 I don't know what's wrong with my Outlook 2010, but when I create a new PST file, it only has 2 folders called "Deleted Items" and "Search Folders". Ok, I can create new folders called "Inbox", "Sent...
When running Exchange 2013, on manually creating an Outlook profile, you discover things have changed. You go to the Outlook Profile dialog and suddenly this refuses to create a profile complaining about Outlook connectivity. So here I put together my procedure of how I am creating profiles now....
We are creating a ton of surveys and tests in Forms, and created a couple Groups to store these Forms, but need to organize these. Is there a way yet to create Collections in Groups? I've seen this question and feedback from a couple years ago from others, but has no pro...
You do this by setting a reference to the active Explorer in Outlook. As the user switches folders, the Explorer.FolderSwitch event occurs, so you add code to check which folder is appearing in the Explorer. It is best to gain the reference to the Outlook ActiveExplorer object when the ...
Sub ApproveSelectedEmails() Dim myFolder As Outlook.Folder Dim myItem As Object Dim selectedItems As SelectionSet myFolder = Session.Folders("ETSC - TEST").Folders("Inbox") Set selectedItems = Application.ActiveExplorer.SelectionFor Each myItem In selectedItems If myItem.Class = olMail Then...
In the desktop version, I have an Unread mail folder that shows me all of my unread emails from all of my Personal folders + Inbox. Is there a way to do that...
Linking Outlook/Exchange Folders The Microsoft Exchange I-ISAM driver lets you access Microsoft Exchange and Outlook data stored remotely on a Microsoft Exchange server or data stored locally in offline folder (.ost), personal folder (.pst), or personal address book (.pab) files. Using the Micr...
And as easy as that you can have a toolbar which only shows or hides certain controls depending on the types of items or folders that are selected. Thank you for reading! Until next time, keep coding! Outlook 2013 add-in development in Visual Studio 2012 for beginners ...
How to Zip a folder skipping some sub folders in powershell. How to: DOS dir command in power shell how to: working with time represented as text How user can can execute remote script, without administrator privileges How would I merge two csv files in Powershell how would i query for ...
Windows PowerShell Tip: Finding All the Empty Folders in a Directory Tree Windows PowerShell Tip: Formatting Numbers and Dates Using the CultureInfo Object Windows PowerShell Tip: Getting Information About the Logged-On User Windows PowerShell Tip: Getting Rid of a COM Object (Once and For All...