Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Plz help

Plz help

Scheduled Pinned Locked Moved C#
helpcsharp
7 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    alok_2k3
    wrote on last edited by
    #1

    Hi, I am reposting this message,plz help me to fix it. I have written code for sending mails using c#.I am facing the following problem with this. Mail Body is not showing up for Meeting requests/mail received through Lotus Notes. The meeting request is shown correctly when viewed through the Outlook with the body showing up but not in Lotus Notes. Here is the code i am using, msg.From = new MailAddress(From); msg.Subject = Subject; msg.SubjectEncoding = System.Text.Encoding.Default; StringBuilder strBodyText = new StringBuilder(); strBodyText.AppendLine(some string on logical criteria); msg.Body = strBodyText.ToString(); msg.BodyEncoding = System.Text.Encoding.Default; msg.IsBodyHtml = false; msg.Priority = MailPriority.High; SmtpClient client = new SmtpClient(); client.Port = 25;//or use 587 client.Host = smtpServer; client.Send(msg); Plz help me... Thanks in Advance Alok...

    N J P 3 Replies Last reply
    0
    • A alok_2k3

      Hi, I am reposting this message,plz help me to fix it. I have written code for sending mails using c#.I am facing the following problem with this. Mail Body is not showing up for Meeting requests/mail received through Lotus Notes. The meeting request is shown correctly when viewed through the Outlook with the body showing up but not in Lotus Notes. Here is the code i am using, msg.From = new MailAddress(From); msg.Subject = Subject; msg.SubjectEncoding = System.Text.Encoding.Default; StringBuilder strBodyText = new StringBuilder(); strBodyText.AppendLine(some string on logical criteria); msg.Body = strBodyText.ToString(); msg.BodyEncoding = System.Text.Encoding.Default; msg.IsBodyHtml = false; msg.Priority = MailPriority.High; SmtpClient client = new SmtpClient(); client.Port = 25;//or use 587 client.Host = smtpServer; client.Send(msg); Plz help me... Thanks in Advance Alok...

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      See item #3 http://www.codeproject.com/script/Forums/View.aspx?fid=1649&msg=1278604[^]


      only two letters away from being an asset

      A 1 Reply Last reply
      0
      • A alok_2k3

        Hi, I am reposting this message,plz help me to fix it. I have written code for sending mails using c#.I am facing the following problem with this. Mail Body is not showing up for Meeting requests/mail received through Lotus Notes. The meeting request is shown correctly when viewed through the Outlook with the body showing up but not in Lotus Notes. Here is the code i am using, msg.From = new MailAddress(From); msg.Subject = Subject; msg.SubjectEncoding = System.Text.Encoding.Default; StringBuilder strBodyText = new StringBuilder(); strBodyText.AppendLine(some string on logical criteria); msg.Body = strBodyText.ToString(); msg.BodyEncoding = System.Text.Encoding.Default; msg.IsBodyHtml = false; msg.Priority = MailPriority.High; SmtpClient client = new SmtpClient(); client.Port = 25;//or use 587 client.Host = smtpServer; client.Send(msg); Plz help me... Thanks in Advance Alok...

        J Offline
        J Offline
        J4amieC
        wrote on last edited by
        #3

        You can repost this as many times as you like, but the answers (which you've already been given) does not change.

        1 Reply Last reply
        0
        • N Not Active

          See item #3 http://www.codeproject.com/script/Forums/View.aspx?fid=1649&msg=1278604[^]


          only two letters away from being an asset

          A Offline
          A Offline
          alok_2k3
          wrote on last edited by
          #4

          Hey Thanks for replying....... Really helpfull! I was not excepting that I got the answer only in few minutes..

          1 Reply Last reply
          0
          • A alok_2k3

            Hi, I am reposting this message,plz help me to fix it. I have written code for sending mails using c#.I am facing the following problem with this. Mail Body is not showing up for Meeting requests/mail received through Lotus Notes. The meeting request is shown correctly when viewed through the Outlook with the body showing up but not in Lotus Notes. Here is the code i am using, msg.From = new MailAddress(From); msg.Subject = Subject; msg.SubjectEncoding = System.Text.Encoding.Default; StringBuilder strBodyText = new StringBuilder(); strBodyText.AppendLine(some string on logical criteria); msg.Body = strBodyText.ToString(); msg.BodyEncoding = System.Text.Encoding.Default; msg.IsBodyHtml = false; msg.Priority = MailPriority.High; SmtpClient client = new SmtpClient(); client.Port = 25;//or use 587 client.Host = smtpServer; client.Send(msg); Plz help me... Thanks in Advance Alok...

            P Offline
            P Offline
            Paul Conrad
            wrote on last edited by
            #5

            alok_2k3 wrote:

            I am reposting this message,

            Don't do that. It is rude. If someone has an answer for you, they will eventually reply. Reposting the same message over and over doesn't accomplish anything but irritated people...

            "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

            L 1 Reply Last reply
            0
            • P Paul Conrad

              alok_2k3 wrote:

              I am reposting this message,

              Don't do that. It is rude. If someone has an answer for you, they will eventually reply. Reposting the same message over and over doesn't accomplish anything but irritated people...

              "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

              L Offline
              L Offline
              Le centriste
              wrote on last edited by
              #6

              I don't agree with you. The other day, a person reposted a question to which he did not get an answer, in the hope that he would get one this time. I happened to see his question that time and was able to answer it. At least, they stay polite by mentioning the repost fact.

              P 1 Reply Last reply
              0
              • L Le centriste

                I don't agree with you. The other day, a person reposted a question to which he did not get an answer, in the hope that he would get one this time. I happened to see his question that time and was able to answer it. At least, they stay polite by mentioning the repost fact.

                P Offline
                P Offline
                Paul Conrad
                wrote on last edited by
                #7

                Le Centriste wrote:

                a person reposted a question to which he did not get an answer, in the hope that he would get one this time

                That doesn't do much good except flood the forums with redundant posts. The very reason Chris put View unanswered questions in the C# forum in each forum, so posts that haven't received any replies don't get lost.

                "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups