Thanks for the input, I knew C# needed a mail server to send, just didnt know how to implement it. Sorry, I posted this in the wrong section, but I didn't really know where to begin. What I am trying to do is make a program that runs on our server and pulls all of our events for the day and emails them to all the employees. We have our own mail server so I don't think it should be a problem. Again, thanks for the reply and not being harsh to a newbie :)
On Mar 17, 3:11 pm, "DPM" <[EMAIL PROTECTED]> wrote: > [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#.- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
