SenderEmailAddress throws COMException

kavithaumakanth

New member
Joined
Sep 21, 2006
Messages
1
Programming Experience
Beginner
I have written the following code to store the attachments from outlook, automatically into separate folders, based on the senders email address. In the line "if (item1.SenderEmailAddress.ToString() != null)", it is throwing the follwing exception"item1.SenderEmailAddress threw an exception of type System.Runtime.InteropServices.COMException" ArrayList arrList = new ArrayList(); for (int i = 1; i 0) { for (int j = 1; j
 
Back
Top