简体   繁体   English

使用webdav,c#发送邮件到Exchange 2003服务器时,如何将邮件发送到“用户创建”文件夹而不是“已发送”文件夹

[英]how to sent mail to “user created” folder instead of “Sent” folder, when the mail was sent using webdav,c# to exchange 2003 server

i have created one application which will send and receive mails, so in that application when i send any mail then it should go to "user created" folder instead of "sent" folder of exchange server2003. 我已经创建了一个将发送和接收邮件的应用程序,因此在该应用程序中,当我发送任何邮件时,它应该转到Exchange Server2003的“用户创建”文件夹而不是“已发送”文件夹。

I mean it should directly navigate to "user created" folder from the "outbox", it should not go to "sent" folder from "outbox". 我的意思是它应该直接从“发件箱”导航到“用户创建”文件夹,而不应该从“发件箱”转到“已发送”文件夹。

You need to add the header "Savedestination" to the message. 您需要在邮件中添加标题“ Savedestination”。

See http://msdn.microsoft.com/en-us/library/ee178357(v=EXCHG.80).aspx 请参阅http://msdn.microsoft.com/en-us/library/ee178357(v=EXCHG.80).aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM