Forum: Add-ins for Outlook
February 27th 09, 09:11 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 549
Attachments processing
Hi,
My email has inline images, including in the previous email exchanges. What
I have noticed when I call the SaveAsFile method in the Attachments
collection, the order in which the attachments...
|
Forum: Add-ins for Outlook
February 9th 09, 02:35 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 10
Views: 1,569
attachment location
Hi,
How exactly can I use the lower API method to get those properties?
Is there a reference you can suggest?
"Ken Slovak - [MVP - Outlook]" wrote:
Using the Outlook object model, except in...
|
Forum: Add-ins for Outlook
February 5th 09, 07:42 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 10
Views: 1,569
attachment location
Im still stuck on this problem. It is definitely not possible to force users
to not use inline images as it would be an "un-friendly restriction" to
impose on the users.
I have found out that if...
|
Forum: Add-ins for Outlook
January 21st 09, 10:08 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 10
Views: 1,730
Getting user's AD account
I found a workaround:
##############################
Domain dmn = Domain.GetCurrentDomain();
DirectoryContext ctx = new DirectoryContext(DirectoryContextType.Domain,...
|
Forum: Add-ins for Outlook
January 20th 09, 01:11 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 10
Views: 1,730
Getting user's AD account
Are you referring to the following:
'*** Get the current User
Dim oWNetwork
Set oWNetwork = CreateObject("WScript.Network")
Set oRootDSE = GetObject("LDAP://RootDSE")
Set oMyDomain =...
|
Forum: Add-ins for Outlook
January 19th 09, 10:07 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 10
Views: 1,730
Getting user's AD account
Is there a workaround for Outlook 2003?
"Dmitry Streblechenko" wrote:
Outlook2007 only:
Application.Session.CurrentUser.AddressEntry.GetExchangeUser.
You can then use ExchangeUser.Alias...
|
Forum: Add-ins for Outlook
January 19th 09, 02:49 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 10
Views: 1,730
Getting user's AD account
This works for getting the sender's account. But how can I get the
recipient's AD account?
I have also noticed that in the Outlook address book, some of the user's
email address (i.e. ......
|
Forum: Add-ins for Outlook
January 16th 09, 02:28 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 10
Views: 1,730
|
Forum: Add-ins for Outlook
January 9th 09, 10:53 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 10
Views: 1,569
attachment location
They are actually inline images. When I try to get the Type, it returns
olByValue.
I realise that I encounter this problem if I use Word 2003 to edit the email
messages (i.e. checkbox found under...
|
Forum: Add-ins for Outlook
January 9th 09, 10:47 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 604
Sorting of plug-ins
Is it possible to write a wrapper plug-in to wrap the 2 plug-ins, and
therefore sequence the order in which these plug-ins are executed?
"khai" wrote:
What should I do then, if I have 2...
|
Forum: Add-ins for Outlook
January 9th 09, 02:31 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 604
Sorting of plug-ins
What should I do then, if I have 2 plug-ins, but would like one to run before
another?
Do I have to combine these 2 plug-ins as one?
"Ken Slovak - [MVP - Outlook]" wrote:
Not possible.
--
|
Forum: Add-ins for Outlook
January 7th 09, 08:53 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 604
Sorting of plug-ins
Hi,
Is it possible to sort the order in which plug-ins are being executed?
i.e. make one plug-in run before another?
Thanks.
|
Forum: Add-ins for Outlook
January 7th 09, 03:23 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 10
Views: 1,569
attachment location
Hi Sue,
The SaveAsFile method works for normail emails. However, when I try to
execute this method on inline attachments (namely, images), I get the
following error:
"Cannot save the attachment....
|