B
brianpmccullough
Hello,
I need to develop an Office XP COM Add-In that needs to extract the message
headers from an original email and forward these headers along in another
email to a specified email address. A few questions (I have not developed an
Office/COM Add In before):
1. I come from a developer background, so I am comfortable working with
most development environments and languages (VB, C#, etc). What tools are
available for me to use to develop this COM Add In?
2. I have read about using "Office XP Developer", but I cannot get the
software loaded b/c I need a "Windows Component Update" disk, which I do not
have. Anyone know where to find this?
3. I have read that you could create the COM Add In using the VB6 "Addin"
project template. I started doing this the other day and was progressing
fine, but after trying to get the "COM Add In" project template (which comes
with Office XP Developer) installed, I messed something up and now I don't
see all my Office applications in the "Designer" item within my project. Now
I only see "Visual Studio" and "Excel". What controls what is displayed in
this list? I used to have Outlook available to me, and no longer do?
4. Since my COM Add In will be interacting with the original message's
headers, I have found that the only way to access these is through CDO. When
I try to access them in a Macro, I get a security dialog prompting to allow
access to the running code. If I create my COM Add In, is there a way to
digitally sign it such that Outlook trusts the code executing within it?
I know this is alot and could take up several postings, but any help is
appreciated!!
I need to develop an Office XP COM Add-In that needs to extract the message
headers from an original email and forward these headers along in another
email to a specified email address. A few questions (I have not developed an
Office/COM Add In before):
1. I come from a developer background, so I am comfortable working with
most development environments and languages (VB, C#, etc). What tools are
available for me to use to develop this COM Add In?
2. I have read about using "Office XP Developer", but I cannot get the
software loaded b/c I need a "Windows Component Update" disk, which I do not
have. Anyone know where to find this?
3. I have read that you could create the COM Add In using the VB6 "Addin"
project template. I started doing this the other day and was progressing
fine, but after trying to get the "COM Add In" project template (which comes
with Office XP Developer) installed, I messed something up and now I don't
see all my Office applications in the "Designer" item within my project. Now
I only see "Visual Studio" and "Excel". What controls what is displayed in
this list? I used to have Outlook available to me, and no longer do?
4. Since my COM Add In will be interacting with the original message's
headers, I have found that the only way to access these is through CDO. When
I try to access them in a Macro, I get a security dialog prompting to allow
access to the running code. If I create my COM Add In, is there a way to
digitally sign it such that Outlook trusts the code executing within it?
I know this is alot and could take up several postings, but any help is
appreciated!!