Hello,
I have an Eventsink for Exchange 2003, and i am wondering on what cases would a EVT_REPLICATED_ITEM to occurr on the onSave method? The description from MSDN states:
The item is being replicated from another location.
But that is still unclear to me, can someone provide 1 or 2 use...
Anyone have a reference/idea on how many entries an arraylist can hold? Or perhaps any memory size limitations?
I am currently using it to hold 8 byte objects...
thanks, LSM
ok, so if you have reference to explorer object...
the .left property is equivalent to x coordinate
the .top property is equivalent to y coordinate
; )
lsm
I am displaying a new dialog box, and would like it to appear on the screen within my outlook application window (so relative to outlook)... since a person may have multiple monitors, etc, i want to make sure it appears 'friendly'... (dont want outlook on monitor 1 and my dialog box to appear on...
Hello,
does anyone know how to determine the window coordinates of my outlook application (the explorer window).. i cant seem to drill down enough to find the property.
i am currently using c#, and have an instance of a Outlook.Explorer object
thanks,
lsm
I have a new email msg, and i want to include a link to another email msg in the body. This is what is produced:
<Outlook:00000000455035995E6EA148A47A77E5E6BD5B7324022100>
by using code of:
string link = "Outlook:"+ mailItem.EntryID;
stubMail.Body = "<" + link + ">";
stubMail.Save()...
I am trying to delete a PST file via File.Delete("..."), but it appears that outlook may have exclusive access to the file at the moment... even if i removed the PST from my outlook explorer (closed the PST)...
is there a way for me to force outlook, or at least the file itself, to be deleted...
Hello,
does anyone know how to determine the window coordinates of my outlook application (the explorer window).. i cant seem to drill down enough to find the property.
thanks,
lsm
I have a reference to an Outlook.Attachment object, 'a', and i would like to cast 'a' back into a Outlook.MailItem, but i am receiving cannotCast exceptions...
I know for a fact that the attachment is an email. Is there any way to cast the attachment object?
Any ideas appreciated,thanks!
Luis
I have a reference to an Outlook.Attachment object, 'a', and i would like to cast 'a' back into a Outlook.MailItem, but i am receiving cannotCast exceptions...
I know for a fact that the attachment is an email. Is there any way to cast the attachment object?
Any ideas appreciated, also pls let...
ok, i understand where your coming from. How would a user send all the contents of their mailbox to another user, who is not part of that exchange server? (ie, across different companies, etc)
though i cannot use other mediums, i am open to hear alternatives
thanks, lsm
ok, i understand where your coming from. How would a user send all the contents of their mailbox to another user, who is not part of that exchange server? (ie, across different companies, etc)
though i cannot use other mediums, i am open to hear alternatives
thanks, lsm
Do you think the following scenario is possible with some provided Microsoft API:
1. User is provided PST file for outlook
2. In outlook, chooses some new action "update PST"
3. logic programaticaly goes through every msg in the PST, and can either:
3a. leave the msg alone
3b. remove the...
Dim ns As NameSpace
Dim Inbox As MAPIFolder
Dim Item As Object
Set ns = GetNamespace("MAPI")
Set Inbox = ns.GetDefaultFolder(olFolderInbox)
For Each Item In Inbox.Items
... (here is where lets say, i'd like to open each email)
Next Item
-----
If anything, can someone please point me...
Hi,
I am looking for some vba code to traverse through, lets say, my inbox folder, and open each email in there (similar to double clicking on each email), so that an outlook window pops up for each email... any ideas?
Any help appreciated. Thanks !
Hello,
During a meeting, we were questioned about REXX's ability for pattern recognition. The straightforward question is, does REXX contain pattern recognition, that is powerful enough to compare two patterns against each other (which would be able to determine if one pattern is a SUBSET of...
hi,
i have a dell 3800 laptop with a very similar problem. Try to bang the bottom of the laptop, and then turn it on (this actually helped me, im guessing a connection is loose internally0.. i believe my HD was bad, so i replaced it with a new one (much quieter too), and the problem...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.