Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
42 views

Setting up a automatic OOO reply for an inbox in Exchange online via Power Automate, I am pretty novice with Power Automate, so please let me know if this is a silly question My logic is "When a ...
Herman Poon's user avatar
0 votes
1 answer
111 views

I create an Active Directory user, wait 3 minutes, then call a Powershell script that has a call to Enable-MailUser. This script works, sometimes taking minutes but half the time or more taking an ...
Buggy's user avatar
  • 1
0 votes
0 answers
57 views

I am trying to use EWS API to set OOF on a webmail account hosted on OVH (Hosted) Exchange. I am getting 401 status code every time whereas my email and password are good. When trying here : https://...
R.A's user avatar
  • 11
0 votes
0 answers
58 views

We have a SQL Server Integration Services (SSIS) task that retrieves emails from a table in our Customer Relationship Management (CRM) system. The emails contain From:, To:, Cc, and Bcc: addresses, in ...
scooter133's user avatar
  • 1,317
0 votes
0 answers
65 views

I'm working with Exchange On-Prem / Online and looking at mailbox-level permissions using PowerShell: Get-MailboxPermission [email protected] One of the output columns is IsInherited, which is either $...
Manoj A's user avatar
  • 431
0 votes
1 answer
329 views

Snippet of my alertmanager.yml file: global: smtp_smarthost: "smtp.office365.com:587" smtp_from: "[email protected]" http_config: oauth2: client_id: "...
raikumardipak's user avatar
0 votes
0 answers
55 views

I am using Microsoft Exchange Server 2013 and I am trying to subscribe to specific folders for notifications. The subscription payload I am using works fine, and I receive a valid SubscriptionId in ...
Ravi's user avatar
  • 1
1 vote
0 answers
71 views

I’m developing an Outlook add-in for an Exchange On-Premises (On-Prem) environment. The goal is to allow users to delete email attachments directly from the add-in. However, I’ve run into the ...
Vivek 's user avatar
  • 11
0 votes
0 answers
161 views

Here's the problem. One of the fields we are using to build our dynamic distribution list has the potential to have multiple values. It's an extension attribute that can have either a single value, ...
ajjar's user avatar
  • 3
0 votes
1 answer
96 views

I am developing an Outlook add-in using Office.js for an Exchange On-Premises server. Due to the limitations of Exchange On-Prem, the supported Office.js version is 1.5 or lower. Unfortunately, in ...
Vivek 's user avatar
  • 11
0 votes
1 answer
57 views

I am working on an Outlook add-in for Exchange On-Premise accounts using Office JS, but since Exchange On-Prem only supports Office JS ≤ 1.5, many Office JS APIs are unavailable for certain tasks. As ...
Vivek 's user avatar
  • 11
-1 votes
1 answer
433 views

HCW - Hybrid Configuration Wizard is a tool to help automate the creation of a hybrid environment between on-premises Exchange Server and Exchange Online / Office 365 / Microsoft 365. Hybrid ...
Brian Clink's user avatar
0 votes
1 answer
134 views

An Exchange Server that was not running for an extended period of time, was brought back up again. A domain user could not interactively logon because the workstation lost the trust relationship with ...
Brian Clink's user avatar
0 votes
2 answers
491 views

I am trying to query mailbox folder permissions in Exchange Online however powershell cmdlets is not an option because of their slowness and EWS is going to be deprecated in October 2026. The ...
user2271229's user avatar
0 votes
1 answer
116 views

Trying to write some PowerShell script - need to get value of mailbox size and write it to a variable (to show as a text field on a form). It looks like this: $MailboxSize=Get-MailboxStatistics info | ...
user avatar
0 votes
1 answer
282 views

All required modules were installed, as for example I can run Get-mailbox command. I'm using certificate based authentication , the service principal is in Global administrators group and Azure ...
SlavaG's user avatar
  • 540
0 votes
1 answer
280 views

I am using O365 classic Outlook on Windows 10. I want to check that every user in "All users" is known in an internal "HR" directory. In the sample VBA code below, AddressList....
pme35's user avatar
  • 3
1 vote
1 answer
87 views

I need to export all messages from exchange mailbox but the tricky thing is to exclude from it some email domains (around 30). So the output of the operation is export of almost all messages excluding ...
JJJit's user avatar
  • 11
0 votes
0 answers
21 views

I am trying to get the content of the email content from my exchange inbox: _service = new ExchangeService(ExchangeVersion.Exchange2010_SP1); _service.Credentials = new WebCredentials(_user, ...
user2097439's user avatar
0 votes
1 answer
154 views

I'm trying to write a powershell script to enumerate through the emails in a user's exchange online mailbox and display basic identifying information (subject, receive date, etc) this is to allow me ...
Jon Hodgson's user avatar
0 votes
0 answers
49 views

In my application's backend (Django) I send emails to contacts. I sometimes expect contacts to reply those emails (helpdesk application). Using classic SMTP/IMAP-POP email server (hosted on OVH) ...
lbris's user avatar
  • 1,259
0 votes
2 answers
190 views

I'm working on a project where I need to create a security group in Azure AD and assign specific Exchange roles to this group using C#. I want to avoid using PowerShell commands for this task. Here is ...
nguyen thanh chinh's user avatar
0 votes
1 answer
601 views

Could you please guide me on how to use NTLM authentication for the Microsoft EWS API services with Exchange Server On-Premises? According to the documentation https://learn.microsoft.com/en-us/...
TechQuestion's user avatar
1 vote
1 answer
662 views

As Outlook.com seems to require OAuth2 authentication, setting up an OAuth2 application seems to be required for using exchangelib. As a personal user, I did not really find good documentation on that....
clel's user avatar
  • 333
-2 votes
2 answers
218 views

I'm struggling a bit with the Symfony Mailer in combination with Exchange Server 2016. As I was trying things out, I have found that Swift Mailer has native NTML support, but it gave me this error ...
macflirty's user avatar
1 vote
0 answers
43 views

In 2021 we migrated away from our on-premises Exchange server to Google Workspace. We have then migrated servers we needed from on-premises to Azure, but as the exchange server was no longer needed ...
Iain Wilson's user avatar
0 votes
1 answer
280 views

I'm developing an email analytics application that needs to track who sends emails from shared mailboxes. To do this, I'm using two Microsoft APIs: Microsoft Graph API: to get the email data Office ...
Héctor H. Hache's user avatar
0 votes
1 answer
138 views

I am building a outlook addin where I need to send an email for phishing to specific exchange account using Exchange On-Premises via Exchange Web Services (EWS). I am trying to make a POST request to ...
Shahzad Umar's user avatar
1 vote
0 answers
126 views

I am currently developing a REST API that needs to interact with an on-premises Microsoft Exchange server (Exchange 2007, not Office 365) through PowerShell commands. In my development environment (...
Juan Luis Martos's user avatar
0 votes
0 answers
93 views

The cmdlet Set-Mailbox does not accept the parameter HiddenFromAddressListsEnabled if the cmdlet "Connect-ExchangeOnline" is cert based. With my admin credentials the parameter is shown. ...
TheCurl's user avatar
  • 106
0 votes
0 answers
81 views

I was using below c# code in Visual studio 2022 to read mails from exchange server folder testmail and getting error as ERR Logon failure: unknown user name or bad password at line below. telnet is ...
peter's user avatar
  • 8,714
0 votes
1 answer
590 views

As part of a migration of calendar data to microsoft exchange, events are created or updated via the graph api. The problem is that all attendees are notified each time. I tried to search for an ...
Vincent Lange's user avatar
0 votes
1 answer
228 views

I'm currently working on Exchange license storage usage analysis and encountered a discrepancy between the storage usage size shown in the Exchange Admin Center (EAC) for each user and the size ...
CodeSeeker's user avatar
0 votes
1 answer
176 views

I am currently looking for a way to hook all incoming emails in a 365 tenant. For the moment, we only found the solution to have 1 hook per mailbox and being notified of incoming email, but this ...
anahimself's user avatar
0 votes
0 answers
520 views

Im trying to create a Daily update for all staff on their calendar entries which then will get sent to all management members. Connect-MgGraph -Scopes "Calendars.Read", "Calendars....
ITW Git's user avatar
  • 13
-1 votes
2 answers
71 views

I have a ImapMailReceiver implementation to receive the emails from remote IMAP server, which works fine with any IMAP servers we tested so far. Nevertheless, one of the Exchange (2016) servers we ...
nKognito's user avatar
  • 6,383
0 votes
1 answer
45 views

How to get the AccessRights List for the identity in C Sharp. where I tried to cast the obj.Properties["AccessRights"].Value to PSObject,PSObject[],object etc..\ But everything resulted in ...
Manoj A's user avatar
  • 431
1 vote
0 answers
1k views

I’m having trouble with PowerShell and Microsoft Exchange. I’m trying to interact with Exchange Online via PowerShell to retrieve all emails received within a specified date range and display them on ...
Daniele's user avatar
  • 13
0 votes
1 answer
447 views

I can't find any results explaining the difference between these two commands. My main question is: which command is better to use in modern exchange systems, such as MS Exchange 2019 on-premise? ...
Aleksandr Kharkovskiy's user avatar
2 votes
1 answer
3k views

I am currently in the process of replacing an old script that used Exchange Online Powershell. The old script was very simple and only performed 2 tasks. Downloaded user photos that had custom ...
Qwenton's user avatar
  • 23
0 votes
1 answer
206 views

We are using the VBScript to get the Exchange 2016 public folder events/calendar, but we have upgrading the mail server to Office 365, the existing VBScript cannot execute to get the calendar/events. ...
Kenneth Chow's user avatar
0 votes
1 answer
25 views

With the phishing test tool we use it's very labour intensive to ensure the test mails don't include a specific sender address. That's usually fine, but some of our inboxes are used to report security ...
bwvanmanen's user avatar
0 votes
1 answer
220 views

I have a MAPI application that uses a MAPI online profile to read all mail users of the global address list (GAL). Since January 2024 only 500 entries can be read from the GAL in Exchange Online. The ...
Niels Stockfleth's user avatar
-1 votes
1 answer
38 views

I would like to be able to get a count, or collection of message datetimes, for all messages sent to or received from a collection of external addresses. It seems like the ComplianceSearch APIs can do ...
Chris's user avatar
  • 9
-1 votes
1 answer
49 views

I want to configure some rooms in Outlook in Microsoft 365 and therefore need to use the Powershell. I'm using Powershell 7.4.2 on macOS. At first im running Import-Module ExchangeOnlineManagement ...
Alexander Hörl's user avatar
0 votes
1 answer
203 views

I'm using exchangelib to connect to an on-premise Exchange server as part of some pytest code and getting the error "Failed to get auth type from service" so I wanted to turn on debugging so ...
Jon Champlin's user avatar
0 votes
0 answers
130 views

Please, tell me if there is an opportunity to run searching and displaying an MessageID of every single email, which I will get via my code. I was trying to figure out it, but I have only blank column ...
Jochonon's user avatar
0 votes
1 answer
87 views

I am writing a function in Java to forward Outlook emails. When using ews-java-api 2.0, I found that the time zone of the original email's sent time attached to the forwarded email is UTC, not the UTC+...
user zz's user avatar
0 votes
1 answer
112 views

Good day everyone I am trying to do something together with power automate and exchange server but somehow the process is failing. I have created the following email inbox.patient@myhospital....
thelittlemaster's user avatar
0 votes
0 answers
469 views

I'm using Exchange 2019 (on-premise), I want to run this cmdlet to view the junklist of a user: Get-MailboxJunkEmailConfiguration -Identity "user mailbox" but here is the output: Get-...
Pablo's user avatar
  • 535

1
2 3 4 5
96