Archives
March 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Page list
RSS Feed
Category Archives: EWS
Sending an email with X-Headers in EWS via powershell
I recently needed to test sending an email via EWS with a bunch of custom X-headers. While I have worked with EWS in PowerShell before I couldn’t find any examples of how to do so but found plenty in Java and .Net. So, after stumbling through trying to recreate what I found in PowerShell I […]
Posted in EWS, PowerShell
Leave a comment
The various picture resolutions supported by Exchange 2013 mailboxes
In researching what picture resolutions are supported by Exchange (and Lync 2013/Skype for business) I came across this MS Technet article stating the the following 3 resolutions used in Lync: 48 x 48 : Used if no higher resolution image is selected 96 x 96 : Used in Outlook Web App and Outlook 2013 648 x 648 […]
Posted in EWS, Exchange 2013, Outlook
Leave a comment
PowerShell script to download attachments from an email
Recently I was asked to automate the process of grabbing an email from a mailbox and downloading all the attachments to a specified destination. The following script accomplishes this using the Exchange Managed Webservices API. A few notes about this script: It must be run by either the same account that owns the mailbox being […]
Posted in Email, EWS, Exchange
Leave a comment
Powershell script to sync select details of calendar entries from one calendar to another
Recently at work I received a request to sync the calendar of one of our employee’s to the iPhone of a person external to the company. After much deliberation between all of our internal IT teams we decided on the following method: Created an exchange mailbox that can’t send and receive email for the external […]
Posted in EWS, Exchange 2010, PowerShell
Leave a comment
You must be logged in to post a comment.