Click here to Skip to main content
15,898,371 members
Home / Discussions / COM
   

COM

 
QuestionImage Map for destop (non-.net) application Pin
bayo2-Mar-07 6:37
bayo2-Mar-07 6:37 
QuestionGetting a list of unread messages Pin
a.olekhnovich2-Mar-07 5:33
a.olekhnovich2-Mar-07 5:33 
Questionunresolved external symbol _IID_IMAPIProp Pin
a.olekhnovich1-Mar-07 1:40
a.olekhnovich1-Mar-07 1:40 
AnswerRe: unresolved external symbol _IID_IMAPIProp Pin
a.olekhnovich1-Mar-07 2:43
a.olekhnovich1-Mar-07 2:43 
QuestionAdd a Custom header in Outlook Add-in [modified] Pin
a.olekhnovich28-Feb-07 23:30
a.olekhnovich28-Feb-07 23:30 
AnswerRe: Add a Custom header in Outlook Add-in Pin
Roger Stoltz1-Mar-07 1:06
Roger Stoltz1-Mar-07 1:06 
GeneralRe: Add a Custom header in Outlook Add-in Pin
a.olekhnovich1-Mar-07 1:13
a.olekhnovich1-Mar-07 1:13 
GeneralRe: Add a Custom header in Outlook Add-in Pin
a.olekhnovich1-Mar-07 1:24
a.olekhnovich1-Mar-07 1:24 
<br />
void __stdcall CAddin::MyBeforeCheckNames(IDispatch* pdispInspector)<br />
{<br />
	if (gInspector)<br />
	{<br />
		CComQIPtr<Outlook::_MailItem> spMailItem;<br />
		CComQIPtr<IDispatch> spCurrentItem;<br />
		gInspector->get_CurrentItem(&spCurrentItem);<br />
		spMailItem = spCurrentItem;<br />
		<br />
		// Here we must add a specific header to an outgoing<br />
		// email spMailItem (something like "X-Test-Header: Value")<br />
				<br />
		AfxMessageBox("Passed verification");<br />
	}<br />
}<br />

QuestionPLEASE HELP :( Pin
İsmail Durmaz28-Feb-07 10:44
İsmail Durmaz28-Feb-07 10:44 
QuestionHow to register a COM component? Pin
sumd27-Feb-07 0:27
sumd27-Feb-07 0:27 
AnswerRe: How to register a COM component? Pin
Roger Stoltz27-Feb-07 1:23
Roger Stoltz27-Feb-07 1:23 
Questionplotting graphic Pin
tomoyo_akumin26-Feb-07 2:28
tomoyo_akumin26-Feb-07 2:28 
QuestionCustom interface??? Pin
jhinze24-Feb-07 4:56
jhinze24-Feb-07 4:56 
AnswerRe: Custom interface??? Pin
prasad_som24-Feb-07 5:29
prasad_som24-Feb-07 5:29 
GeneralRe: Custom interface??? Pin
jhinze24-Feb-07 6:37
jhinze24-Feb-07 6:37 
QuestionNeed help regarding SMS Gateway urgently Pin
jayu_s_a23-Feb-07 4:16
jayu_s_a23-Feb-07 4:16 
QuestionConvert a 1D array to VARIANT Pin
Member 79935121-Feb-07 7:34
Member 79935121-Feb-07 7:34 
Questionabout dropdown menu bar Pin
shiv_bahadur21-Feb-07 1:12
shiv_bahadur21-Feb-07 1:12 
QuestionError 406 Pin
shivapriyak20-Feb-07 21:05
shivapriyak20-Feb-07 21:05 
Questioncreating a reference to a com object Pin
shivapriyak19-Feb-07 4:30
shivapriyak19-Feb-07 4:30 
AnswerRe: creating a reference to a com object Pin
Roger Stoltz19-Feb-07 11:18
Roger Stoltz19-Feb-07 11:18 
GeneralRe: creating a reference to a com object Pin
shivapriyak19-Feb-07 18:21
shivapriyak19-Feb-07 18:21 
GeneralRe: creating a reference to a com object Pin
Tim Paaschen19-Feb-07 19:45
Tim Paaschen19-Feb-07 19:45 
GeneralRe: creating a reference to a com object Pin
Roger Stoltz19-Feb-07 22:22
Roger Stoltz19-Feb-07 22:22 
GeneralRe: creating a reference to a com object Pin
shivapriyak19-Feb-07 23:44
shivapriyak19-Feb-07 23:44 

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.