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...
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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.