Symptoms
Consider the following scenario:
-
You disable the Display sender’s name on messages option in the Exchange Management Console (EMC) on a Microsoft Exchange Server 2010 server. You do this to hide the display name of the internal sender on outgoing messages.
-
A user whose mailbox is hosted on the Exchange Server 2010 server sends a meeting request to an external attendee.
In this scenario, the external attendee cannot open the meeting request.
Cause
This issue occurs because the syntax in iCalendar (iCal) is incorrect. An unnecessary CN parameter is added to the organizer property and the attendee property. Also, the property values of the CN parameter are set to Null when the "Display sender’s name on messages" option is disabled.
For example, the following message is found in the iCal part in the MIME message when the "Display sender’s name on messages" is disabled:ORGANIZER;CN=:MAILTO:user@domain.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=:MAILTO:user@domain.com
However, the expected message should be the following message:
ORGANIZER:MAILTO:user@domain.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE:MAILTO:user@domain.com
Resolution
To resolve this issue, install the following update rollup:
2529939 Description of Update Rollup 3 for Exchange Server 2010 Service Pack 1
Status
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
More Information
For more information about the similar issue occurs in a Microsoft Exchange Server 2007 environment, click the following article number to view the article in the Microsoft Knowledge Base:
2497679 A meeting request cannot be opened correctly after you disable the "Display sender's name on messages" option in the EMC of Exchange Server 2007 For more information about iCalendar, visit the following Microsoft website: