| Thread | Last Post | Replies |
|
| Current User capture | 18 Sep 2003 00:46 GMT | 1 |
I am trying to capture the userid of an outlook user with the following code: 'Get data from Session.CurrentUser. Dim cdoSession 'As MAPI.Session
|
| "The form you selected could not be displayed. ...." | 17 Sep 2003 21:56 GMT | 3 |
I've been modifying the Company form that comes with Randy Byrne's, "Building Applications with MS Outlook v. 2002" trying to get to pass values to a custom message form. I've been able to pass to the item.subject, but not to any custom objects on the message form; no errors, ...
|
| How can I paste into an IPM.note form field | 17 Sep 2003 21:17 GMT | 1 |
All- Please forgive the cross-posting, but I can't tell which group is more appropriate for this question. All flames are probably entirely justified.
|
| Recipients prompted to save a custom message after reading | 17 Sep 2003 13:07 GMT | 1 |
When recipients of my custom message form try to close the message after reading it, they are asked whether they want to save changes. Any suggestions of how to stop this happening please?
|
| Contacts.Company | 16 Sep 2003 19:05 GMT | 1 |
I have a combobox that I set the list value on when opening a Post form. Using the code below, I can set the list to equal contact fullname, but it errors out when I try to use the contact company field. Why? Function Item_Open() dim strUser, I, X, Y Set myNameSpace = Application ...
|
| Getting fields from Contact info into custom form | 16 Sep 2003 13:09 GMT | 4 |
I have been creating a custom form in Outlook 2000. I use a CommandButton to pick the customer from a Contacts folder in Public Folders. While that works fine, I cannot seem to get associated information (in this case, simply
|
| sending a mailitem with a userdefined form by a visualbasic-programm | 15 Sep 2003 13:40 GMT | 1 |
I would like to send a form with the mailitem by a small vb-programm like this: ... myItem.To = "myusername"
|
| Simulating modal window | 15 Sep 2003 12:10 GMT | 1 |
I'm trying to find a way to get around a minor problem with an application which is opened within my custom form. It's a custom application I developed and I therefore have control of the
|
| Sending Excel table via Outlook | 14 Sep 2003 03:15 GMT | 3 |
I am trying to send a table from Excel within the body of an Outlook (lastest versions) to be sent as a fax. Am able to do this, BUT when the document prints out on the fax machine the formating is off (too big for the sheet). I am flexible on changing the method I send it to
|
| Method Update not supported by automation object! | 12 Sep 2003 14:22 GMT | 1 |
While I am using Redemption, I got the following message: (Method Update not supported by automation object) What does it mean?
|
| custom form has unopened mail icon even after it is read | 12 Sep 2003 14:20 GMT | 1 |
I've created a custom form that users can select from the Organizational Forms Library. However, after the form is read by the recipient, it still continues to display an unopened mail icon (i.e. closed yellow envelope) in their mailbox. Also, if the user sends the
|
| Activities Form | 12 Sep 2003 14:20 GMT | 1 |
Is there a way to duplicate the "activities" tab from the contact form and put it on the "general" tab? I have customized the form and would like the "activities" tab form with data to display on the "General" tab of the
|
| Outlook Inbox open item event | 12 Sep 2003 03:37 GMT | 5 |
I am reasonably comfortable with CDO, using it with VB6 for about 6 months. I wonder if it is possible to trap the event when a user double clicks on a new mail message in their Outlook Inbox. I am aware of the possibility of launching a custom form (VB Script in the form) but that
|
| Form Arrives blank when emailed | 11 Sep 2003 21:11 GMT | 2 |
I have a custom form that we have been using for about a year now. recently we had to move our exchange server to new hardware and after the move we notice that when anyone fills out the form and emails it the reciever get
|
| add modified field to another field | 11 Sep 2003 15:54 GMT | 1 |
I was wondering if anyone would know how to take a field created in a custom form for a task. The field is DATE and everytime the date is modified I would like an audit trail on the form that shows a list value of all the dates that were changed in a field called modDate.
|