shirtspaster.blogg.se

Office live meeting 2010
Office live meeting 2010








office live meeting 2010
  1. OFFICE LIVE MEETING 2010 HOW TO
  2. OFFICE LIVE MEETING 2010 CODE
  3. OFFICE LIVE MEETING 2010 WINDOWS 7

Please repeat above Step 8-9 to add the other Project1.ItemEnableForwarding to the right box, and click the OK button in the Outlook Options dialog box. Keep it selected, and: (1) click the Rename button, (2) in the Rename dialog box, specify an icon for the command, (3) type a new name for it, and finally (4) click the OK button. Now the selected command is added to the right box. Go ahead to (1) select Macros from the Choose commands from drop down list, (2) select Project1.ItemDisableForwarding in the left box, and (3) click the Add button.ĩ. Please click the Rename button, type a new name for it and click the OK button in the Rename dialog box. Now a new group is added under Appointment tab. In the Outlook Options dialog box, click Customize Ribbon in the left bar, click to highlight Appointment in the right box, and click the New Group button. Click File > Options to open the Outlook Options dialog box.Ħ.

office live meeting 2010

Open a calendar folder, and click Home > New Meeting to create a new meeting.ĥ. Save the VBA code, and close the Microsoft Visual Basic for Applications window.Ĥ. MsgBox "Forwarding current meeting has been enabled."ģ. XCurrentItem.Actions("Forward").Enabled = True Set xCurrentItem = ActiveInspector.CurrentItem Any meeting attendee is prevented from forwarding this meeting." MsgBox "Forwarding current meeting has been disabled. XCurrentItem.Actions("Forward").Enabled = False VBA: Prevent attendees from forwarding meeting Sub ItemDisableForwarding()

OFFICE LIVE MEETING 2010 CODE

Click Insert > Module, and paste below VBA code into the new Module window.

office live meeting 2010

Press Alt + F11 keys to open the Microsoft Visual Basic for Applications window.Ģ. Start Outlook and configure the add-in when prompted.This method will guide you to add Disable Forwarding and Enable Forwarding buttons on the Ribbon in the Meeting window by VBA, and then you can prevent attendees from forwarding your meeting by the Disable Forwarding button.You’ll probably won’t see anything since this process runs in the background.

OFFICE LIVE MEETING 2010 WINDOWS 7

  • In the Run Command or in the Start Menu Search box (Windows Vista and Windows 7 only) type.
  • If you are using Microsoft Communicator, make sure it is fully shutdown as well.
  • If you’ve got other tools installed on your machine which make use of MAPI (such as the Exchange Admin tools or the Microsoft Communicator) then it could be that the MAPI service got broken. Live Meeting Conferencing tab in Outlook 2010 MAPI service broken Microsoft Office Live Meeting toolbar in Outlook 2007

    OFFICE LIVE MEETING 2010 HOW TO

    How to do that depends on your version of Windows and is described here. Since the add-in is registered as a machine level add-in, you’ll need to login as an administrator or run Outlook with elevated permissions to re-enable this add-in. If it doesn’t, verify it is not listed as a disabled COM Add-in. If it is disabled, you’ll find an entry here for “Microsoft Conferencing Add-in for Microsoft Office Outlook” or for LMAddins.dll. To check for disabled items įile-> section Options-> section Add-ins-> at the bottom, set the Manage list to “Disabled Items”-> button Go… It will then be shown as a “Disabled Item”. If for whatever reason the add-in has crashed Outlook, Outlook will disable the add-in. How can I get this add-in and maill integration to work?Ĭommon causes are that somehow the add-in got disabled or the MAPI service got broken. Also, inviting someone to a meeting from within Live Meeting does not work and results in an error to check my email settings. I've downloaded and installed the "Conferencing Add-in for Microsoft Office Outlook" but the toolbars do not display in Outlook after installing.










    Office live meeting 2010