CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: IP Address (2)

  1. #1
    Join Date
    Aug 2000
    Location
    England
    Posts
    185

    IP Address (2)

    Hello again,

    Is it possible to get an IP address from an e-mail address?

    Thanks

    Andrew


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: IP Address (2)

    there is a Receive field in the original POP message, which might contains the ip, but the ip is for pop server, thus using the email itself, I doubt you can get the ip of the caller.

    HTH

    cksiow
    http://vblib.virtualave.net - share our codes

  3. #3
    Join Date
    Dec 1999
    Location
    Dublin, Ireland
    Posts
    1,173

    Re: IP Address (2)

    If the address is like [email protected] you can ping www.microsoft.com and that will return an IP address.

    -------------------------------------------------
    Ex. Datis: Duncan Jones
    Merrion Computing Ltd
    http://www.merrioncomputing.com
    '--8<-----------------------------------------
    NEW -The printer usage monitoring application
    '--8<------------------------------------------

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