[mso] Re: Exchange help

Is this done on the individual PC or on the Exchange server in System
Manager?=20


Peter A. Wilson
Network Administration/Support
=20
=20

-----Original Message-----
From: mso-bounce@xxxxxxxxxxxxx [mailto:mso-bounce@xxxxxxxxxxxxx] On
Behalf Of Jim Pettit
Sent: Thursday, July 28, 2005 11:37 AM
To: mso@xxxxxxxxxxxxx
Subject: [mso] Re: Exchange help

Peter--

1) Once you've created the Exchange Public Folder, be sure you select
'Calendar items' in the 'Folder contains' list.
2) In the 'Select where to place the folder' list, click 'Calendar' then
OK.
3) Have fun.

Or have you tried this alread to no avail?

--Jim=20

-----Original Message-----
From: mso-bounce@xxxxxxxxxxxxx [mailto:mso-bounce@xxxxxxxxxxxxx] On
Behalf Of Peter A. Wilson
Sent: Thursday, July 28, 2005 8:30 AM
To: mso@xxxxxxxxxxxxx
Subject: [mso] Exchange help

If anyone knows how to create public folders in Exchange let me know.  I
have created the folder but need to know how to set up the icon so that
when I view it in outlook it shows up as a calendar icon, or a contact
icon not just a folder.
=3D20


Peter A. Wilson
Network Administration/Support
=3D20
=3D20

-----Original Message-----
From: mso-bounce@xxxxxxxxxxxxx [mailto:mso-bounce@xxxxxxxxxxxxx] On
Behalf Of Thomas N. Chan
Sent: Thursday, July 28, 2005 11:23 AM
To: mso@xxxxxxxxxxxxx
Subject: [mso] Re: Outlook XP VBA help

Sad to say, it give me an error this time.
After I close outlook.
This macro is disable when I try to run it.
What did I did wrong????


Regards,
Thomas N. Chan


Very good, it works.
But I just tried, it will not work on the delete folder.
Do you know where I should change if I want to empty that particular
folder without going there?
Like example, I want to empty abc but I am in my inbox?
Another thing, how do I add that shortcut man...... Can''t  find it. I
know how to add it after I create a project in access, excel and word
but not in outlook.





Regards,
Thomas N. Chan

-----Original Message-----
From: mso-bounce@xxxxxxxxxxxxx [mailto:mso-bounce@xxxxxxxxxxxxx] On
Behalf Of Jim Pettit
Sent: Thursday, July 28, 2005 7:45 AM
To: mso@xxxxxxxxxxxxx
Subject: [mso] Re: Outlook XP VBA help


Thomas--

1) In Outlook, go to 'Tools > Macros > Visual Basic Editor' and enter
the following code in the appropriate spot:

Sub EmptyActiveFolder()
    Dim lLoop As Long
    Dim objFolder As Outlook.MAPIFolder
    Set objFolder =3D3D Application.ActiveExplorer.CurrentFolder
    Dim objItems As Outlook.Items
    Set objItems =3D3D objFolder.Items
    If objFolder.Name =3D3D "Deleted Items" Then Exit Sub
    For lLoop =3D3D objItems.Count To 1 Step -1
        objItems.Item(lLoop).Delete
    Next
End Sub

2) Right click on a tool bar, hit 'Customise', select 'Macros' from the
left window, then drag and drop the EmptyActiveFolder macro onto an
active toolbar.

Note that this will *not* delete the contents of the "Deleted Items"
folder
(that wouldn't be cool). It does delete all the items in the current
folder to the "Deleted Items" folder; it does not delete them
permanently.

Hope this is what you were looking for.

--Jim

-----Original Message-----
From: mso-bounce@xxxxxxxxxxxxx [mailto:mso-bounce@xxxxxxxxxxxxx] On
Behalf Of Thomas N. Chan
Sent: Wednesday, July 27, 2005 15:48 PM
To: Microsoft Office
Subject: [mso] Outlook XP VBA help

Hi,
I would like to ask if anyone could help me in this area.
I am trying to create  a macro or a list of string which will issue the
following command  or things I wish it to do.
I got a folder which I wish to just click or shortcut key to empty the
content whether if its delete permanatly or just send it to the delete
folder which it will be empty by outlook if I close outlook.
So I been writing some codes in word, excel and access but never got any
experience with outlook.
And there's no record macro to help me to start something.
So could anyone give me some tips? Or what kind of things I should be
typing in?

thanks



Love can't be understand with just a flick of a finger or just a wink of
a little eye-lid  but its not as complicated as your worst subject in
school

Best and regards,
Thomas N. Chan

Webpage: http://www.heartwarmers4u.com/members/?thomas
ICQ: 70375853
MSN Messenger: thomasnathan2001@xxxxxxxxxxx
SkyPe: aussie_thomas

*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx
or MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the
quotes) in the subject line.

Or, visit the group's homepage and use the dropdown menu.  This will
also allow you to change your email settings to digest or vacation (no
mail).
http://www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group,
send a request to mso-moderators@xxxxxxxxxxxxx and you will be sent an
invitation with instructions.  Once you are a member of the files group,
you can go here to upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************

*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx
or MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the
quotes) in the subject line.

Or, visit the group's homepage and use the dropdown menu.  This will
also allow you to change your email settings to digest or vacation (no
mail).
http://www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group,
send a request to mso-moderators@xxxxxxxxxxxxx and you will be sent an
invitation with instructions.  Once you are a member of the files group,
you can go here to upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************

*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx
or MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the
quotes) in the subject line.

Or, visit the group's homepage and use the dropdown menu.  This will
also allow you to change your email settings to digest or vacation (no
mail).
http://www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group,
send a request to mso-moderators@xxxxxxxxxxxxx and you will be sent an
invitation with instructions.  Once you are a member of the files group,
you can go here to upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************
*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx
or MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the
quotes) in the subject line.

Or, visit the group's homepage and use the dropdown menu.  This will
also allow you to change your email settings to digest or vacation (no
mail).
http://www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group,
send a request to mso-moderators@xxxxxxxxxxxxx and you will be sent an
invitation with instructions.  Once you are a member of the files group,
you can go here to upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************

*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx
or MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the
quotes) in the subject line.

Or, visit the group's homepage and use the dropdown menu.  This will
also allow you to change your email settings to digest or vacation (no
mail).
http://www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group,
send a request to mso-moderators@xxxxxxxxxxxxx and you will be sent an
invitation with instructions.  Once you are a member of the files group,
you can go here to upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************
*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or 
MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to 
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the quotes) in 
the subject line.

Or, visit the group's homepage and use the dropdown menu.  This will also allow 
you to change your email settings to digest or vacation (no mail).
http://www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group, send a 
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with 
instructions.  Once you are a member of the files group, you can go here to 
upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************

Other related posts: