dll/Class Required

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Hi
I use in my program the following dll: 'xMSMAPI'and declare an object of the
following type:'xMAPIMessages', when I run the program the I get an error
"Class not registered" (when I call the following
statement:(CType(Me.MAPIMessages,
System.ComponentModel.ISupportInitialize).EndInit())

Does anyone knows what is the required class (dll) or the newsgroup to send
this question

Thank you,
Samuel Shulman
 
The first question to ask is why are you not using native MAPI providers.

Shaun C McDonnell
Solutions Architect
 
I upgraded an existing project using the wizard, this project has exremely
tight budget
 
Back
Top