Click here to Skip to main content
15,887,812 members
Home / Discussions / C#
   

C#

 
AnswerRe: Changing permission on a folder from C#? Pin
Heath Stewart9-Mar-04 6:30
protectorHeath Stewart9-Mar-04 6:30 
GeneralRe: Changing permission on a folder from C#? Pin
Nick Parker9-Mar-04 6:34
protectorNick Parker9-Mar-04 6:34 
GeneralRe: Changing permission on a folder from C#? Pin
Heath Stewart9-Mar-04 6:47
protectorHeath Stewart9-Mar-04 6:47 
GeneralRe: Changing permission on a folder from C#? Pin
Nick Parker9-Mar-04 7:07
protectorNick Parker9-Mar-04 7:07 
GeneralRe: Changing permission on a folder from C#? Pin
Xiangyang Liu 刘向阳9-Mar-04 7:24
Xiangyang Liu 刘向阳9-Mar-04 7:24 
GeneralRe: Changing permission on a folder from C#? Pin
Heath Stewart9-Mar-04 9:02
protectorHeath Stewart9-Mar-04 9:02 
GeneralRe: Changing permission on a folder from C#? Pin
Xiangyang Liu 刘向阳9-Mar-04 7:21
Xiangyang Liu 刘向阳9-Mar-04 7:21 
GeneralMail Cc System.web.Mail Pin
RickZ9-Mar-04 2:29
RickZ9-Mar-04 2:29 
When using the System.Web.Mail namespace and attempting to send a carbon copy 'Cc' to another mail recipient on a different domain then the 'To' recipient, I get an denyed relay error (#550) from the 'To's mail server. I've tried with several servers with same results. I must be doing something wrong.

1.1 Framework, 2002 Dev Envir.

Any help please.

Example:

MailMessage mm = new MailMessage();

mm.From = "sender@someisp.com";
mm.To = "recipient@anotherisp.com";
mm.Cc = "anotherrecipient@adifferentisp.com;";
mm.Subject = "Test Subject";
mm.Body = "Test Body";

SmtpMail.Send(mm);

If the 'Cc' is removed the process works as expected.

Rick Z
GeneralRe: Mail Cc System.web.Mail Pin
John Fisher9-Mar-04 4:19
John Fisher9-Mar-04 4:19 
GeneralRe: Mail Cc System.web.Mail Pin
RickZ9-Mar-04 12:23
RickZ9-Mar-04 12:23 
GeneralRe: Mail Cc System.web.Mail Pin
Ahmed Galal19-Apr-04 5:03
Ahmed Galal19-Apr-04 5:03 
Generalpopulating a combobox from a dataset, and filter a datagrid... Pin
Krisst K9-Mar-04 0:31
Krisst K9-Mar-04 0:31 
GeneralDate format in a datagrid Pin
Callixte.9-Mar-04 0:20
Callixte.9-Mar-04 0:20 
GeneralRe: Date format in a datagrid Pin
Heath Stewart9-Mar-04 6:29
protectorHeath Stewart9-Mar-04 6:29 
GeneralRe: Date format in a datagrid Pin
Callixte.9-Mar-04 7:04
Callixte.9-Mar-04 7:04 
GeneralGraphics problems - DPI settings!!!! Pin
Paul Griffin9-Mar-04 0:08
Paul Griffin9-Mar-04 0:08 
GeneralRe: Graphics problems - DPI settings!!!! Pin
John Fisher9-Mar-04 4:09
John Fisher9-Mar-04 4:09 
GeneralRe: Graphics problems - DPI settings!!!! Pin
Werdna9-Mar-04 6:43
Werdna9-Mar-04 6:43 
QuestionIs there an alternative to mshtml? Pin
profoundwhispers8-Mar-04 22:37
profoundwhispers8-Mar-04 22:37 
AnswerRe: Is there an alternative to mshtml? Pin
John Fisher9-Mar-04 4:02
John Fisher9-Mar-04 4:02 
GeneralRe: Is there an alternative to mshtml? Pin
Heath Stewart9-Mar-04 6:35
protectorHeath Stewart9-Mar-04 6:35 
Generalflashwindowex Pin
carlito punk8-Mar-04 17:47
carlito punk8-Mar-04 17:47 
GeneralRe: flashwindowex Pin
Mazdak8-Mar-04 19:05
Mazdak8-Mar-04 19:05 
GeneralRe: flashwindowex Pin
carlito punk8-Mar-04 19:08
carlito punk8-Mar-04 19:08 
GeneralRe: flashwindowex Pin
ian mariano8-Mar-04 19:45
ian mariano8-Mar-04 19:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.