3 messages in com.googlegroups.google-calendar-help-dataapiRe: Emailing in C#
FromSent OnAttachments
NFol...@gmail.com17 Mar 2007 11:14 
DPM17 Mar 2007 12:11 
NFol...@gmail.com17 Mar 2007 21:21 
Subject:Re: Emailing in C#
From:DPM (dav@gmail.com)
Date:03/17/2007 12:11:26 PM
List:com.googlegroups.google-calendar-help-dataapi

[Technically outside of scope of anything calendar]

1) Here's a site with some examples: http://www.example-code.com/csharp/SimpleSendEmail.asp

2) C# does not 'send' emails directly. It needs to talk to a server to send it. [similarly to how when you send a real life letter you need to find a mailbox and drop it in]. The email outbound server is usually called an SMTP server. And you may need to find someone [your ISPs?] who will let you use it.

On Mar 17, 11:14 am, "NFol@gmail.com" <NFol@gmail.com> wrote:

I want to create an app in C# that will get all of the days activities and then emails it out to a different email address (actually, a lot of email addresses). Is their anyway to do this? I know this sounds like a very basic question, but I never got into any email or anything in C#.