![]() |
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. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
How do I send a file which is Read Only and have it still be Read Only when
it is received by the recipient? I attached a file, which I know is Read Only, but when I open it from the Email it is no longer Read Only. I am using Outlook 2003. |
Ads |
#2
|
|||
|
|||
![]()
"Paul W Smith" wrote in message
... How do I send a file which is Read Only and have it still be Read Only when it is received by the recipient? I attached a file, which I know is Read Only, but when I open it from the Email it is no longer Read Only. I am using Outlook 2003. Exchange Server? What version? Recipient also on Exchange? Also, what type of file? -- f.h. |
#3
|
|||
|
|||
![]()
Send it as a PDF? It would be helpful to know what kind of file we're
talking about. -- -- -Ben- Ben M. Schorr, MVP Roland Schorr & Tower http://www.rolandschorr.com http://www.officeforlawyers.com/outlook.htm "Paul W Smith" wrote in message ... How do I send a file which is Read Only and have it still be Read Only when it is received by the recipient? I attached a file, which I know is Read Only, but when I open it from the Email it is no longer Read Only. I am using Outlook 2003. |
#4
|
|||
|
|||
![]()
I am trying to send an Excel file which needs to be used as Read Only.
I have it in a folder on my hard disc. I have checked it's attributes and it is Read Only. When I open it with Excel it is Read Only. When I Email the file to myself, when I open it from the Email it is not Read Only. There is VBA code in the open event that only runds when ThisWorkbook.ReadOnly = true. Obviously this code does not run after it has been Emailed. "Ben M. Schorr - MVP" wrote in message ... Send it as a PDF? It would be helpful to know what kind of file we're talking about. -- -- -Ben- Ben M. Schorr, MVP Roland Schorr & Tower http://www.rolandschorr.com http://www.officeforlawyers.com/outlook.htm "Paul W Smith" wrote in message ... How do I send a file which is Read Only and have it still be Read Only when it is received by the recipient? I attached a file, which I know is Read Only, but when I open it from the Email it is no longer Read Only. I am using Outlook 2003. |
#5
|
|||
|
|||
![]()
"Paul W Smith" wrote in message
... How do I send a file which is Read Only and have it still be Read Only when it is received by the recipient? I attached a file, which I know is Read Only, but when I open it from the Email it is no longer Read Only. I am using Outlook 2003. Send it as a PDF? It would be helpful to know what kind of file we're talking about. I am trying to send an Excel file which needs to be used as Read Only. I have it in a folder on my hard disc. I have checked it's attributes and it is Read Only. When I open it with Excel it is Read Only. When I Email the file to myself, when I open it from the Email it is not Read Only. There is VBA code in the open event that only runds when ThisWorkbook.ReadOnly = true. Obviously this code does not run after it has been Emailed. Going back to my question: Is this all within an Exchange environment? There are DRM options if it is, but if you're not in an Exchange environment, I don't want to confuse with details that won't be useful. -- f.h. |
#6
|
|||
|
|||
![]()
lock it and password protect it (its an excel feature)
-- Diane Poremsky [MVP - Outlook] Author, Teach Yourself Outlook 2003 in 24 Hours Need Help with Common Tasks? http://www.outlook-tips.net/beginner/ Outlook 2007: http://www.slipstick.com/outlook/ol2007/ Outlook Tips by email: Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com Subscribe to Exchange Messaging Outlook newsletter: "Paul W Smith" wrote in message ... How do I send a file which is Read Only and have it still be Read Only when it is received by the recipient? I attached a file, which I know is Read Only, but when I open it from the Email it is no longer Read Only. I am using Outlook 2003. |
#7
|
|||
|
|||
![]()
I am not using any exchange enviroment, just Outlook 2003, XP professional
and a ISP account. "F. H. Muffman" wrote in message ... "Paul W Smith" wrote in message ... How do I send a file which is Read Only and have it still be Read Only when it is received by the recipient? I attached a file, which I know is Read Only, but when I open it from the Email it is no longer Read Only. I am using Outlook 2003. Send it as a PDF? It would be helpful to know what kind of file we're talking about. I am trying to send an Excel file which needs to be used as Read Only. I have it in a folder on my hard disc. I have checked it's attributes and it is Read Only. When I open it with Excel it is Read Only. When I Email the file to myself, when I open it from the Email it is not Read Only. There is VBA code in the open event that only runds when ThisWorkbook.ReadOnly = true. Obviously this code does not run after it has been Emailed. Going back to my question: Is this all within an Exchange environment? There are DRM options if it is, but if you're not in an Exchange environment, I don't want to confuse with details that won't be useful. -- f.h. |
#8
|
|||
|
|||
![]()
With respect you are offering an alternative that is not suitable for my
purposes rather than a solution to what I asked. Protecting a WB or WKS has to be carefully considered to ensure all functionality still works, I do not wish to go down this route, all I want to be able to do is send a Read Only file and have it still be Read Only when it arrives. "Diane Poremsky" wrote in message ... lock it and password protect it (its an excel feature) -- Diane Poremsky [MVP - Outlook] Author, Teach Yourself Outlook 2003 in 24 Hours Need Help with Common Tasks? http://www.outlook-tips.net/beginner/ Outlook 2007: http://www.slipstick.com/outlook/ol2007/ Outlook Tips by email: Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com Subscribe to Exchange Messaging Outlook newsletter: "Paul W Smith" wrote in message ... How do I send a file which is Read Only and have it still be Read Only when it is received by the recipient? I attached a file, which I know is Read Only, but when I open it from the Email it is no longer Read Only. I am using Outlook 2003. |
#9
|
|||
|
|||
![]()
"Paul W Smith" wrote in message
... How do I send a file which is Read Only and have it still be Read Only when it is received by the recipient? I attached a file, which I know is Read Only, but when I open it from the Email it is no longer Read Only. I am using Outlook 2003. Send it as a PDF? It would be helpful to know what kind of file we're talking about. I am trying to send an Excel file which needs to be used as Read Only. I have it in a folder on my hard disc. I have checked it's attributes and it is Read Only. When I open it with Excel it is Read Only. When I Email the file to myself, when I open it from the Email it is not Read Only. There is VBA code in the open event that only runds when ThisWorkbook.ReadOnly = true. Obviously this code does not run after it has been Emailed. Going back to my question: Is this all within an Exchange environment? There are DRM options if it is, but if you're not in an Exchange environment, I don't want to confuse with details that won't be useful. I am not using any exchange enviroment, just Outlook 2003, XP professional and a ISP account. Then I'm afraid you're really out of luck, especially if you don't want to be troubled to do what Diane suggested which is the only method I could think to guarantee that the file is read-only. And even then, I wouldn't trust any of the Office apps to use a uncrackable password scheme. Another option would be to try Microsoft's public DRM server. But that code probably wouldn't work if it was DRM'd read only. But, as for simply setting a file's attribute to Read-Only, well.... Once the file is on the end-users machine, they are able to do whatever they want to it (unless DRM prevents it), even if for some reason the File System attribute of read-only was maintained as the file moved across the internet, there is no way you can prevent them from removing that attribute. Even DRM won't keep that attribute. It will simply make the file read-only in Excel, not in the OS. Heck, consider the fact that you have no way of knowing that they are even going to be using Outlook. So, whatever you need to do, you need to do it *in the file* not in Outlook or the File System. The only other possibility would be a third party DRM system, which, again, wouldn't work with that code. Basically, unless you can control the file share access permissions, your code isn't going to work. Even then, I don't think NT has implemented a No-Copy permission, so if a user were to copy the file off a share, your code could still break. My suggestion, hit up an excel newsgroup and try to find the best way to rewrite the code and make it work. This is *not* an Outlook issue. Don't believe me? Fire up hotmail, gmail, yahoomail and send the file to someone. See if it maintains Read-Only. Not to mention, see if the user can't just remove that attribute anyways. -- f.h. |
#10
|
|||
|
|||
![]()
"Paul W Smith" wrote in message
... With respect you are offering an alternative that is not suitable for my purposes rather than a solution to what I asked. Protecting a WB or WKS has to be carefully considered to ensure all functionality still works, I do not wish to go down this route, all I want to be able to do is send a Read Only file and have it still be Read Only when it arrives. Then you're out of luck. There is NO way of doing this AFAIK. Once that file leaves your machine, there is no way that you can stop the recipient doing what they like with it... |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How can I read my stored Outlook Express DBX files? | Marnie Juel Shaw | Outlook - General Queries | 4 | March 5th 10 01:07 AM |
Importing .dbx files that are saved to a DVD and read-only issues | Sportsluvr | Outlook Express | 11 | January 6th 07 09:31 AM |
How do I import files as NOT read only? | Gerryn | Outlook - Installation | 4 | November 9th 06 08:51 PM |
Files still left on this newsgroup but can't read | aalaan | Outlook - General Queries | 15 | September 12th 06 09:52 PM |
eml files read-only | Stan | Outlook Express | 12 | April 23rd 06 04:32 PM |