[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, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 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#. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
