Thanks for reply.
Is it necessary release a COM Object, if a COM object is passed as parameter to a method.
Ex:
PrintName(ContactItemClass contact)
{
Console.WriteLine(contact.FirstName);
//Is it necessary to call Marshal.ReleaseComObject(contact) here
}.
Submitted using
http://www.outlookforums.com