Ecrypted Email

Add-in Express™ Support Service
That's what is more important than anything else

Ecrypted Email
 
Mervin Pearce


Guest


Are there any special consideration to use when having an encrypted (S/MIME) message when opening?
Posted 06 Dec, 2005 05:16:31 Top
Mervin Pearce


Guest


ADX Toys as well .... OLE Error 80040F04
Posted 06 Dec, 2005 05:57:34 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Mervin,

What Outlook version did you use for testing?

Posted 06 Dec, 2005 07:12:27 Top
Mervin Pearce


Guest


11.5608 ( Office 2003)

if SelectedItemClass = olMail then
try
AttTable := GetActiveMessage.GetAttachmentTable; <- Found the error
AttTable.SetFields(VarArrayOf([PR_ATTACH_NUM]));
AttTable.First;
b := not AttTable.EOF;
finally
AttTable := nil;
end;

It seems the MessageType/Class is unknown for the attachments as soon as there is an encrypted attached message.
Posted 06 Dec, 2005 07:17:26 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Mervin,

Thank you. Have you seen this article? May it be the cause of the problem?
http://support.microsoft.com/?scid=kb;en-us;896594

Posted 06 Dec, 2005 07:30:34 Top