[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#.