Build Log
  

Build started: Project: Mail, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\Users\kenio\Documents\Visual Studio 2008\Projects\Mail\Mail\Debug\RSP00001E17845784.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /FD /EHa /MDd /Yu"stdafx.h" /Fp"Debug\Mail.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /Zi /clr:pure /TP /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Data.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.XML.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Messaging.dll"

".\Mail.cpp"
]
Creating command line "cl.exe @"c:\Users\kenio\Documents\Visual Studio 2008\Projects\Mail\Mail\Debug\RSP00001E17845784.rsp" /nologo /errorReport:prompt"
Output Window
  
Compiling...
Mail.cpp
c:\users\kenio\documents\visual studio 2008\projects\mail\mail\Form1.h(196) : error C3073: 'System::Net::Mail::SmtpClient' : ref class does not have a user-defined copy constructor
c:\users\kenio\documents\visual studio 2008\projects\mail\mail\Form1.h(197) : error C2664: 'System::Net::Mail::SmtpClient::Credentials::set' : cannot convert parameter 1 from 'System::Net::NetworkCredential' to 'System::Net::ICredentialsByHost ^'
        No user-defined-conversion operator available, or
        No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
c:\users\kenio\documents\visual studio 2008\projects\mail\mail\Form1.h(198) : error C3673: 'System::Net::Mail::MailMessage' : class does not have a copy-constructor
c:\users\kenio\documents\visual studio 2008\projects\mail\mail\Form1.h(199) : error C2676: binary '^' : 'System::String ^' does not define this operator or a conversion to a type acceptable to the predefined operator
c:\users\kenio\documents\visual studio 2008\projects\mail\mail\Form1.h(200) : error C2664: 'void System::Collections::ObjectModel::Collection::Add(System::Net::Mail::MailAddress ^)' : cannot convert parameter 1 from 'System::Net::Mail::MailAddress' to 'System::Net::Mail::MailAddress ^'
        with
        [
            T=System::Net::Mail::MailAddress ^
        ]
        No user-defined-conversion operator available, or
        No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
c:\users\kenio\documents\visual studio 2008\projects\mail\mail\Form1.h(203) : error C2664: 'void System::Net::Mail::SmtpClient::Send(System::Net::Mail::MailMessage ^)' : cannot convert parameter 1 from 'System::Net::Mail::MailMessage' to 'System::Net::Mail::MailMessage ^'
        No user-defined-conversion operator available, or
        No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
Results
  
Build log was saved at "file://c:\Users\kenio\Documents\Visual Studio 2008\Projects\Mail\Mail\Debug\BuildLog.htm"
Mail - 6 error(s), 0 warning(s)