Hi, Im trying to create Contact Items using CDO (From VB6 development environment). I've come accross a problem when trying to log on to a CDO Session ...
5511
jc@...
Aug 1, 2000 2:05 pm
Hi I'm having problems using the COMAddin.Object property. From what I can see in the sparse documentation that exists about this subject you should be able to...
5512
G.Hood@...
Aug 1, 2000 3:12 pm
Since I never got any suggested as to why I can't open the admin form to enter a welcome statement in my team folder, perhaps someone can give me tips on how...
5513
PRIOLO, SCOTT
spriolo@...
Aug 1, 2000 4:40 pm
When you insert a frame into a form, are the fields inside of the frame part of a frame collection? The reason I ask (and more to the point) is I want to be...
5514
desulib@...
Aug 1, 2000 5:50 pm
Is it possible to check permissions programmatically? I am trying to figure out a way to cancel an operation if the user does not have delegate access to the...
5515
valiquette.daniel@...
Aug 1, 2000 6:19 pm
Hi In a TaskItem, there's a field called Owner where you can identify the creator of this task.... But is there a field that can give you the same information...
5516
Administrator
terje@...
Aug 1, 2000 7:08 pm
Hallo group Does anyone have an Idea why this code is starting an extra Word session - when I am in Outlook Explorer? The code is run as an Outlook macro. Set...
5517
Jobst Abraham
JAbraham@...
Aug 1, 2000 7:46 pm
... trying to ... It is not enough. You need complete logon rights on the whole users mailbox. You can set this on the exchanges administration program....
5518
Scott Beck
scottb@...
Aug 1, 2000 8:14 pm
I don't think there is a owner field for contact items..... I would create a custom field and then simply get the users name and populate the field. ... From:...
5519
McGilvray, Mark
mcgilvra@...
Aug 1, 2000 8:45 pm
You can also pick the "From" field out of the All Post fields in a view. The are fields that are "standard fields in a post". The Sent field tells you the...
5520
Mitchell, Corbin
Corbin.Mitchell@...
Aug 1, 2000 8:50 pm
I'm not sure if this helps, I did not have a lot of time to investigate. I created a custom contact form and put the "From" field on the form. After saving...
5521
M. Romanowski
miker@...
Aug 1, 2000 9:50 pm
I am trying to copy a group of selected items to another folder. I am able do everything but actually copy the selection to the destination folder. I can...
5522
Damien Gardner
damien@...
Aug 2, 2000 2:02 am
I am looking for some guidance and was hoping someone could help me. I am currently referencing each control that I want to disable on a form- eg Set objPage =...
5523
Stephen Monty
Stephen.Monty@...
Aug 2, 2000 2:37 am
I believe you could do it by doing something like; Set MyFolder = olNS.Folders("Public Folders").Folders("All Public Folders").Folders("Your...
5524
SJOERDS Erik
erik.sjoerds@...
Aug 2, 2000 5:05 am
Damien, I'm afraid you have to set all fields to enable = false Or hide a full page Regards, Erik...
5525
HAMADACHE Smaïl (D...
smail.hamadache@...
Aug 2, 2000 6:41 am
(certains contrôles ne supportent pas la méthode enabled (calendrier par exemple)) You can test the left part of then name of your controls : Set objDossier...
5526
s.wetzel@...
Aug 2, 2000 7:35 am
Hej! I have a big Question: Where is the Difference using VBS and VBA What I know vbs: for modified forms in Ol vba: for outlook general, not for foms diff,...
5527
Nesar Khan
nesar.khan@...
Aug 2, 2000 9:20 am
Oh...time to make friends with Exch Admin... Many thanks for the reply... ... From: Jobst Abraham [mailto:JAbraham@...] Sent: 01 August 2000 20:47 To:...
5528
G.Hood@...
Aug 2, 2000 11:35 am
Well I managed to get the Admin form to display after creating a new Team Folder. But, I'd still like to know how one can debug the script in a folder home...
5529
Gareth Bromley
GarethB@...
Aug 2, 2000 11:51 am
I am trying to find out how I can send a task to a team of people, but once of of the team have chosen the task, they need to be the owner of it and it needs...
5530
Paul Heisholt
paul.heisholt@...
Aug 2, 2000 1:37 pm
Hi We have just updated Office 2000 with Service Release 1a, hoping it would solve some of the problems we've experienced on clients (instability etc.). The...
5531
Mitchell, Corbin
Corbin.Mitchell@...
Aug 2, 2000 1:59 pm
There is one other way. Have the user give you permissions to their mailbox. From the user's Outlook right click on the Mailbox in the folder tree, it should...
5532
Gareth Bromley
GarethB@...
Aug 2, 2000 2:00 pm
I think SR1a has the new security patches for Outlook 2000 - It disables VB Script and VBA in Outlook to prevent any further virus attacks similar to Lovebug....
5533
Pitawala, Sam
sam.pitawala@...
Aug 2, 2000 2:05 pm
I don't think that SR1a has the Outlook security patch for combating the "I Love You" virus. If you take a look at the following URLs, you will see that the...
5534
Nesar Khan
nesar.khan@...
Aug 2, 2000 2:17 pm
I tried your suggestion. User gave me owner permissions to their mailbox for testing, but I am still unable to log on... Any ideas....? ... From: Mitchell,...
5535
Andrei
andrei@...
Aug 2, 2000 2:58 pm
Hello! Does anyone knows how to get the name of a .pst file using vbscript? The idea is to get the name from an outlook today page. Thanks....
5536
Cardoza, Patricia
PatriciaC@...
Aug 2, 2000 3:45 pm
You could also give all of your labels a tag of "label". Give all of your frames a tag of "frame". Tag is on the advanced properties page. Then just run...
5537
Jason Falco-Van Winkle
jasonfalco-vanwinkle@...
Aug 2, 2000 11:00 pm
I'm attempting to get the basic 'Autoaccept39; script to work. I've seen the more updated version on www.exchangecode.com, but since I'm going to be responsible...
5538
Damien Gardner
damien@...
Aug 2, 2000 11:20 pm
Thanks for all the ideas on this problem. It really helps to get other peoples feedback on tricky issues. Regards Damien ... From: Cardoza, Patricia...