Click here to Skip to main content
15,907,000 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: HELP Pin
Kschuler27-Sep-06 8:25
Kschuler27-Sep-06 8:25 
AnswerRe: HELP Pin
Not Active27-Sep-06 8:27
mentorNot Active27-Sep-06 8:27 
GeneralRe: HELP Pin
Polymorpher27-Sep-06 8:30
Polymorpher27-Sep-06 8:30 
QuestionSample master pages Pin
digsy_27-Sep-06 7:38
digsy_27-Sep-06 7:38 
AnswerRe: Sample master pages Pin
minhpc_bk27-Sep-06 19:48
minhpc_bk27-Sep-06 19:48 
QuestionCustom email class Pin
shapper27-Sep-06 7:21
shapper27-Sep-06 7:21 
AnswerRe: Custom email class Pin
Not Active27-Sep-06 8:16
mentorNot Active27-Sep-06 8:16 
AnswerRe: Custom email class Pin
Kschuler27-Sep-06 11:09
Kschuler27-Sep-06 11:09 
Another way you could handle this situation is to not have priority as a property but as an optional parameter for the method or function that ends up actually sending the email. Optional parms have to the last parms of the method and have to have a default set. The method header would look something like this:
Public SendMyEmail(ByVal strEmailMessage as String, Optional ByVal strPriority as System.Net.Mail.MailPriority = Net.Mail.MailPriority.Normal)

(Of course, you would probably have a number of other parms before the optional one like who the email is to be sent to, from, CC, BCC, and so on.)

Hope this gives you some ideas to work from.
QuestionHow can i fix this OleDbException error? Pin
keroed_edmond27-Sep-06 6:57
keroed_edmond27-Sep-06 6:57 
QuestionSend HTML page by Email. Pin
shapper27-Sep-06 6:13
shapper27-Sep-06 6:13 
AnswerRe: Send HTML page by Email. Pin
Jim Conigliaro27-Sep-06 9:55
Jim Conigliaro27-Sep-06 9:55 
QuestionConverting C# Application to WEB Enabled with ASP.NET . Pin
unitecsoft27-Sep-06 5:30
unitecsoft27-Sep-06 5:30 
AnswerRe: Converting C# Application to WEB Enabled with ASP.NET . Pin
Colin Angus Mackay27-Sep-06 5:47
Colin Angus Mackay27-Sep-06 5:47 
GeneralRe: Converting C# Application to WEB Enabled with ASP.NET . Pin
unitecsoft27-Sep-06 7:09
unitecsoft27-Sep-06 7:09 
QuestionHow to play audio and video files in an aspx page Pin
Meax27-Sep-06 5:21
Meax27-Sep-06 5:21 
QuestionHow to use asp:radio button in datagrid without postback and only single selection Pin
BalasahebK27-Sep-06 5:03
BalasahebK27-Sep-06 5:03 
QuestionImage not being displayed in mozila/firefox.. Pin
ArunKumarParthiban27-Sep-06 4:51
ArunKumarParthiban27-Sep-06 4:51 
AnswerRe: Image not being displayed in mozila/firefox.. Pin
minhpc_bk27-Sep-06 19:40
minhpc_bk27-Sep-06 19:40 
GeneralRe: Image not being displayed in mozila/firefox.. Pin
ArunKumarParthiban27-Sep-06 20:46
ArunKumarParthiban27-Sep-06 20:46 
GeneralRe: Image not being displayed in mozila/firefox.. Pin
minhpc_bk28-Sep-06 0:40
minhpc_bk28-Sep-06 0:40 
QuestionHelp with reading XML with C# Pin
robert11027-Sep-06 4:34
robert11027-Sep-06 4:34 
AnswerRe: Help with reading XML with C# Pin
Not Active27-Sep-06 4:43
mentorNot Active27-Sep-06 4:43 
GeneralRe: Help with reading XML with C# Pin
robert11027-Sep-06 4:48
robert11027-Sep-06 4:48 
GeneralRe: Help with reading XML with C# Pin
Not Active27-Sep-06 4:56
mentorNot Active27-Sep-06 4:56 
GeneralRe: Help with reading XML with C# Pin
robert11027-Sep-06 9:36
robert11027-Sep-06 9:36 

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.