Click here to Skip to main content
15,917,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Array/List? Pin
DaFrawg31-Oct-03 0:38
DaFrawg31-Oct-03 0:38 
GeneralCEdit notification message Pin
YaronNir27-Oct-03 2:10
YaronNir27-Oct-03 2:10 
GeneralRe: CEdit notification message Pin
Steve S27-Oct-03 2:19
Steve S27-Oct-03 2:19 
QuestionMessages missing for slider controls (and also for spinbuttons etc.)? Pin
DaFrawg27-Oct-03 2:09
DaFrawg27-Oct-03 2:09 
AnswerRe: Messages missing for slider controls (and also for spinbuttons etc.)? Pin
Roger Allen27-Oct-03 3:33
Roger Allen27-Oct-03 3:33 
AnswerRe: Messages missing for slider controls (and also for spinbuttons etc.)? Pin
Iain Clarke, Warrior Programmer27-Oct-03 3:48
Iain Clarke, Warrior Programmer27-Oct-03 3:48 
AnswerRe: Messages missing for slider controls (and also for spinbuttons etc.)? Pin
Chris Hills27-Oct-03 4:01
Chris Hills27-Oct-03 4:01 
GeneralRe: Messages missing for slider controls (and also for spinbuttons etc.)? Pin
DaFrawg27-Oct-03 22:37
DaFrawg27-Oct-03 22:37 
GeneralRe: Messages missing for slider controls (and also for spinbuttons etc.)? Pin
Chris Hills29-Oct-03 1:19
Chris Hills29-Oct-03 1:19 
GeneralRe: Messages missing for slider controls (and also for spinbuttons etc.)? Pin
Atlantys30-Oct-03 13:17
Atlantys30-Oct-03 13:17 
Generalmysql with release mode? urgent Pin
murali_utr27-Oct-03 1:33
murali_utr27-Oct-03 1:33 
GeneralRe: mysql with release mode? urgent Pin
Steve S27-Oct-03 1:41
Steve S27-Oct-03 1:41 
GeneralThanks For Ur Help. Pin
murali_utr27-Oct-03 1:45
murali_utr27-Oct-03 1:45 
Generalregd radio buttons in VC++ Pin
karteek27-Oct-03 1:12
karteek27-Oct-03 1:12 
GeneralRe: regd radio buttons in VC++ Pin
Steve S27-Oct-03 1:39
Steve S27-Oct-03 1:39 
GeneralRe: regd radio buttons in VC++ Pin
Iain Clarke, Warrior Programmer27-Oct-03 1:40
Iain Clarke, Warrior Programmer27-Oct-03 1:40 
GeneralExcel-Automation with C++ Pin
DeckY27-Oct-03 0:58
DeckY27-Oct-03 0:58 
GeneralCSocket and CWinThread Pin
y_seval27-Oct-03 0:55
y_seval27-Oct-03 0:55 
GeneralRe: CSocket and CWinThread Pin
vcplusplus27-Oct-03 1:50
vcplusplus27-Oct-03 1:50 
QuestionHow to change the font size and color of the fonts in a edit box Pin
Deepak Samuel27-Oct-03 0:00
Deepak Samuel27-Oct-03 0:00 
AnswerRe: How to change the font size and color of the fonts in a edit box Pin
Steve S27-Oct-03 1:37
Steve S27-Oct-03 1:37 
GeneralOutlook Automation (C++) Pin
chz171065xy26-Oct-03 23:20
chz171065xy26-Oct-03 23:20 
GeneralRe: Outlook Automation (C++) Pin
Heath Stewart27-Oct-03 3:24
protectorHeath Stewart27-Oct-03 3:24 
Since you've created a wrapping, I'm assuming you have looked through what's available. Basically, just create a new item of the appropriate type (any type of item, be it standard or custom with the correct form associated). Get a reference to the Inbox folder (several ways are possible using the namespaces). Then just add the item. This is possible with any folder.

I don't have any code samples since I haven't done this in a long time but the idea is still the same and it works. The Inbox is still just a folder, so just add the item to it.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Outlook Automation (C++) Pin
chz171065xy27-Oct-03 21:37
chz171065xy27-Oct-03 21:37 
GeneralRe: Outlook Automation (C++) Pin
David Crow28-Oct-03 4:08
David Crow28-Oct-03 4:08 

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.