|
@ -299,34 +299,22 @@ namespace UFIDA.U9.Cust.WC.CustPOSendMailUI |
|
|
</tr> |
|
|
</tr> |
|
|
", "Please refer to the New PO, Confirm it within today and feedback the delivery date within 2 Days,Thanks.");
|
|
|
", "Please refer to the New PO, Confirm it within today and feedback the delivery date within 2 Days,Thanks.");
|
|
|
|
|
|
|
|
|
mailMessage += string.Format(@"
|
|
|
|
|
|
<tr> |
|
|
|
|
|
<td >{0}</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
", "The information contained in this message is confidential and may be legally privileged. " +
|
|
|
|
|
|
"The message is intended solely for the addressee(s). If you are not the intended recipient," + |
|
|
|
|
|
" you are hereby notified that any use, dissemination or reproduction is strictly prohibited" + |
|
|
|
|
|
" and may be unlawful. If you are not the intended recipient, please contact the sender " + |
|
|
|
|
|
"by return e-mail and destroy all copies of the original message."); |
|
|
|
|
|
|
|
|
|
|
|
mailMessage += string.Format(@"
|
|
|
mailMessage += string.Format(@"
|
|
|
<tr> |
|
|
<tr> |
|
|
<td >{0}</td> |
|
|
<td >{0}</td> |
|
|
</tr> |
|
|
</tr> |
|
|
", "Best Regards");
|
|
|
", "Best Regards");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mailMessage += string.Format(@"
|
|
|
mailMessage += string.Format(@"
|
|
|
<tr> |
|
|
<tr> |
|
|
<td >{0}</td> |
|
|
<td >{0}</td> |
|
|
</tr> |
|
|
</tr> |
|
|
", "采购员邮箱:" + PurMail);
|
|
|
|
|
|
|
|
|
", "The information contained in this message is confidential and may be legally privileged. " +
|
|
|
|
|
|
"The message is intended solely for the addressee(s). If you are not the intended recipient," + |
|
|
|
|
|
" you are hereby notified that any use, dissemination or reproduction is strictly prohibited" + |
|
|
|
|
|
" and may be unlawful. If you are not the intended recipient, please contact the sender " + |
|
|
|
|
|
"by return e-mail and destroy all copies of the original message."); |
|
|
|
|
|
|
|
|
mailMessage += string.Format(@"
|
|
|
|
|
|
<tr> |
|
|
|
|
|
<td >{0}</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
", "采购经理邮箱:yu.zhou@panawincn.com");
|
|
|
|
|
|
|
|
|
|
|
|
mailMessage += @" </table></body></html>"; |
|
|
mailMessage += @" </table></body></html>"; |
|
|
|
|
|
|
|
@ -508,9 +496,7 @@ namespace UFIDA.U9.Cust.WC.CustPOSendMailUI |
|
|
"legally privileged. The message is intended solely for the addressee(s). " + |
|
|
"legally privileged. The message is intended solely for the addressee(s). " + |
|
|
"If you are not the intended recipient, you are hereby notified that any use,dissemination " + |
|
|
"If you are not the intended recipient, you are hereby notified that any use,dissemination " + |
|
|
"or reproduction is strictly prohibited and may be unlawful. If you are not the intended recipient, " + |
|
|
"or reproduction is strictly prohibited and may be unlawful. If you are not the intended recipient, " + |
|
|
"please contact the sender by return e-mail and destroy all copies of the original message." |
|
|
|
|
|
+ "\r\n" + "采购员邮箱:" + PurMail |
|
|
|
|
|
+ "\r\n" + "采购经理邮箱:yu.zhou@panawincn.com"; |
|
|
|
|
|
|
|
|
"please contact the sender by return e-mail and destroy all copies of the original message."; |
|
|
|
|
|
|
|
|
this.DataCollect(); |
|
|
this.DataCollect(); |
|
|
this.DataBind(); |
|
|
this.DataBind(); |
|
|