A distributed application uses the MapiSendMail function in Outlook Express
and references the dll with the folllowing Declaration Statement:
Declare Function MAPISendMail _
Lib "C:\Program Files\Outlook Express\msoe.dl l" .........
etc, etc
Can this be re-written to cater for those cases where msoe.dll is is another
directory by using a variable ?
and references the dll with the folllowing Declaration Statement:
Declare Function MAPISendMail _
Lib "C:\Program Files\Outlook Express\msoe.dl l" .........
etc, etc
Can this be re-written to cater for those cases where msoe.dll is is another
directory by using a variable ?
Comment