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
1 answer

SMTP relay office365 with pmta

i do have a prolbem using pmta smtp relay so whenever i do an smtp relay in pmta i goet this problem SMTP service unavailable: STARTTLS required but failed: SSL error: 140596247639808:error:1411809D:SSL routines:SSL_CHECK_SERVERHELLO_TLSEXT:tls…
Zouh
  • 3
  • 5
0
votes
1 answer

How to get Task startdate and due date using EWS java API

I am trying to fetch task details from Microsoft Exchange Server using following code public List readTask() throws Exception{ //Create the extended property definition. try { Task t=new Task(service); ExtendedPropertyDefinition…
Mohit Mehral
  • 307
  • 1
  • 3
  • 9
0
votes
1 answer

How to read task using EWSJavaAPI?

I am using an EWSJavaAPI for creating task in Exchange Server but i am not getting any reference to fetch task using the same api. Below is my code add task: Task t=new Task(service); t.setSubject("Task to test in JAVA"); …
0
votes
0 answers

Microsoft Exchange Server - (C# API) Retrieve all appointments for all users

I've got to write some tool that will track meetings among the whole company. To do this I need to have the information on all appointments from all folders of all users. EWS API seems to only work with one user at the time and requires user…
0
votes
0 answers

Define fallback value for empty Active Directory attribute in email transport rule?

Total rookie here, so sorry if this is a simple or bad question :) Our organization is using exchange server transport rules to apply email signatures as disclaimers. It's working great for the most part, but I haven't been able to figure out how to…
0
votes
1 answer

Setting user's SimpleDisplayName via EWS

I'm trying to update Simple Display Name property of a user using Exchange EWS Managed APIs, but I'm not sure either about which is the correct object/class to interact to update users' attributes. What I have tried is retrieving all…
Massimo Prota
  • 1,226
  • 7
  • 14
0
votes
1 answer

SMTP host/port values for Microsoft Exchange using JavaMail API in Android

What are the smtp host, smtp port, smtp socketfactory port for sending emails using a Microsoft Exchange mail account? I have referred to this amazing tutorial right here but it is only applicable for sending emails using google accounts. So the…
0
votes
0 answers

is it possible to send mails programmatically with imap protocol?

I am trying to send an email programmatically, from a microsoft exchange account. is this possible through the imap protocol, if so how, i cant find any guide on this. Or do i need to use the smtp for this. what i tried so far: public MailSender()…
D.Blazer
  • 192
  • 1
  • 2
  • 12
0
votes
0 answers

How to edit X-MS-Exchange-CrossTenant-originalarrivaltime?

I want to edit the time in the file so it looks as if the email was sent at an earlier time on my computer. Is it possible to edit X-MS-Exchange-CrossTenant-originalarrivaltime?
User
  • 23,729
  • 38
  • 124
  • 207
-1
votes
1 answer

Could not receive an email with a specific hyperlink

I have a mystery that I would appreciate some help to understand. So a business partner was trying to send me an email with two hyperlinks. But their corporate email server kept returning the message, "Your message to my_corporate_email has been…
Tinni C
  • 7
  • 6
-1
votes
1 answer

How to enable User.Read.All for a single Exchange Online mailbox?

We have an app that allows scanning mailboxes in Exchange Online (Office 365). This app works fine, using the Microsoft Graph API User.Read.All permission to first fetch all users, and then Mail.Read to read their mailboxes. Problem: One customer…
user124114
  • 8,372
  • 11
  • 41
  • 63
-2
votes
1 answer

EWS Java - Reply to email has incorrect date

I'm trying to reply to email from java code, when I receive the reply, the Sent date is incorrect on the actual email. I think the Exchange service is considering UTC time. Actual date Sent- Tue 1/3/2017 3:58 PM Received date - Tuesday, January 3,…
Lucky
  • 783
  • 2
  • 10
  • 28
1 2 3 4 5
6