Yes, i know these settings.
But let's create an example:
[PS] C:\temp>Get-Mailbox "testuser" |fl languages
Languages : {}[PS] C:\temp>
[PS] C:\temp>Get-MailboxRegionalConfiguration "testuser" |fl language
Language :
[PS] C:\temp>
So you see the language settings have not been configured for the mailbox.
In this case... let's say swedish user is sending email to testuser who have autoreply feature configured on the mailbox. The swedish sender will get autoreply message which subject is in finnish language.
The point is:
i want to be sure that if the
-mailbox language is not configured for the mailbox some reason
and- User have autoreply message configured on the mailbox
-> The subject of the autoreply message would always be in english. Not in finnish language, what is the case in my environment.
But i don't know how Exchange resolve the language in this case?
- Edited by Petteri Heino 21 hours 53 minutes ago