Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by brettr

  1. brettr

    Avoiding crossing sessions?

    Hi TipGiver. Thanks for replying but your comments aren't really related. I know what a session is but the problem is what happens when the user opens the above two URLs in the same browser session. Then what happens if they click between the two open tabs. I basically need to keep users in...
  2. brettr

    Avoiding crossing sessions?

    When a user logs into my asp.net 2.0 webapp (user1), I set productID in a session variable: Session["ProductName"] = value from database That value gets passed into stored procedures to match with the correct user/product. Anonymous web users can surf over to the webapp like this...
  3. brettr

    Outlook attachments-Link/Autosave?

    That worked perfect. Thanks. Now that I have the message body, how can I save it to a file? I can't use MyItem.SaveAs (path) because MyItem isn't an object.
  4. brettr

    Outlook attachments-Link/Autosave?

    I'm trying to get the body part of an Outlook message but am receiving a type mismatch error. Sub SaveAs() Dim i As Integer Set myOlApp = CreateObject("Outlook.Application") Set myNamespace = myOlApp.GetNamespace("MAPI") Set myFolder = myNamespace.GetDefaultFolder(olFolderInbox) i = 1 Do...

Part and Inventory Search

Back
Top