Questions tagged [microsoft-exchange]

Questions about Microsoft Exchange Server and mail & calendar sync. This tag should be used in conjunction with [exchange-server] tag.

Microsoft Exchange is Mail and Calendar Server developed by Microsoft. Microsoft Exchange Server manages all email communication within the organisation.

87 questions
0
votes
2 answers

Microsoft Graph Unified Contacts List

Is it possible to create Exchange contacts list which will be shared across the whole organisation using Graph API? These contacts are not the part of the organisation. I know we can add contact to user's contact list, however was not able to find a…
0
votes
1 answer

How to read unread email with body and attachment using node-ews package

I am able to send email using this node-ews package but I am not able find suitable example to read email from Inbox folder and get the body and attachments from the email. I have gone through the Microsoft docs e.g.…
Niti
  • 1
  • 1
0
votes
1 answer

How do I connect my subscription office 365 business basic to Editor ADSI?

I'm new to office 365. I bought a basic business subscription (mydomain.onmicrosoft.com | mydomain.com) and did a migration on Exchange. It migrated fine, however there were a few things I didn't want to be migrated, so I deleted the migrated emails…
0
votes
0 answers

Microsoft Exchange Server port configuration

I'm trying to setup an exchange server in the following configuration: Server can receive emails from outside (internet). But in order to view the emails, or configure Outlook, require to be on the internal network [or VPN]. Any suggestions are…
0
votes
1 answer

Is it possible to use Variables in ContentMatchQuery, in a NewComplianceSearch?

I am currently trying to use variables within the New-ComplianceSearch -ContentMatchQuery ($Variable), so I can make my content search more versatile rather than static. However when I view the results the query doesnt read the $Variable as the…
RajB_007
  • 55
  • 8
0
votes
0 answers

Office.context.mailbox.getCallbackTokenAsync() empty token

I'm having a problem with a web add-in for Outlook. The Outlook client is 2016 (MSI) which I believe means that it supports no higher than JavaScript API 1.4, opposed to Outlook 2016 (C2R) which, as I recall it, supports JavaScript API 1.6 or maybe…
0
votes
0 answers

MS Exchange Server Connection To Spring Integration Configuration

I am trying to connect to MS Exchange Server using Spring Integration, but cannot find the correct configuration example to do this. I have played with the Spring Integration github repo, and I have successfully been able to create applications…
0
votes
1 answer

Filter Microsoft Graph List Messages API to only received messages

Goal: I'd like to be able to filter the "List Messages" API to only return emails that are sent to the user rather than any messages that exist anywhere (such as ones sent out by the user). Right now, if you query this particular API, you get a list…
Mike Solomon
  • 33
  • 1
  • 2
  • 6
0
votes
1 answer

what azure permissions we don't need for our app

We have an app that calls the following microsoft webservices: GetRoomLists GetUserAvailabilityRequest GetRooms FreeBusyResponse GetUserAvailabilityResponse The app can send outlook calendar invites to users, read user responses and…
0
votes
1 answer

Message Tracking Log for multiple wildcards / domains to one csv

I need to create a script which pulls the messagetracking logs of two domains, @domain1.com and @domain2.com, to display which users or external email-adresses reached one of the two domains by sendindg a message. The report should be inserted in a…
umbuk
  • 1
  • 3
0
votes
0 answers

Java - Java mail error - javax.mail.AuthenticationFailedException: Server Unavailable. 15

I am using a java program to connect to a mailbox and read Emails from a folder in the mailbox. I am using Java Mail 1.5.6 and Java 8. Below is my code for connecting: IMAPSSLStore returnImapConnectStore() throws InvalidKeyException, …
Hemanth
  • 705
  • 2
  • 16
  • 32
0
votes
1 answer

autodiscover service couldn't be located

We are trying to move email from our premises to cloud and facing "autodiscover service couldn't be located" Error. For some emails same code is working fine but facing issue with with random emails . Is there something missing in cloud migration…
0
votes
1 answer

How to configure email service of Review board with Microsoft exchange server

I am trying to configure the email service for my Review board. I think I should configure it in the web page of {Your_review_board_address}/admin/settings/email/. However, when I test it by mark the option "Send a test e-mail after saving", it…
Spider
  • 1,380
  • 4
  • 22
  • 42
0
votes
2 answers

Exchange server 2013 Search-Mailbox for criteria BODY in remote powershell

I am trying to search emails that contains some string in their body. I have two email which contains the work booze. The command I am using to search is Get-Mailbox | Search-Mailbox -SearchQuery "Body:'booze'" -WarningAction:SilentlyContinue…
0
votes
1 answer

Get User's location from ubuntu of Microsoft Exchange server

I am trying to get any user's location information from ubuntu platform. Have searched and found few references but couldn't proceed further. below are the links of references i found: 1) FindPeople operation of Exchange server 2) Work city 3)…