Search the web
Sign In
New User? Sign Up
outlook-dev · Outlook Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 24454 - 24483 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24454
I have built a custom form in Outlook and I have had to add some script. When I run the form I receive the error, "Expected Identifier Line No: 1" I have tried...
Hofford, Michael
mjhofford
Offline Send Email
Oct 1, 2004
1:48 pm
24455
Maybe you should post line #1? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers ...
Sue Mosher
mosher_sue
Offline Send Email
Oct 1, 2004
2:25 pm
24456
I would like to detect if a profile has a password set using mapi. Currently I am trying IProfAdmin::AdminServices with the profile name and a null password,...
mirthandir_2000
Offline Send Email
Oct 1, 2004
3:37 pm
24457
Passwords belong to individual mail accounts, not profiles. The password parameter in the Logon method is outdated and never used by Outlook. -- Sue Mosher,...
Sue Mosher
mosher_sue
Offline Send Email
Oct 1, 2004
3:47 pm
24458
Sue, Thanks for your reply, I never thought to check and see if mapi actually pays attention to the password you pass in. Nick...
mirthandir_2000
Offline Send Email
Oct 1, 2004
4:19 pm
24459
I was able to retrieve the selected text from the Inspector window using Redemption, as you recommended. I also need to retrieve the selected text from the...
am_rup
Offline Send Email
Oct 1, 2004
7:00 pm
24460
That's a good point... "Function Set NEW = Item.UserProperties.Find("NEW") If NEW.Value = 0 Then NEW.Value = 1 Set RENAME = Item.UserProperties.Find("RENAME")...
Hofford, Michael
mjhofford
Offline Send Email
Oct 1, 2004
8:19 pm
24461
Maybe it's the End If Statement the expected identifier.... Did I post faster than Sue Mosher??... Now if only my post would be answered as quick as this:)(no...
"Drolet, Sbastien"
SEBASTIEN.DROLET@...
Send Email
Oct 1, 2004
8:22 pm
24462
You must give each subroutine or function a name in the statement where you declare it: Function MyFunction() -- Sue Mosher, Outlook MVP Author of Microsoft...
Sue Mosher
mosher_sue
Offline Send Email
Oct 1, 2004
8:28 pm
24463
I've tried the End Statement and I'm still getting the error. Michael Hofford, MCSE Client\Server Engineer II Distributed Systems Support BB&T IT Operations,...
Hofford, Michael
mjhofford
Offline Send Email
Oct 1, 2004
8:29 pm
24464
I add this to the first line: "Function Item.UserProperties.FindFunction" Then I get this: Script Error "Expected '(' Line No: 1" Michael Hofford, MCSE ...
Hofford, Michael
mjhofford
Offline Send Email
Oct 1, 2004
8:34 pm
24465
That is not a valid function declaration. A function declaration may contain only the function name and any arguments. Please reread my previous message and...
Sue Mosher
mosher_sue
Offline Send Email
Oct 1, 2004
8:49 pm
24466
Ok... That worked for line 1 but I'm still getting the same error for line 3. Michael Hofford, MCSE Client\Server Engineer II Distributed Systems Support BB&T...
Hofford, Michael
mjhofford
Offline Send Email
Oct 1, 2004
8:54 pm
24467
It's a little hard to tell with the line wrapping that just what line 3 is. Perhaps you could just tell us? -- Sue Mosher, Outlook MVP Author of Microsoft...
Sue Mosher
mosher_sue
Offline Send Email
Oct 1, 2004
9:12 pm
24468
The # of members changes as you go through the loop. Loop from objDL.MemberCount down to 1 (step -1) instead. ... From: verlox93 [mailto:Rudyard45@...] ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Oct 3, 2004
10:45 pm
24469
No, there is no documented API for that. You can of course drop down to the low level of Windows messaging and hooks: use Spy++ (comes with VS) to figure out...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Oct 3, 2004
10:50 pm
24470
Hi, I'm searching for info on how to do this, or why it's not possible to do.... I want to do cdo session on exchange 5.5 server with a remote VBScript. An ...
"Drolet, Sbastien"
SEBASTIEN.DROLET@...
Send Email
Oct 4, 2004
1:01 pm
24471
You would have to parse the folder's permissions, then apply them to the other folder using the Acl.dll and CDO. Hidden messages can't be copied intact...
Sue Mosher
mosher_sue
Offline Send Email
Oct 4, 2004
1:34 pm
24472
Hello, I have a custom Addin (not COM Addin) installed in Outlook But when I am using Outlook Autmotation or Outlook Control View ActiveX, this Addin is not...
Richard Louapre
richardwilly98
Offline Send Email
Oct 4, 2004
3:24 pm
24473
I have a custom help desk form that we use and after upgrading from OfficeXp to service pack 3 i can no longer use that form, does anyone have any ideas on...
gavinross2003
Offline Send Email
Oct 4, 2004
7:39 pm
24474
Error messages? Other symptoms? Where is the form published? Where do the items using it reside? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook...
Sue Mosher
mosher_sue
Offline Send Email
Oct 5, 2004
2:27 am
24475
We had a similar problem when customs forms that were created on Outlook 2002/XP would not work in Outlook 2003. I posted a query here, and after not getting...
John P. Williams
jpw79803
Offline Send Email
Oct 5, 2004
4:12 am
24476
Hi! How it is possible to receive a photo from Contact? In what fields this information is kept? Thanks. Best regards, Andrew ________________________________ ...
Николаев ...
dremkin
Offline Send Email
Oct 5, 2004
8:38 am
24477
The photo associated with an Outlook contact is stored in the item as an attachment named ContactPicture.jpg. Please omit the marquee signature when posting to...
Sue Mosher
mosher_sue
Offline Send Email
Oct 5, 2004
11:19 am
24478
http://www.outlookcode.com/d/comaddins.htm At the bottom of the page there is some info on reloading addins. Perhaps something similar could be used to load...
Card, Simon
srcard
Offline Send Email
Oct 5, 2004
1:20 pm
24479
We have a Word template that I published as an Outlook form (in order to control certain addressing information). My help desk submits this form to various...
Lynne July
lynne.july@...
Send Email
Oct 5, 2004
3:06 pm
24480
Hi, I'm experiencing trouble, or rather unstability in my server application using CDO 1.21s. I have a .Net Web Service using CDO to communicate with Exchange...
Geir Ludvigsen
geirludvigsen
Offline Send Email
Oct 6, 2004
12:43 pm
24481
Is there some Unique Identifier stored in a property of a Contact that I can use to key each contact and check for changes to that contact? I want to store...
jljackson222
Offline Send Email
Oct 6, 2004
2:48 pm
24482
ContactItem.EntryID ... From: jljackson222 [mailto:jljackson222@...] Sent: Wednesday, October 06, 2004 7:47 AM To: outlook-dev@yahoogroups.com Subject:...
Streblechenko, Dmitry
dimastr2001
Offline Send Email
Oct 6, 2004
4:55 pm
24483
I posted a similar error earlier and the solution you provided moved me one step closer to a finished product. I thank all of you who have contributed. This is...
Hofford, Michael
mjhofford
Offline Send Email
Oct 6, 2004
6:36 pm
Messages 24454 - 24483 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help