Newbie - How can I know when someone opens a PDF I sent in an email?

I'm trying to get a simple proof of receipt when someone opens a PDF attached to an email.  Any suggestions about how to do this? 

Thanks try67.  Consider this:  I'm not trying to silently trick the receiver, either.  I intend to explain to them up front that when they open the attached PDF, it will provide a signal that is the proof they have been notified.  It's also okay if this isn't easy; I have IT people that can do it.

Similar Messages

  • How can I know when someone buys a copy of my single?

    How do I know when someone buys a copy of my single?

    Thanks try67.  Consider this:  I'm not trying to silently trick the receiver, either.  I intend to explain to them up front that when they open the attached PDF, it will provide a signal that is the proof they have been notified.  It's also okay if this isn't easy; I have IT people that can do it.

  • How can i see when someone has accessed my call/text log. (This is possible on google) I have been informed that someone has accessed my activity log and is giving my information to a third party. I believe it is a service tech, but I am not interested in

    How can i see when someone has accessed my call/text log. (This is possible on google/gmail) I have been informed that someone has accessed my activity log and is giving my information to a third party. I believe it is a service tech, but I am not interested in persuing that further. I just need to see when my account has been accessed if possible.

    Hi lynniewigs,
    This is a common concern among Android and I-phone user, and one of the drawbacks to using a smart phone.  We lose so much privacy. Our phones become cameras into our homes for us to be spied on.
    I don't know what type of phone you have, if it is even a smart phone, but here is an example of an application that you can use to determine which applications are accessing your information and sending it out. 
    Permission Scanner - Android Apps on Google Play
    Google just recently revamp their permissions geared to hide invasive applications that spy and send out your information without your knowledge.  Report says be aware of what your Android app does - CNET
    Please continue to be mindful of the apps you download and the permissions you give. 

  • How can I know when I reached space limitations

    Hi, I want to know what happens when an enviorment reachs its space limitation.
    I know that space available is 30mb per user and the only way to know how much space you've consumed is by calculations about the number of registers.
    But I'd like to know how can I know when I reached that limit and what is the procediment to buy more space (overall how much time it takes).
    Every comment will be appreciated.
    Thank you.
    Edited by: linkln on 13/08/2010 10:29 AM

    We recently instituted a new CRM On Demand storage policy and we realize it hasn’t been disseminated as broadly as it should be. This new policy is significantly more generous than the former policy at no additional charge. We used to offer 30MB pooled storage for Multi-tenant, 45MB for Single-Tenant Standard Edition, and 60MB for Single-Tenant Enterprise Edition (this space covered standard records and attachments).
    Customers often think in terms of records and not MB, especially when they are considering importing x million contacts or other records. An average record uses 2KB. We have made the following changes:
    1)     Multi-tenant. Converted the 30MB to 15,000 records. Added 100MB per user for attachments;
    2)     Single-Tenant Standard edition. Converted the 45MB to 22,500 records. Added 150MB per user for attachments;
    3)     Single-Tenant Enterprise edition. More than doubled the 60MB to 70,000 records. Added 200MB per user for attachments;
    In summary the new limits are:
    Storage Allotment by CRM OD Offering______     Records per User_____Megabytes for Attachments to Records per User
    Multi-Tenant___________________________15,000 ____________100
    Single-Tenant Standard Edition_____________22,500 ____________150
    Single-Tenant Enterprise Edition____________70,000 ____________200
    A couple of additional notes:
    •     When counting records we are only counting primary data records. Meta-data and configuration records don’t count against the limit.
    •     Usage is pooled as before (i.e. a customer receives the amount of storage per subscriber as listed above multiplied by number of subscribers).
    Edited by: bobb on Aug 13, 2010 10:57 AM
    Edited by: bobb on Aug 13, 2010 11:03 AM

  • How can I know when the laptop was last used?

    I left my laptop at the office, which is also my parents' house over the weekend. How can I know if someone else had used it while I was gone? Is there a log somewhere I can read or check?

    Console.app and check your browser(s) history. 

  • How can i know when a refurbished ipod touch 5 is available in Singapore ?

    How can i know when a refurbished ipod touch 5 is available in Singapore ?

    Only when you go to the refurbished section of the Apple Store web page and they are listed as available

  • How can i know when and where my iphone replaced and

    how can i know when and where my iphone repalced by new one

    Seriously? You had your phone replaced under warranty, & you have no idea where or when you did this?
    Well, no one here would have any idea. As a start, plug the SN in here:
    https://selfsolve.apple.com/agreementWarrantyDynamic.do

  • How can I know "No of open connections"

    Dear experts,
    How can I know "No of open connection". i.e. No of open connection.
    Thanks

    I'm assuming you probably just want the number of user sessions that are currently open, which would be
    SELECT COUNT(*)
      FROM v$session
    WHERE type = 'USER'Justin

  • How can i see when someone views my mail, how can i see when someone views my mail

    Can someone please help me figure out how I can know when someone has read an email I sent

    All you can do is "Request" a Read Receipt if the recipient does not want to send you a Read Receipt then they do not have to and you can not do anything about that. Thank God.
    You can also include something like "Apon receipt of this email would you plaes respond that you have read it", "Thank You".
    Other then that you have no control over it. Thank God.
    Do you know and understand what would happen IF the Sender could Force the Recipient to send a Read Receipt or a Forced Response that they Recieved an Email. Spammer would have a field day.

  • How can you know when your Apple Pass word has expired?

    How do you know when your Apple password expires?

    They were wrong.  Apple Passwords don't expire. Unless you choose to change it, your Apple password can stay with you forever.

  • How can i know when my battery is fully charged ios 7.0.2

    in ios 6, it appears an outlet icon when the phone is fully charged but i cant see that in ios7, it only has a thunderbolt icon. so i dont know when my phone is fully charged. someone helps me?

    yeah, i know that. but you know, in ios6, it's not fully charged when it reaches 100%. i have to wait like 15mins when the outlet icon replaces the thunderbolt to know my phone is fully charged. but in ios7, it doesn't have an outlet icon so i dont know if my battery is full.

  • HT5012 How can i know when my iphon is turend on for first time

    I want to know when my iphon is turend on for the first time , tnx

    Call Apple and ask them.  1800-MY-APPLE

  • JPopupMenu : how can I know when the mouse leaves the popup?

    Hello,
    I need to know when the mouse leaves a JPopupMenu or more precisely when no items are overlighted. Adding a mouselistener to the popup does not work because the JMenuItems themselves capture the mouse.

    Actually, I added a MouseListener that extends MouseAdapter to the component that owns the popup, and the same MouseListner to the popup itself. I have only overriden the MouseEntered method to let me know that the mouse is no more over a JMenuItem. It's now working fine, but I don't like that kind of programming.....
    I need that to do a toggleButton with a popup menu that would remember the last item selected when the mouse leaves the popup. (Because once a choice is made, the selected "tool" appears as an icon in the button and that icon is updated when the items of the popup are overlighted. So that when the mouse leaves the popup, the selected tool has to reappear as an icon in the button and the associated item has to be armed.)

  • How can I force browser to open a pdf document in a new tab from another online pdf document?

    Hello everybody,
    I create the internal magazine in InDesign. Then I create a pdf document in which there are some URL. After having verified that every link works, I upload this pdf on our website to be read online. The pdf document opens in the browser.
    The problem is that when people read the pdf, they click on the links but they open in the same tab than my pdf.
    What can I do to make sure that every link opens in a new tab?
    My apologies for English mistakes and thank you for your answers.

    I already found the Javascript solution in Acrobat... It works more or less (layout problems), but it's impossible to do one by one as I have many links in my doc...
    I don't understand why it's not possible to make it directly with InDesign before exporting it in pdf or while exporting it. There should be an option in the "new hyperlink" dialog box or in the pdf parameters.
    Does someone have another idea?

  • I opened a PDF file sent in an email, I now can't get rid of it and return to my inbox

    How do I return to my inbox after opening a PDF file which was sent to me in an email?

    If you tap on the PDF you should get a Done button appear at the top left of the screen

Maybe you are looking for

  • Error while invoking webservice attached with custom policy

    I created a webservice in SOA 11g and attached a custom policy which is doing encryption(message protection) to its exposed service endpoint .This web service runs fine if i run it independently. Then i created a simple SOA process and call this web

  • How to copy selected files in Finder (applescript)

    I don't like to use hotkeys (such as CMD+C, etc.) and would prefer to copy and paste files in OS X with the mouse just like I did in Windows. Unfortunately Finder has no such copy and paste buttons in its toolbar like I know them from Windows Explore

  • Searching for audiobooks in my language

    Hi all! Is there a way to search for audiobooks only in my language? In the topic "audio-books" there are all available books and no way to find out only the german titles. Thanx Thunder

  • Can I take a managed file and link it to a referenced file?

    Is this possible? I am creating a referenced library. Going forward, I know that I need to use only the referenced file to make new versions within Aperture.  But going back through my old files, I have originals and then all the edited copies.  Thes

  • Launchd and scheduled jobs

    From what I've read, you can't rely on launchd for scheduled jobs - in my case I want to back up at 3am in the morning - upon it being woken by another application. Now that cron is disabled - how can I achieve this scheduled tasks? I cannot believe