RE: [Nant-users] Nant mail

2004-12-09 Thread Bill.Martin
Simon, It's the attributes in the code that make a .NET component expose itself to COM, not the way it's built. You need to add the InterfaceType and GuidAttribute attributes in the assembly. What are you trying to do? Cheers, Bill -Original Message- From: Simon Burgess Sent:

RE: [Nant-users] Nant mail

2004-12-08 Thread Akins, Greg
You can use the .Net Solution to register the COM object (I assume that would be executed as part of the task. Use to call regasm Is that what you were looking for? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 12:29 PM To: [

Re: [Nant-users] nant mail task error - transport error code-0x80040217

2004-09-15 Thread Gert Driesen
Ankita, The task uses System.Web.Mail to send the smtp message, and there's no support for authentication there. The does not support a "user" or "password" attribute. The 0.85 nightly builds will report that. Gert - Original Message - From: "Ankita Kapadia" <[EMAIL PROTECTED]> To: <