How To Forward Email To Email Automatic?
Answer:
I know using gmail you go to (settings, forwarding and POP/IMAP) then select forward a copy of incoming mail to : (email address) and any keep a copy or delete copy.
Hope this helps.
Resolved Questions:
How Can I Scan A Document Onto The Computer From My Hp All In One...
I have a paper document that I want to scan from my hp photosmart C5180 all contained by one, onto word You can use scanning software for your scanner. It will be in your software cd. Install that...
I Have An External Hard Drive, Does Anyone Know?
How to back up my songs?. I have aprox 1200 on it. The last time I have a computer it had crashed, and we lost everything. Thanks Janet :) Try using PowerQuest Drive Image 7.0 much neater than all those DVD/CD's that can be...
How Can I Use An Array Created In One Method In Any Other Method Or...
Pass it to the next method, ensure the method being passed to has the correct parameter. Ie void CreateArray() { int[] intArray = {1,3,2,4,3,5}; //Create the array DoStuffWithArray(intArray); // pass intArray to DoStuffWithArray } // other method within class...