blah blah blah is here! blah blah » Close

0
votes
1 answers

How to send Email as Calendar with body font customized?

Hi, Could any one please tell me, how to customize the body font of calendar when sent as email? Actually i've created an email for sending meeting request. This email body font should be changed as per the requirement. I was able to c ...

0
votes
0 answers

sending emails to recepients when selected name from dropdown list against their assigned emails

Hi, i am new to the c# and asp technology and trying to fix old piece of code. I am looking for a solution to have c# code that is called from aspx file. Now i have a requirement to create a form that has dropdown list names and each name ...

0
votes
0 answers

Mailing Concept

Hi, I am developing a bulk mailing application in C#.NET, a windows based application with the object MailMessage and SMTPClient and SMPT login credentials i.e., NetworkCredential. The application has the following input fields: 1 ...

0
votes
1 answers

Retrieving data from a POP3 mail message

Hi There I am busy with a helpdesk application that lets you log a fault via: 1)Web interface 2)Send an SMS/Text from Cell/Mobile phone 3)Email to heldesk@helpdesk.ko.sa The first 2 options works fine. The 3rd ons I can't find a s ...

1
votes
0 answers

how to change user email address?

If somebody changes its email address, how can the person change it to the new email address. For e. g. notifications, if password got forgotten... I did not see a link for doing this...

0
votes
2 answers

how to export emails as plain text using c#?

am trying to create an application that would access a storage location containing emails maybe stored by an email application or client.please how would i got about achieving that ?

0
votes
0 answers

Email sniffing C#

Hello everybody, i wanted to ask about email sniffing. I'm using .NET 4 C#. I already have a code which shows http sending data through RAW socket. What i need is, i want to read https sent data. How can i do that just using RAW sock ...

1
votes
1 answers

Code Analysis -> object 'server' is not disposed along all exception paths.

I have problem with my code after running code analysis. I cant fugure out what is wrong :) any ideas pls? Warning 1 CA2000 : Microsoft.Reliability : In method 'Program.sendEmail(string, string, string)', object 'server' is not di ...

0
votes
2 answers

office addin selected item

hi there, i am trying to get selected email message displayed in my richTextBox. So far i have managed use this code in order to display set item. How should i modify this code in order to have it dynamic (eg click on any email item an ...

1
votes
1 answers

C# E-mail formatting

foamy
2499

Hi all, I'm useless at regex, but for the task I'm currently working on it seems like the correct approach. I have a Windows Service (.NET 2.0) which needs to filter e-mail addresses. It will receive input in a format like these: [co ...

0
votes
1 answers

Email client

Hi, I need to build an emali client like apllication, so I was wondering is there a .Net control or component that will allow this and integrate it into my application. Kind regards

0
votes
1 answers

c # email

how the email be sent to the user automatically upon his registration in a website(using asp.net,c#)

Feedback