A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 7 of 7
Search took 0.01 seconds.
Search: Posts made by: Klaus
Forum: Outlook and VBA March 28th 06, 09:36 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 1,084
Posted By Klaus
word attacment is opening in background of outlook

Sounds as if you have some macro or job performed which can not be done
without LAN due to network timeout. Maybe you could switch off the lan
and look at the event message queues for a hint!

But...
Forum: Outlook and VBA March 28th 06, 09:30 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 627
Posted By Klaus
I want to prepare a report of all fields not equal to zero

I'm not really sure what you whant or what the problen is, but I think
what you need is some ADODB-Select (Recordset) and a select like

SELECT F_A, F_B, F_C FROM T1 WHERE F_D IS NULL OR F_D =...
Forum: Outlook and VBA March 21st 06, 09:29 AM Posted to microsoft.public.outlook.program_vba
Replies: 10
Views: 2,061
Posted By Klaus
Outlook commands

Hi Sue,

I 'm trying as you advised, but I still get the prompt! (which is verry
annoying, seems to be some quickshot of ms - in my opinion)
I try to access to apointments!

Do you have any hints...
Forum: Outlook and VBA March 17th 06, 11:55 AM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 747
Posted By Klaus
strip out leading text from a forwarded email.

Hi,

hope I understand right.

What you could try is the following :

Normally, you do have some chars (e.g. ) at the beginning of a
citation.
You could search the textlines for these characters...
Forum: Outlook and VBA March 17th 06, 11:45 AM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 719
Posted By Klaus
Extract several lines of email messages starting from the end

You can also use this :

Private Function GetLines(ByVal text As String) As String()
Dim tb As New System.Windows.Forms.TextBox
tb.Multiline = True
tb.Text = text
...
Forum: Outlook and VBA March 17th 06, 11:26 AM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 484
Posted By Klaus
Are Outlook and Outlook Express the same programs?

You will also find no appointments and other additional stuff except
for mails and addresses in outlook express!
Forum: Outlook and VBA March 17th 06, 11:23 AM Posted to microsoft.public.outlook.program_vba
Replies: 0
Views: 987
Posted By Klaus
Connect to outlook web access

Hi all,

Is there a possibility to connect to an outlook web access account via
vb?

What I have in mind is to synchronise the appointment-area of a local
outlook system and an outlook web access...
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT +1. The time now is 05:16 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.