CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2009
    Posts
    22

    code to count number of emails sent

    Hi,

    What is need to do is...

    There are two departments which are on one email network. I need to calculate the number of emails sent by each user in one department to a user in another department.

    So how do i gather this information, is there a code to do this.
    Please help me out.

    Is this possible using C# or ASP.net

  2. #2
    Join Date
    Jan 2006
    Location
    18° 32' N / 73° 52' E
    Posts
    416

    Re: code to count number of emails sent

    How does the user send emails to one another ?
    meaning do they send it through application such as outlook or some other email client ?
    and is it transmitting through local SMTP server or some exchange server ?

    Please clarify.
    MMH.

  3. #3
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: code to count number of emails sent

    [ redirected ]

    E-mails sent with what? Outlook? Lotus? Yahoo! Mail? GMail? What?
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  4. #4
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: code to count number of emails sent

    [Merged threads]

    Please do not double- or cross-post your questions. Thank you very much.

  5. #5
    Join Date
    Jan 2009
    Posts
    22

    Re: code to count number of emails sent

    it can be through loutus notes
    but is it possible using outlook express

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured