MI5Victim@mi5.g...0/1 17 Nov 2007
Balham - LT bus (8/July/1999) Certainty level: 90% I am very sure about this one. I got back from holidays on Wednesday. There were two incidents, both on the tube, on the way back from the airport. There was a further incident the following day, Thursday, on the bus (the 155 I think) in Balham, where two girls started spouting abuse about "crazy", etc. Naturally I had my minidisc
MI5Victim@mi5.g...0/1 17 Nov 2007
Royal Festival Hall 15/4/99 Certainty level: 100% Another "day in the life of", this one. January and February were quiet; in March it all started again; by the middle of April the resurgence of abuse had been going on for over a month. And this, with 100% certainty, is one manifestation of the abuse. On Thursday 15 April 1999, 1pm lunchtime, I was at the booking office at the
MI5Victim@mi5.g...0/1 17 Nov 2007
Battersea Library 29/3/99 Certainty level: 60% This one is quite dull. During the month of March 1999, MI5 made another determined attempt to "get" me, substantially through radio programmes, through Jon Snow on Channel Four News, and through abuse in public, of which this is one example. Recorded on my minidisc-walkman on Monday 29 March 1999, this audio file consists of two
MI5Victim@mi5.g...0/1 17 Nov 2007
Ravenscourt Park 20/3/99 Certainty level: 70% On Saturday I went to Hammersmith, specifically Ravenscourt Park. There had recently been a resurgence of persecution activity, following the Capital spams. I went to the cafe in the park and had a cup of coffee outside, with my mother. As I went inside the cafe to return the cups, a woman shouted a sexual obscenity (not present on this
MI5Victim@mi5.g...0/1 17 Nov 2007
Evil old bat in BHS 18/12/98 Certainty level: 40% Not quite sure how sure I am about this one. I went down to Croydon (Surrey) with my mother to buy her a beret. After doing the shopping, we went to the BHS store restaurant to lunch on fish and chips. You can guess the rest. Auditory hallucinations my shrink calls them, faithfully recorded on Sony minidisc. Some old cow going on
MI5Victim@mi5.g...0/1 16 Nov 2007
BA984 LHR->TXL 13/June/1998 Certainty level: 100% In June 1998 I travelled on the above British Airways flight to Berlin with my mother, to visit her family. There were two women in seats 30D/E, about 4/5 rows behind us. It was quite obvious from the torrent of abuse during these flight that these women had been instructed to harass me and attempt to obtain a reaction. I did
MI5Victim@mi5.g...0/1 11 Nov 2007
Leicester Square - 9/Feb/1998 In February 1998 I spent some time in Leicester Square, in the West End of London. This is a very busy area of London, and one which can be relied on to produce "contacts". Capital Radio's offices and their cafe are located here, the Trocadero is nearby, and the place is full of cinemas and entertainment venues. Certainty level: 100% A young girl is
MI5Victim@mi5.g...0/1 11 Nov 2007
POSK Cafe - 2/Feb/1998 Here are two independent segments, both of which occurred in London on the same day, the first at a Polish cafe, the second on the Tube. Certainty level: 100% POSK is the Polish Social-Cultural Centre in Hammersmith, London. It has quite a nice cafe which does pierogi, golabki etc. I went there with my mother early in 1998. Seated at the window table were
MI5Victim@mi5.g...0/1 11 Nov 2007
Brighton Day Trip - 24/Sept/1998 Certainty level: 5% On a day trip to Brighton, carrying a minidisc recorder, I managed to collect several indistinct instances of what I think were people swearing at me. Between the 0.5 and 1.5 second marks of the above recording is something that sounds like "nutter". I recorded at least three other much more obscene sexual words on the same day.
MI5Victim@mi5.g...0/1 11 Nov 2007
Virgin Radio-Johnny Boy (19/June/1999) Certainty level: 30% I'm not quite sure about this one, so I've given it a one in three chance of being about me. First the background.... from mid-March 1999 for some three or four months, every weekend, I bombarded Westminster MPs with faxes about the terrible, all-encompassing MI5 Persecution. (Jesting aside, it really is terrible and
MI5Victim@mi5.g...0/1 11 Nov 2007
Virgin Radio-Johnny Boy (21/August/1998) Certainty level: 60% On Saturday 15 August 1998 I attended a gathering of contributors to newsgroup uk.misc at London's Victoria railway station. Also present was Simon G, who had previously given this description of what he would be wearing; At 06:36 AM 13/8/98 GMT, Simon wrote: >further clarification to aid recognition, i'll be wearing
MI5Victim@mi5.g...0/1 11 Nov 2007
Jackie King from the Flying Eye 14/3/99 Certainty level: 40% In early March 1999, Capital Radio alleged they had received some emails, one of which was forwarded to me. It contained the words, "you know this bloke, he says we're trying to kill him, we should be done for attempted manslaughter!" which Chris Tarrant had said in 1994. Following these emails there was an explosion in
MI5Victim@mi5.g...0/1 10 Nov 2007
Foxy's Showtime on Capital FM 25/11/98 7.35pm Certainty level: 100% This one, I can say with absolute certainty, is about me. It was recorded on my Sony Recording Walkman on the evening of Wednesday 25 November 1998. It doesn't mention me by name, so the objective observer might have trouble understanding why I'm so sure it's about me. I'm sure, because the harassment had restarted
Gordon Held0/1 09 Nov 2007
On both of my computers in this location Outlook 2003 stopped letting me open some attachments. No warning message or any feedback. Just no action when I click on the attachment. I can still open attachments with a file suffix in the attachment title. This happened to both computers at the same time about a week ago. Both worked fine until then. One is connected to ATT DSL via
Dmitry Streblec...0/1 29 Oct 2007
The error is RPC_E_CHANGED_MODE. How are you calling CoInitializeEx? Is it CoInitializeEx(NULL, COINIT_MULTITHREADED)? Or, in case of .Net, what happens if you mark the Main() method in your app as STA? [STAThread] static void Main(string[] args) { ... Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "AK"
Dmitry Streblec...0/1 29 Oct 2007
Marshal.ReleaseCOMObject releases a *particular* COM object. If you use multiple dot notation, teh compiler creates an implicit variable to hodl the intermediate resul(s). You cannot explicitly access and release these implicit variables. Senbd an e-mail to dmitry@dimastr.com , including the ShareIt reference number of at least the name of the company woudl be helpful. Dmitry
AK0/1 29 Oct 2007
Hi Dimitry, Is it a limitation from .NET side that it's not able to release the COM objects? It seems bit wired that it’s not able to release the COM object even after calling Marshal.ReleaseCOMObject as well as using GC.Collect. Anyhow, it surely will help if you can send me the beta version to try it out. Do let me know what exactly I need to do for the same? Which account I
Ben0/9 28 Oct 2007
I just upgraded successfully from Office 2000 Premium to Office 2007 Professional. However, since then, every time I open up Outlook 2007, before the window for it opens up, I get a window entitled "Microsoft LDAP Directory". The window also contains a "Connection Details" tab, which in turn contains "Server Name: NULL; Port: 3268; User name: NULL; Password:"; the Password field is
Pandi K0/1 26 Oct 2007
Scenario: Smart card Reader issue in outlook. Card reader : SchulembergerSema 72 v2 reader. os : Windows XP, Vista i am using the Cyberflex access sdk 4.4 in my machine. I tried to connect the card using cove user/admin tool, and i acn successfully connect. I have saved the signing certificate in a file and i installed it.( i savet it in registry also). In outlook
Seeking Develop...0/1 25 Oct 2007
Sorry - the correct address is: bk-spam@hotmail.com "Jeff C" wrote: > Post a contact address > -- > Jeff C > Live Well .. Be Happy In All You Do > > > "SeekingDeveloper" wrote: > > > Can anyone point me to a good reference (or specific contacts) for a > > consultant able to assist on development of an e-mail related program for a > > law firm that would plug into
AK0/1 22 Oct 2007
Hello Dmitry, Thank you very much for your reply. According to your solution mentioned in one of the above responses i.e. 1. Run your code under the Windows user identity who can access all of the required mailboxes 2. Call RDOSession.Logon if you have an existing profilee pointing to that user's mailbox or call RDOSession.LogonExchangeMailbox 3. Loop through the entries in the
AK0/1 18 Oct 2007
Hi, Thanks you very much for your reply. I'm understanding bit of Redemeption library now. One issue is when I'm trying to do login using RDOSession.LogonExchangeMailbox it's popping up the UI. According to my requirement, I've to traverse through all mailbox which I guess will require login into each mailbox and a pop up UI could be an issue? This UI does not come when
Dmitry Streblec...0/1 17 Oct 2007
Where does the item come from and why are you querying it for RDOContactItem? Does it come from the Contacts folder? Most likely you encounter a Distribution list, which is represented by the RDODistListItem object. As for what you are actually trying to do, the standard way to do things like that is to 1. Run your code under the Windows user identity who can access all of the
BillR0/4 16 Oct 2007
I've tried to create search folders to capture mail from or to specific users, but they stay empty even though there are messages they should have captured. Any ideas as to what could cause this?
Angel vasque0/1 15 Oct 2007
I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your looking for a diet/weightloss plan i reccomend you check this place out first: http://fatloss9.50webs.com
pbdud0/1 14 Oct 2007
Hi, I have an unused HP Pavilion with the fallowing specs: # Processor: AMD Athlon 64 X2 4000+ (2.1GHz, 2000MT/s System Bus) # Memory: 2048MB PC2-5300 DDR2 SDRAM memory (2x1GB) (expandable to 8 GB (4 x 2 GB) (64-bit OS)/ 4 GB (4 x 1 GB) (32-bit OS)) # Hard Drive:320GB 7200RPM SATA 3G (3.0 Gb/sec) hard drive # Optical Drive: 16X DVD(+/-)R/RW 12X RAM (+/-)R DL LightScribe SATA drive #
Dexter H0/1 13 Oct 2007
Watch NFL Games Online! For every one who wants to watch the games online because they dont live in the teams town or are at work i found a site that has basically every game covered. Its perfect if you have afford a monthly $70 direct tv nfl access subscription. they got a bunch of channels The sites http://nflonline.wizhoo.com
Ken Slovak - [M...0/2 11 Oct 2007
I am trying to use the office interop to retrieve a contact photo for a given contact if available I am able to iterate thru my contacts: Outlook.ContactItem contact = (Outlook.ContactItem)contacts.Items[i]; and i am able to check if a contact has a contact photo: if(contact.HasPicture) but i have no idea how i can get access to the ContactPhoto and i been googling with
Dmitry Streblec...0/1 09 Oct 2007
This is fairly standard and is not limited to Redemption at all. Most COM objects do not support QueryInterface on the corresponding CLASS_xyz GUID (since it is really an id and does not correspond to an interface). On the .Net level, avoid declaring and casting COM objects to the XYZClass (e.g. RDOContactItemClass). Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy -
Ken Slovak - [M...0/1 08 Oct 2007
I've had no problems doing it this way: RDOSession session = new RDOSession(); session.Logon("", "", false, false, null, false); RDOFolder folder = session.GetDefaultFolder(rdoDefaultFolders.olFolderContacts); RDOMail item = folder.Items.Add("IPM.Contact"); RDOContactItem contact = (RDOContactItem)item; More often I'd do it this way: RDOContactItem contact =
Woodfinec0/1 07 Oct 2007
Can anybody help. I am impressed with the collaborative offerings of OCS, EX2007 and Sharepoint. Unfortunatley when trying to complete a meeting request with a meeting place on SharePoint (03 or 07), Outlook crashes. I have tried doing this as admin using local, vpn and proxied access all with same result. I have had this work maybe 2 out of 20 attempts. The office diags find no
Dragnlance0/1 03 Oct 2007
This is a two part question. 1) Is there a setting on Outlook, that allows one to keep old calendar items listed. What I see is that after 6 months, unless the item is recurring, it will drop off the user's calendar. I am not finding a setting that allows one to keep these longer. 2) after these calendar items have dropped off, is it possible to retrieve them?
Joao Luis Rita0/8 02 Oct 2007
Hello folks I'm tryin to do a mail merge, using Word 2003 and Outlook 2003. However, when I click the mail-merge-to-email button, I get a security message box (presumably from Outlook) stating that "an outside program is trying to use e-mail. Proceed? y/n" I have to click yes for EVERY page/e-mail of the document... Is there a way to counter this?
Jason James0/2 02 Oct 2007
Hello folks I'm tryin to do a mail merge, using Word 2003 and Outlook 2003. However, when I click the mail-merge-to-email button, I get a security message box (presumably from Outlook) stating that "an outside program is trying to use e-mail. Proceed? y/n" I have to click yes for EVERY page/e-mail of the document... Is there a way to counter this?
PhilScott0/1 25 Sep 2007
Hi All, Please tell me if I have posted in the wrong area, but I have an issue that I am hoping someone can suggest a way to fix. We are running Exchange 2003 SP2 and have had for a long time had just Outlook 2003 clients. We have now however started implenting Outlook 2007. We have approximately 1/4 of our users using Outlook 2007. The issue is we have is we have a Public
Jason James0/7 20 Sep 2007
Hi, I am develing an app that is to create a series of appointments from a list of tasks in a MS Project file. The Project Object Model is not giving me any problems. I feel that the Outlook Object Model is... When I run my program I can create a new appointment, but as the creator of the appointment I assume the convenor role of the meeting. If the meeting time needs to be changed
Pickle0/1 19 Sep 2007
Having a hard time with this one. Outlook 2003 (pop account & exchange) sends incomplete emails, althought the email was completed. The sent items folder also shows the email as incomplete. Most of the time, the email misses an entire paragraph. I've already re-installed office, repaired Windows and re-installed TCP/IP. Any suggestions?
Erik0/1 19 Sep 2007
On one of our Outlook 2003 machines every recieved email is moved to the Local Failures folder. There is also a report stating : Moved a message that failed synchronization to 'Local Failures'. Message subject -> 'xxxxxxxxx xxxxxxxx xxx xxxxxxx xxxx xxxxxxx xxx'. You can view this message in your offline folder file only. We are using Outlook 2003 with cached modus and we don't use
Nikki Peterson ...0/2 18 Sep 2007
Hi all ~ I have a user whom I have added to my Exchange Server. While I can see this user in my Outlook address book, many other users cannot. I have had this happen in the past but could not come to a solution. Any ideas? Need more info? thanks a million! -- Tim Schwab
HeadNerd0/1 14 Sep 2007
I have a situation where a user has Outlook 2003 on an XP desktop, and Outlook 2007 on a Vista laptop. Exchange is 2003 (in SBS, if that makes a difference) My question is what kind of interoperability problems am I going to encounter? I can find a lot of information on Outlook with different versions of Exchange, but nothing on different versions of Outlook with Exchange.
KathyB0/2 13 Sep 2007
I have a customer with an Outlook Add-In installed that consumes a web service hosted on our server. When she copies and pastes the URL to the asmx page in her browser, the asmx page renders fine. When she attempts to use the add-in through Outlook, she gets this message: The remote server returned an error: (514) Web Acceleration Client Error (514) - Proxied HTTPS Request Not
Chris van Korde...0/1 11 Sep 2007
I have created an application in C# with VS2005 that is supposed to get appointments from a central database and insert them into the users Outlook calendar. I use the Office 2003 PIA to accomplish this. When I insert appointments in my testing environment everything works just peachy. In the production environment however, which is quite a bit slower, Outlook gives out after about
Chris van Korde...0/1 11 Sep 2007
I have created an application in C# with VS2005 that is supposed to get appointments from a central database and insert them into the users Outlook calendar. I use the Office 2003 PIA to accomplish this. When I insert appointments in my testing environment everything works just peachy. In the production environment however, which is quite a bit slower, Outlook gives out after about
Brian Tillman0/2 10 Sep 2007
My wife has a paid Hotmail account that we successfully accessed with Outlook 2007 and the Hotmail Connector on her new Vista laptop. I was expecting the Connector to synchronize her mail, contacts and calendar items with the default message store in Outlook but instead it created a second message store just for the Hotmail account. Now instead of having one Contacts folder and one
SJ0/1 10 Sep 2007
Hi Fellow Developers, I am trying to write a webpart the will read from Outlook calendars. I sucessfully wrote the application as Windows APP and now I am trying to convert it into a web part. However, for some reason the code, in a webpart, always fails at this point: Microsoft.Office.Interop.Outlook.Application outlook = new Microsoft.Office.Interop.Outlook.Application(); What
aj0/3 10 Sep 2007
I am using VS2005 and wish to record details of an e-mail send from my app but I can't seem to update my form when the message is sent. I have a simple form with one text box (txtMessage) and a button (btnMail). Clicking btnMail fires up Outlook and when the message is sent the ItemSend and Send events do fire but the do not allow me to update my text box. The MsgBox do not display either
daniel.vinagre@...0/1 10 Sep 2007
I created a Outlook addin with VSTO SE. This project automaticaly created a setup project. All runs sweet in my machine. When i install the addin in another machine it says that it can't load the assembly office, version=12. Of course it cannot load because the machine doesn't have Office 2007. The client machine has Office 2003, Office 2003 PIAS, VSTO SE Runtime , Full Trust in
David0/1 07 Sep 2007
Hello all, I am using Access 2003 and Outlook 2003 on WIN XP machines. My goal is to link to an exchange Group email inbox from Access to append new emails to the access table. The access database front end database is used by many. The technique I use is good, I use theTony Toes Front End updater that basically copies the front end mdb to the users c drive and then launches the
BillR [MVP]0/2 24 Aug 2007
I cannot stand Lotus notes - my company is using it, on Domino 6.5. I downloded the trial version of Office 2007, installed outlook and was pleased to see that one of the included configurations is the outlook connector tool (which you previously had to download if you were on office 2002/2003). However I am not able to manually configure my server or connection - when selecting