Title:
cfexchangemail: The CC, BCC, fromID, toID attributes in a retrieved mail do not display the display names.
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): / ext-user (Piyush Kumar Nayak)
Created: 07/11/2014
Components: CFExchange
Versions: 11.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 289822 /
Priority/Frequency: Normal / Most users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 0
Problem: cfexchangemail: The CC, BCC, fromID, toID attributes in a retrieved mail do not display the display names.
Method:
<cfset exchangeServerIP= "xx.xx.xx.xx">
<cfset user1="xxxx">
<cfset password="xxx">
<cfset version = "2010">
<cfset protocol = "HTTP">
<cfmail
from="regressionuser3@domain.com" to="reg-user1-alias@domain.com, regressionuser1@domain.com"
cc = "regressionuser4@domain.com"
subject="mail to multi recepents and an alias"
server= "#exchangeServerIP#"
port = "25">
= = = = = = = = = = = = = = = = = = = = = = = =
testing mail from alias addresses
= = = = = = = = = = = = = = = = = = = = = = = =
</cfmail>
<cfset sleep(6000)>
<cfexchangeConnection
action="open"
username ="#user1#"
password="#password#"
server="#exchangeServerIP#"
serverversion="#version#"
protocol="#protocol#"
connection="excon">
<cfexchangemail
action = "get"
name = "q_usrmails"
connection = "excon"
getheaders = true
folder = "Inbox">
</cfexchangemail>
<cfdump var=#q_usrmails# label="recvd mail">
<cfexchangeConnection action="close" connection="excon">
Result:
CC: regressionuser4@domain.com
FromId: regressionuser3@domain.com
ToId: reg-user1-alias@domain.com,reg-user1-alias@domain.com
Expected:
CC: "regressionuser4" <regressionuser4@domain.com>
FromId: "regressionuser3@domain.com" <regressionuser3@domain.com>
ToId: "regression user 1" <reg-user1-alias@domain.com>,"regression user 1" <reg-user1-alias@domain.com>
Workaround:
n/a
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3788148
External Customer Info:
External Company:
External Customer Name:
External Customer Email:
Attachments:
Comments: