Click here to Skip to main content
15,891,529 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to save smtp sent mail messages to outlook sent items folder when sent from outlook addin Pin
Dave Kreskowiak5-Apr-16 4:17
mveDave Kreskowiak5-Apr-16 4:17 
OK, so you're sending the mail as someone else using an outside service provider. Outside SMTP servers doesn't provide any "sent mail" tracking folders. SMTP only sends a mail message and then forgets about it. If you want a Sent Mail copy your application has to track that. The SMTP server doesn't have any facility for that.

How does Outlook.com do it?? It saves a copy of the mail message in an application folder after the mail is successfully sent using SMTP. The application does it, not the SMTP server.

So, YOUR CODE has to save a copy of the mail message in Outlook. You cannot depend on an outside provider to provide that service for you.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: how to save smtp sent mail messages to outlook sent items folder when sent from outlook addin Pin
sudhir giet5-Apr-16 4:36
professionalsudhir giet5-Apr-16 4:36 
GeneralRe: how to save smtp sent mail messages to outlook sent items folder when sent from outlook addin Pin
Joan Magnet5-Apr-16 4:58
Joan Magnet5-Apr-16 4:58 
GeneralRe: how to save smtp sent mail messages to outlook sent items folder when sent from outlook addin Pin
sudhir giet5-Apr-16 5:30
professionalsudhir giet5-Apr-16 5:30 
GeneralRe: how to save smtp sent mail messages to outlook sent items folder when sent from outlook addin Pin
Dave Kreskowiak5-Apr-16 5:06
mveDave Kreskowiak5-Apr-16 5:06 
GeneralRe: how to save smtp sent mail messages to outlook sent items folder when sent from outlook addin Pin
sudhir giet5-Apr-16 5:31
professionalsudhir giet5-Apr-16 5:31 
QuestionJSON String to C# datagrid Convert Pin
C-Sharp14-Apr-16 17:32
C-Sharp14-Apr-16 17:32 
AnswerRe: JSON String to C# datagrid Convert Pin
Mycroft Holmes4-Apr-16 20:56
professionalMycroft Holmes4-Apr-16 20:56 
AnswerRe: JSON String to C# datagrid Convert Pin
Bernhard Hiller4-Apr-16 21:16
Bernhard Hiller4-Apr-16 21:16 
Questionwhat port for crystalReport in Firewall? Pin
Member 123470954-Apr-16 9:17
Member 123470954-Apr-16 9:17 
AnswerRe: what port for crystalReport in Firewall? Pin
Dave Kreskowiak4-Apr-16 11:24
mveDave Kreskowiak4-Apr-16 11:24 
AnswerRe: what port for crystalReport in Firewall? Pin
Patrice T4-Apr-16 13:11
mvePatrice T4-Apr-16 13:11 
AnswerRe: what port for crystalReport in Firewall? Pin
koolprasad20034-Apr-16 21:20
professionalkoolprasad20034-Apr-16 21:20 
AnswerRe: what port for crystalReport in Firewall? Pin
Suresh75-Apr-16 7:23
Suresh75-Apr-16 7:23 
QuestionVery strange exception when accessing the configuration system with .NET 4.6.1 Pin
mav.northwind4-Apr-16 5:18
mav.northwind4-Apr-16 5:18 
AnswerRe: Very strange exception when accessing the configuration system with .NET 4.6.1 Pin
Richard Deeming4-Apr-16 5:59
mveRichard Deeming4-Apr-16 5:59 
GeneralRe: Very strange exception when accessing the configuration system with .NET 4.6.1 Pin
mav.northwind4-Apr-16 7:36
mav.northwind4-Apr-16 7:36 
Questioncharacter division from the cursive data on image Pin
DNLMurthy3-Apr-16 18:31
professionalDNLMurthy3-Apr-16 18:31 
AnswerRe: character division from the cursive data on image Pin
Richard MacCutchan3-Apr-16 21:45
mveRichard MacCutchan3-Apr-16 21:45 
AnswerRe: character division from the cursive data on image Pin
Bernhard Hiller4-Apr-16 0:33
Bernhard Hiller4-Apr-16 0:33 
QuestionContour Analysis for Image Recognition in C# Pin
DNLMurthy3-Apr-16 10:04
professionalDNLMurthy3-Apr-16 10:04 
AnswerRe: Contour Analysis for Image Recognition in C# Pin
Dave Kreskowiak3-Apr-16 12:13
mveDave Kreskowiak3-Apr-16 12:13 
QuestionReading DVD multi session structure(s) Pin
kiskeya2-Apr-16 8:36
kiskeya2-Apr-16 8:36 
QuestionCan share different invocations of an application the same static data Pin
Wolfgang Kurz2-Apr-16 8:00
professionalWolfgang Kurz2-Apr-16 8:00 
AnswerRe: Can share different invocations of an application the same static data Pin
Richard Andrew x642-Apr-16 9:40
professionalRichard Andrew x642-Apr-16 9:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.