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 21 of 21
Search took 0.04 seconds.
Search: Posts made by: SOPHIE
Forum: Outlook - Installation November 12th 09, 05:12 PM Posted to microsoft.public.outlook.installation
Replies: 0
Views: 933
Posted By SOPHIE
Outlook 2007 Folder Status Notification

I am having issues w/the Folder Status message. It used to tell me "All
folders are up to date.", now it is just saying "This folder is up to date."
Anyway to make it go back?

I am using a...
Forum: Add-ins for Outlook December 1st 08, 02:18 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 588
Posted By SOPHIE
how to get embedded image

RTF in fact.

i want to get the embedded image when i send mail. when i click the "send
button", i want to catch all the attachment including embedded ones.


"Dmitry Streblechenko" wrote:

HTML...
Forum: Add-ins for Outlook November 27th 08, 10:06 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 588
Posted By SOPHIE
how to get embedded image

hi,

i want to get the embedded image. In fact, it is also an attachment, but it
is not in objMailItem.attachments.count.
i want to get these files number and name.
how can i get it?
Forum: Add-ins for Outlook November 18th 08, 08:18 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 438
Posted By SOPHIE
jpg file in signature

hi,

The jpg or gif files in the signature are also the attachments in the
mail. What kind of attachment are these jpg files? are they same as other
attachment jpg files?

Anyone knows?
Forum: Add-ins for Outlook November 13th 08, 01:23 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 424
Posted By SOPHIE
capture attachment count change

hi,
i am working on outlook plug-in in VB6.0. My plug-in will pop up a
dialog when sending a email. in the dialog the attachment will be list in a
listview. If i add a new attachment in the...
Forum: Add-ins for Outlook November 11th 08, 02:27 AM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,058
Posted By SOPHIE
application item send

Thanks for your help, Ken.
I have worked out.
BTW, Private Sub myOlApp_ItemSend(ByVal Item As Object, _
ByVal Cancel As Boolean) Handles myOlApp.ItemSend
should be (ByVal Item As Object, ByRef...
Forum: Add-ins for Outlook November 10th 08, 06:16 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 517
Posted By SOPHIE
Outllok Attachments ( 2007 )

i have worked on attachment before. I also get the collection of the
attachment, but i can not get the original location, only get the list of
attachments.

"Brane" wrote:

Spent hours and hours...
Forum: Add-ins for Outlook November 10th 08, 02:44 AM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,058
Posted By SOPHIE
application item send

i cannot capture itemsend event. I can capture the event in visual Basic 6.0
in the same way. but i cant get it here in vb studio 2008. I dont know why.

"sophie" wrote:

hi,
I want to code...
Forum: Add-ins for Outlook November 10th 08, 01:38 AM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,058
Posted By SOPHIE
application item send

hi,
I want to code a small project which can pop up a warning when user click
send a email.
But it doesnt work for application_itemsend.
i work with VS2008, vb.

the code is here.

Public...
Forum: Add-ins for Outlook October 9th 08, 09:33 AM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 790
Posted By SOPHIE
attachment preview

Thanks, Ken.

I have resolve this problem in another way.

I found that if i remove or add the attachment when user check the
attachment list, it will be much easy. And it works all right.

Thanks...
Forum: Add-ins for Outlook October 9th 08, 03:20 AM Posted to microsoft.public.outlook.program_addins
Replies: 10
Views: 1,560
Posted By SOPHIE
attachment location

Thanks sue.
I will try in this way.

"Sue Mosher [MVP-Outlook]" wrote:

A file attached to a message is contained in that message, in the Attachments
collection. Outlook neither knows nor cares...
Forum: Add-ins for Outlook October 8th 08, 10:19 AM Posted to microsoft.public.outlook.program_addins
Replies: 10
Views: 1,560
Posted By SOPHIE
attachment location

hi, all

I am working on attachment. I don't know how to get the location of a
sending email' attachment.

I want to do some operation before the email be sent.

is "Source Property" works? but when...
Forum: Add-ins for Outlook October 8th 08, 03:04 AM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 790
Posted By SOPHIE
attachment preview

Thanks Ken.

The code in double click attachment name:
Private Sub listFileName_DblClick()
Dim fileIndex As Long
fileIndex = Me.ListFileName.SelectedItem.index
Dim objTemp As...
Forum: Add-ins for Outlook October 7th 08, 09:37 AM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 790
Posted By SOPHIE
attachment preview

I am working on an attachment problem. If there are some attachments in
email, then pop up a window before i send it. Then i can check the
attachments list. and preview the text by double click the...
Forum: Add-ins for Outlook October 7th 08, 09:22 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 631
Posted By SOPHIE
TaskRequest Item Showform

thank you for your reply.
i will try.

"Ken Slovak - [MVP - Outlook]" wrote:

Try using a task item instead of a task request item.

--
Ken Slovak
[MVP - Outlook]
Forum: Add-ins for Outlook September 27th 08, 04:46 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 631
Posted By SOPHIE
TaskRequest Item Showform

i used a sub developed in vb
Private Sub objOutlook_ItemSend(ByVal Item As Object, Cancel As Boolean)

when "Cancel" is true, email edit window is not disappeared, but the task
request edit form is...
Forum: Add-ins for Outlook September 27th 08, 04:28 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 631
Posted By SOPHIE
TaskRequest Item Showform

I am working on a outlook add-in which can pop up a window by sending email
or task request.
when i work on email sending, it is all right. it pop up a window and users
can check some information....
Forum: Outlook - Installation June 24th 07, 08:25 AM Posted to microsoft.public.outlook.installation
Replies: 1
Views: 351
Posted By SOPHIE
uninstalled outlook, cant reinstall.

Hello. I uninstalled Outlook 2003 because I wasn't using it and needed disk
space. It didn't fully uninstall, but now I want to use it and I can't figure
out how. I want to upgrade to 2007 and I am...
Forum: Outlook - Using Contacts April 22nd 07, 02:56 AM Posted to microsoft.public.outlook.contacts
Replies: 1
Views: 411
Posted By SOPHIE
Transfer .pst file with mutiple contact folders to other computer

Help! Outlook 2000
My main computer needs it's motherboard replaced.
I want to use outlook on my laptop while main computer is out of action.
How can I transfer all folders, calendar and emails to...
Forum: Outlook - Using Contacts February 19th 07, 11:50 PM Posted to microsoft.public.outlook.contacts
Replies: 4
Views: 640
Posted By SOPHIE
remove location information

Hi Russ,
I do not know how to take the default out. Please, if you have the patience,
take me through the steps. The pop up come up each time I try to put the
information of a new contact and phone...
Forum: Outlook - Using Contacts February 19th 07, 04:01 PM Posted to microsoft.public.outlook.contacts
Replies: 4
Views: 640
Posted By SOPHIE
remove location information

When I add a contact on my outlook, I have a location information which pops
up all the time as soon as I put a phone number. I would like to remove it as
I have no use for it.
Thank you for any...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT +1. The time now is 08:33 AM.


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.