• WSmokely

    WSmokely

    @wsmokely

    Viewing 15 replies - 31 through 45 (of 118 total)
    Author
    Replies
    • in reply to: Outlook Filing (2000 SP1 (9.0.0.3821)) #598211

      The idea sounds good – could you give me more details of how I could make the rule?

    • in reply to: Change ‘Save sent message to:’ folder (2000 SR-1) #598203

      Try this code (I think I got it from Slipstick, but I can’t find it there now.):

      Sub File_Sent_Items()
      
          Dim objNS As NameSpace
          Dim objFolder As MAPIFolder
          
          If Item.SaveSentMessageFolder = "Sent Items" Then
          Set objNS = Application.GetNamespace("MAPI")
          Set objFolder = objNS.PickFolder
          If TypeName(objFolder)  "Nothing" Then
              Set Item.SaveSentMessageFolder = objFolder
          End If
          Set objFolder = Nothing
          Set objNS = Nothing
      
          End If
      End Sub
      

      It shows you a nice dialogue box for you to file the item, you can even make a new folder if you want. If you click cancel the item goes into sent items – you could change the code to put items into deleted items if they are not sent to another folder. Hope that helps.

      Anyone want to help me with my filing question? smile

    • in reply to: Outlook Filing (2000 SP1 (9.0.0.3821)) #598205

      Sorry about the typo in the original post –

      I would like to be able to run the dialogue box only if there is no rule for the item – eg it ends up in sent items. I had trouble finding somewhere in the Outlook Object Model that would trigger when a message is put in sent items or after rules have been run.

      Any suggestions would be appreciated.

    • in reply to: Outlook-ODMA Integration: Who Cares? (Outlook 2002) #598190

      Dennis

      As an Record management & archives minor in my Bachelor of Science (Communication and Information Technology)/Bachelor of Science (Library Technology), I am concerned to hear of the bug/omission.

      ODMA has been the main way the RMS (records management) and DM (document management) applications have been able to work seamlessly with other programs. With the rise of e-mail as a business tool and Outlook as a personal information management tool it would seem that it is vital that Outlook is ODMA aware.

    • in reply to: FP Version to Buy? (FP 2000 or 2002) #597453

      I run Office 2000 with FP 2002 – it is fine. FP 2002 has some great features too.

    • It affects FrontPage drastically, anyone got a fix for that? (She says looking for the FrontPage forum)

    • in reply to: New (unwanted) Users (XP-Pro 5.1.2600) #597451

      Richard

      The same thing happened to my computer when my brother installed Visual Studio.NET. I personally wouldn’t delete them. VS.NET probably put them there for a purpose smile

      I don’t know what then are for though.

      Have you tried asking the .NET forum? They probably know more about it than me.

    • You can also change the fonts using Tools – internet options – general tab – fonts button at the bottom of the tab from within IE to fix the problem while we are waiting for the patch. The font is still a bit big in Outlook though. This fix does mean all webpages with stylesheets are in Tahoma. But that is probably not a bad thing smile

    • in reply to: Winpopup (XP Pro) #597449

      Do you know what .NET services I’d need?

    • in reply to: Winpopup (XP Pro) #597137

      Sadly I don’t have Exchange server – but I’d love to be able to use Messenger over our home network.

    • in reply to: Need book on using Win XP Home (xp home) #1793729

      I downloaded the file and it wants a password. Very disappointing after downloading the 11meg on a 33.6 K connection. Anyone know what happened?

    • in reply to: USB printers in WFW3.11 #594704

      Thanks for that Chris

      I re-installed DOS network client and yes, it didn’t have NetBEUI or TCP/IP installed – just NWlink. So I intalled NetBEUI and now the 3.1 machine can see the XP box’s shared folders. Yippee!

      I installed a generic 3.1 driver and my printer ‘wakes up’ when I print something but it doesn’t print anything. Any clues?

    • in reply to: Windows 3.11 Networking #594702

      I’ve re-installed the DOS network client and I noticed that it didn’t have NetBEUI or TCP/IP installed – just NWlink. So now the 3.1 machine can see the XP box’s shared folders. cool groovin grin smile

    • in reply to: Networking with Windows3.11 (XP Pro) #594417

      Installed the NetBEUI off the XP CD (under value add or some such folder – just as the readme.txt said) but…

      I still can’t get the Win3.11 to see the XP box or vice versa (see this post for more details of what is and isn’t working)

    • in reply to: USB printers in WFW3.11 #594410

      Thanks for your suggestion Chris, I’ll try it. At the moment, I can’t even get the computer to see //XPbox/shared folder. sad

      (BTW what does CDN stand for)

    Viewing 15 replies - 31 through 45 (of 118 total)