Click here to Skip to main content
15,886,199 members

Comments by chira8 (Top 4 by date)

chira8 23-Dec-11 2:22am View    
yes a have. outlook 2007 (italian language).
in which way i can authorize my inbox folder?
when i have done my test, outlook was running, infact i have done drag and drop with a message outlook
chira8 22-Dec-11 4:46am View    
i have have tried to use your code but doesn't work.
ns.CreateRecipient("INBOX") gives me this error:
Chiamata di sistema non riuscita. (Eccezione da HRESULT: 0x80010100 (RPC_E_SYS_CALL_FAILED))
i have tried also in this way:

inboxFolder = ns.GetDefaultFolder(Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderInbox);
subFolder = inboxFolder.Folders[1];
but inboxFolder hasn't folders
why??
what can i do??

thanks a lot
chira8 22-Dec-11 4:42am View    
Deleted
i have have tried to use your code but doesn't work.
ns.CreateRecipient("INBOX") gives me this error:
Chiamata di sistema non riuscita. (Eccezione da HRESULT: 0x80010100 (RPC_E_SYS_CALL_FAILED))
i have tried also in this way:

inboxFolder = ns.GetDefaultFolder(Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderInbox);
subFolder = inboxFolder.Folders[1];
but inboxFolder hasn't folders
why??
what can i do??

thanks a lot
chira8 22-Dec-11 4:41am View    
Deleted
i have have tried to use your code but doesn't work.
ns.CreateRecipient("INBOX") gives me this error:
Chiamata di sistema non riuscita. (Eccezione da HRESULT: 0x80010100 (RPC_E_SYS_CALL_FAILED))
i have tried also in this way:

inboxFolder = ns.GetDefaultFolder(Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderInbox);
subFolder = inboxFolder.Folders[1];
but inboxFolder hasn't folders
why??
what can i do??

thanks a lot