.\ClientSmtp.cpp(42) : error C3699: '*' : cannot use this indirection on type 'System::Net::Mail::MailMessage'
compiler replacing '*' with '^' to continue parsing
.\ClientSmtp.cpp(44) : error C3699: '*' : cannot use this indirection on type 'System::Net::Mail::Attachment'
compiler replacing '*' with '^' to continue parsing
.\ClientSmtp.cpp(46) : error C2228: left of '.Attachments' must have class/struct/union
type is 'System::Net::Mail::MailMessage ^'
did you intend to use '->' instead?
.\ClientSmtp.cpp(46) : error C2227: left of '->Add' must point to class/struct/union/generic type
Partager