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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. thepain009

    Read emails and attachments

    Hello, Within my script (using MAPI.Session object), I have to send a message. I am able to compose it and finally do newMessage.Send(). I do that on a computer with Oultook installed and closed. I give it a minute or two, open Outlook, and see that the message is still in the Outbox folder...
  2. thepain009

    Read emails and attachments

    Thank you for the clarification. Hopefully I'll get everything running soon.
  3. thepain009

    Read emails and attachments

    Thanks for these tips. So what does profman2.exe exactly do? Will it add all the necessary files and entires on a computer required for the MAPI client to send/receive emails? Will it need username & password of the email account that I want it to use?
  4. thepain009

    Accessing Exchange server without Outlook installed

    Thanks. Thread created in Exchange 2003 forums: http://www.tek-tips.com/viewthread.cfm?qid=1570981&page=1
  5. thepain009

    Accessing Exchange server without Outlook installed

    Hello all, Let me get straight to the problem - I need to automatically download attachments from all incoming emails from an Exchange account and save them into local folder. The trick is to do this without having Outlook installed. I have tried MAPI (simple and extended) and they both need a...
  6. thepain009

    Accessing Exchange using WebDAV and LDAP authentication

    Hello all, I was wondering if there was a way to access Exchange using WebDAV WITHOUT hard coding username/password/server into the script. The script would be running on a Windows 2k3 machine with a user logged into the domain. Is there a way to incorporate LDAP authentication into this script?
  7. thepain009

    Accessing Exchange server without Outlook installed

    Hello all, Let me get straight to the problem - I need to automatically download attachments from all incoming emails from an Exchange account and save them into local folder. The trick is to do this without having Outlook installed. I have tried MAPI (simple and extended) and they both need a...
  8. thepain009

    File transfer over sockets

    Thank you for your response, I would like to write this program by myself, so I don't want to use the library. Also, the paper on sockets that you linked me to doesn't have any examples that I'm looking for. Let me describe my understanding of what I should do so far, so that someone could...
  9. thepain009

    File transfer over sockets

    Hey guys, I was wondering if someone could point me in the right direction with my project: I'm to write a simple client and server programs that will use sockets. The client will be able to sent a GET <file name> command to the server and the server will send back the file (which does not...
  10. thepain009

    included .js file keep cashing

    Thank you for your response! Both ideas make sense, but here are my problems with both: 1. First one does what I need, but is there a way to stop it from refreshing infinitively? 2. I tried this method using PHP and it worked like a charm. Nice trick. However, on one of the pages I dont have...
  11. thepain009

    included .js file keep cashing

    Hello pplz, Here is my problem: I have an HTML page in which I'm including a .js file with a single document.write() statement. When the .js file is changed (by an outside php script), user needs to click on the 'refresh' button so see the changes. Is there a way for the browser not to...
  12. thepain009

    saving image

    I wish I was at home and could try this right now... insdead i have to wait 5 hours... Hehe.
  13. thepain009

    saving image

    Oh yea, im sorry. This is just a part of the php file. All variables are defined and links work correctly. The only problem is that the script doesn't see the file in the ../mytests/thumbs/ directory (first line in the code i posted).
  14. thepain009

    saving image

    is_file()*
  15. thepain009

    saving image

    Wow, thanks a lot. This worked perfectly. I only changed the directory to where it saves the pictures to. Now I have another problem which seems very silly becuase its a simple if statement... Im trying to run the script above if the resampled image doesnt exists and if it does, display it. if...
  16. thepain009

    saving image

    (ooops, I pressed submit insdead of preview) The script was made by someone else (credit given on top). The stuff in red is what im trying to add to make the resiezed image save. After this script is executed, a file is created in the right folder, but there is no actual image inside. Any...
  17. thepain009

    saving image

    Hmmm, even though this idea is great, I cant seem to make it work. Here is my code and variables: <?php /*============================================= Drop-In Photo Gallery Version 0.8 by Sam Perkins-Harbin www.forge22.com...
  18. thepain009

    saving image

    Ohhhhh, that makes sense! Since we are outputing the 'image' headers and all! Thanks a lot!
  19. thepain009

    saving image

    Hello, I found a script that is able to resize any image to a desired size. Right now it only outputs the resized image to a browser, however I would like to be able to save it to the server for future use. Is there any way to do this? I basically have an variable at the end of the script...
  20. thepain009

    annoying white box next to an iframe

    Thank you so much!!! This was bugging me for a while!! Lunch's on me! :-D

Part and Inventory Search

Back
Top