Click here to Skip to main content
15,916,215 members
Home / Discussions / COM
   

COM

 
GeneralRe: How to Pass c++ object across ATL DLL Pin
annjose2426-Jan-06 17:25
annjose2426-Jan-06 17:25 
GeneralRe: How to Pass c++ object across ATL DLL Pin
Stephen Hewitt26-Jan-06 17:31
Stephen Hewitt26-Jan-06 17:31 
GeneralRe: How to Pass c++ object across ATL DLL Pin
annjose2426-Jan-06 18:15
annjose2426-Jan-06 18:15 
GeneralRe: How to Pass c++ object across ATL DLL Pin
Gizzo26-Jan-06 21:22
Gizzo26-Jan-06 21:22 
AnswerRe: How to Pass c++ object across ATL DLL Pin
Gizzo26-Jan-06 1:49
Gizzo26-Jan-06 1:49 
GeneralRe: How to Pass c++ object across ATL DLL Pin
annjose2426-Jan-06 16:36
annjose2426-Jan-06 16:36 
QuestionHelp with ENTRYID type and ENTRYLIST type Pin
Chris Meech24-Jan-06 10:40
Chris Meech24-Jan-06 10:40 
QuestionRe: Help with ENTRYID type and ENTRYLIST type Pin
Chris Meech26-Jan-06 7:15
Chris Meech26-Jan-06 7:15 
This code is passing all compiler rules okay and I believe it is the correct way to set it up
SBinary      sbMessage[] = {1, pMessageEID->abFlags};
ENTRYLIST    elMessages[] = {1, sbMessage};
HRESULT      hr = m_pFolder->CopyMessages(elMessages, N...
However the call to CopyMessage is returning an error which indicates that I do not have permissions to create a message in the folder I'm trying to copy to. I suspect at the moment that my initialisation of elMessages[] is incorrect, but I don't know what else I can use to identify the message that I want to have copied.

I'm still searching but if anyone can shed some more light on extended MAPI, that whould help me out. Thanks.

Chris Meech

I am Canadian. [heard in a local bar]

When I want privacy, I'll close the bathroom door. [Stan Shannon]

Nice sig! [Tim Deveaux on Matt Newman's sig with a quote from me]
QuestionCOM DLL with IShellPropSheetExt Pin
souso2024-Jan-06 4:00
souso2024-Jan-06 4:00 
Questionsend error message to vb from c++ com Pin
mack scynox24-Jan-06 3:07
mack scynox24-Jan-06 3:07 
AnswerRe: send error message to vb from c++ com Pin
Gizzo24-Jan-06 5:00
Gizzo24-Jan-06 5:00 
GeneralRe: send error message to vb from c++ com Pin
mack scynox24-Jan-06 20:55
mack scynox24-Jan-06 20:55 
Questionprinter shell extension Pin
eisbaer311223-Jan-06 22:53
eisbaer311223-Jan-06 22:53 
AnswerRe: printer shell extension Pin
eisbaer31122-Feb-06 4:27
eisbaer31122-Feb-06 4:27 
QuestionICopyHook Pin
ragavan23-Jan-06 3:00
ragavan23-Jan-06 3:00 
QuestionCOM client must recompile when server compiled? Pin
WernerP23-Jan-06 1:55
WernerP23-Jan-06 1:55 
Questionwhat is a interface? Pin
vikas amin22-Jan-06 19:28
vikas amin22-Jan-06 19:28 
AnswerRe: what is a interface? Pin
Stephen Hewitt22-Jan-06 22:35
Stephen Hewitt22-Jan-06 22:35 
AnswerRe: what is a interface? Pin
Danish jibbran29-Jan-06 1:37
Danish jibbran29-Jan-06 1:37 
Questionabout IMediaSeeking Pin
abstarsss22-Jan-06 17:57
abstarsss22-Jan-06 17:57 
QuestionAttempting to return a BSTR * from a MFC ActiveX to VB .NET Pin
godspeed12322-Jan-06 7:39
godspeed12322-Jan-06 7:39 
AnswerRe: Attempting to return a BSTR * from a MFC ActiveX to VB .NET Pin
Stephen Hewitt22-Jan-06 15:55
Stephen Hewitt22-Jan-06 15:55 
GeneralRe: Attempting to return a BSTR * from a MFC ActiveX to VB .NET Pin
Vi224-Jan-06 4:21
Vi224-Jan-06 4:21 
Questionpass asp byte array to com object? Pin
mack scynox20-Jan-06 23:38
mack scynox20-Jan-06 23:38 
QuestionHow to export a class in c++ dll. Pin
srinu.m20-Jan-06 3:35
srinu.m20-Jan-06 3:35 

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.