Sending a message with voting buttons using EWS
Voting button's in emails are one the long standing features of using Outlook with Exchange, in Exchange 2013 SP1 there is now support for responding to Vote requests with EWS . However there is still...
View ArticleFinding a Contact with a Body flag using EWS and eDiscovery (eg added from...
With the average size of Mailbox\Archives getting larger by the day eDiscovery on Exchange 2013 is useful for a broad array of tasks. eDiscovery makes use of the KQL (Keyword Query Language...
View ArticleTracking and reporting on the Clutter Folder Item statistics using EWS in...
If you haven't missed it Clutter is a new feature in Exchange Online that is trying to help deal with the deluge of email that most people receive each day using machine learning. Clutter has been live...
View ArticleExport calendar Items to a CSV file using EWS and Powershell
Somebody asked about this last week and while I have a lot of EWS scripts that do access the Calendar I didn't have a simple example that just exported a list of the Calendar events with relevant...
View ArticleDownloading a shared file from Onedrive for business using Powershell
I thought I'd quickly share this script I came up with to download a file that was shared using One Drive for Business (which is SharePoint under the covers) with Powershell. The following script takes...
View ArticleConfigure the default calendar view in OWA in Exchange 2013 and Exchange...
If you are after a higher level of control over the default setting in OWA, EWS offers you the ability to configure many of the default setting by modifying the FAI (folder associated Item)...
View ArticleClutter Threshold and Probability Outlook form
Clutter is one of the new features in Exchange Online in Office365, while there is some really good info on how to use clutter the detailed info on how it works behind the scenes is a little harder to...
View ArticleWorking with Referance Attachments in EWS on Exchange Online
Last year a new feature was introduced into Exchange Online to allow you to create an Attachment where the Attachment resided on OneDrive rather then the traditional Email attachment approach you can...
View ArticleUsing Office 365 Groups within the EWS Managed API
Office365 Groups (or unified\modern groups) is a new feature the was introduced in Office365 that Exchange Online is an active participant in by providing the Email/Conversation and calendar portions...
View ArticleQuick Mailbox Item Type eDiscovery Powershell script
One of the features of eDiscovery in Exchange 2013 and greater is the ability to do a search of Mailbox and just return the statistics on particular Items (or searches). This allows you to do a really...
View ArticleDeleted Items Folder item type retention statistics script
This is a followup post to last weeks Mailbox Item type script based on a question somebody asked about the Deleted Items folder and retention of different item types. So what this script does is...
View ArticleEWS Contacts rollup Powershell module
In this post I'm going to try to rollup a number of different Contact Scripts I've posted over the past couple of years into one module that will hopefully make things a little easier to use when you...
View ArticleAdvanced Search Folder creation with EWS and Powershell
In the past I've posted some examples of creating SearchFolders in Exchange with EWS and Powershell in the following post, in this post I want to cover some more advanced things you can do with EWS...
View ArticleEWS Outlook Quick Steps Powershell how to
Quickstep's in Outlook is a feature that was added in Outlook in 2010 to help automate repetitive tasks you do with Email in Outlook. In this Post I'm going to go through how you can manipulate the...
View ArticleText Emoticon Outlook and OWA Compose App
Emojis and emoticons have been around for quite a while but are picking up a bit of steam of late with the release of Windows 10. The Daily mail had a really good article on their use recently which is...
View ArticleReporting on expired recurring meetings with EWS and Powershell
Someone asked an interesting question about recurring Appointments in Exchange recently that I thought I'd expand on a bit with blog post. Recurrence in Appointments,Meeting and Tasks are one of the...
View ArticleGetting Folder Sizes and other Stats via EWS with Powershell
Somebody asked a question the other week about getting all the Folder Sizes via EWS which you can do easily using the PR_MESSAGE_SIZE_EXTENDED property and FindFolders operation (you can also get the...
View ArticleSent and Received Time on a Message and EWS
This one has come up a couple of times for me over the last couple of weeks so I thought I'd put together a post to expand on the Subject a little.The easiest place to start before talking about...
View ArticleCreating a Mailbox alias usage report with EWS and Powershell
Before starting this one I want to point out the method I'm going to demonstrate in this post is not the best method to use to do this. If you have Message Tracking available then you can do this much...
View ArticleSending a No Reply, No ReplyAll, No Forward Email using EWS and Powershell
I've you haven't seen this before Gavin Smyth from Microsoft Research put together this cool VSTO plugin to allow you to send an Email from Outlook that will disable the Reply, ReplyAll and Forward...
View Article