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. sannas

    WithEvents in Module

    thanks for the help guys!
  2. sannas

    WithEvents in Module

    i have already did that it works in a form but as we use emails all over the program it would be easier to maintain if we had it in a module. Thanks
  3. sannas

    WithEvents in Module

    I'm using VBSendMail.dll to send mails but i wanna code a function under my modules to send emails. However when i try to declare Private WithEvents poSendMail As vbSendMail.clsSendMail I get a "only valid in Object module Error" compile error. The dll uses withevents which catches any...
  4. sannas

    Group Email mailbox

    Ok when you have a group mailbox in outlook and your trying to reply to an item in the group mailbox the sent item goes to your personal sent items rather than the group mailbox. Is there anyway to sort this out? Thanks
  5. sannas

    outlook properties of emails

    Ok I am designing a tracking system for emails and need to be able identified when an email is opened, closed etc. So i'm just wondering whats the best way to check when an email was opened... I'm using LastModification at the moment. Any better ideas? I check If Complete flag is done and...
  6. sannas

    Outlook VBA help

    Ok I am designing a tracking system for emails and need to be able identified when an email is opened, closed etc. So i'm just wondering whats the best way to check when an email was opened... I'm using LastModification at the moment. Any better ideas? I check If Complete flag is done and...
  7. sannas

    Checking if a folder in Outlook has a sub folder?

    Thanks for the reply. I managed to find out how to do it :D
  8. sannas

    Checking if a folder in Outlook has a sub folder?

    How do you check if a folder in outlook (2002) has a sub folder through a vb6 app? I can connect to my inbox or any subfolder...By mapping to it but i would like to automate process. Thanks SanNas
  9. sannas

    Outlook - Email property problems

    In out look you can customize the view of your inbox by adding categories, Changed By and modified columns to your screen. Well I was just wondering if you and how you can access when you set flag to complete the Just the completed date and also The Changed by field in a vb app. I can access...
  10. sannas

    making width of report bigger CR 8.5

    Thank You for your quick Reply. All i need to do now is getting the network printer set up! :D
  11. sannas

    making width of report bigger CR 8.5

    How do you make the width of the report bigger i.e. from 20 to 28? Thanks.

Part and Inventory Search

Back
Top