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 Wanet Telecoms Ltd 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: *

  • Users: cpastre
  • Content: Threads
  • Order by date
  1. cpastre

    Opening subfolders in another user's Exchange mailbox

    How can I open subfolders in another user's Exchange mailbox? For instance, suppose a user has a folder under their Contacts folder called Personal Contacts. If, on my machine, I go to File...Open...Other User's Folder..., I can open the other user's main Contacts, Inbox, etc., but I see...
  2. cpastre

    Word Mail Merge: Multiple records per page

    I have a mailing that I need to merge addresses into. The format of the mailing is such that it will be printed front-to-back and each page has two distinct addressees, one on the top half of the page and one on the bottom half of the page. The first page of the document is the back side of...
  3. cpastre

    Retrieving the name of a variable

    I'd be grateful if one of you good folks would please explain to me a method by which I may obtain the name of a variable. Specifically, I'm iterating through a MenuItems collection and I'd like to compare the name of each MenuItem to a value stored in a database in order to determine whether...
  4. cpastre

    Inheritance question

    I'm having trouble trying to "override" a method from an inherited interface but return a different data type than is defined by the interface. Here's an example to clarify: public interface IDataReader {} public interface IDbCommand { IDataReader ExecuteReader(); } public...

Part and Inventory Search

Back
Top