SharePoint / Outlook: email to document library?

hi -
We have SP 2007 and Exchange/Outlook 2007.    Is it possible to have all email (with attachment) that is sent to a certain distribution list directly to a SP document library?

>You will need to use a third party tool to do so.....
>http://tinyurl.com/efdhn
Prashanth,
Please give information (at least the name) on the product you are recommending. There is also no point (and it is less helpful) in using a tinyurl address rather than the real one (especially given the length of the real one). 
(The simple "try this" + URL posts are often used by spammers to push their own products which is why it is good to give more information when you (as here) aren't spamming.)
The "real" link here is http://www.colligo.com/products/sharepoint/index.asp (the link that the tinyurl points at) from which we can see that it is a product from Colligo and the product is I presume "Contributor Add-In - Outlook Email Management".
That product has in fact it's own link http://www.colligo.com/products/sharepoint/contributor_add-in.asp which would have been more useful.
WSS FAQ sites: WSS 2.0: http://wssv2faq.mindsharp.com WSS 3.0 and MOSS 2007: http://wssv3faq.mindsharp.com
Total list of WSS 3.0 and MOSS 2007 Books (including foreign language titles) http://wssv3faq.mindsharp.com/Lists/v3%20WSS%20FAQ/V%20Books.aspx

Similar Messages

  • Email enabled document library in Offie 365

    I have requirement where users need to send document to SharePoint library by using
    an email id. please let me know is it possible to achieve. For On premise we can use email enabled libraries but i am not able to find option for SharePoint office 365. What are the alternatives we have in order to achieve this functionality

    Hi Raju,
    Yes, the Email-eabled document library is not supported in SharePoint Online. But, instead of this, SharePoint Online has a new feature "Site Mailboxes".
    For more information, you can have a look at the blog;
    http://blogs.technet.com/b/lystavlen/archive/2012/08/18/new-feature-site-mailboxes-in-sharepoint-online.aspx
    http://blogs.technet.com/b/exchange/archive/2012/08/22/site-mailboxes-in-the-new-office.aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Sharepoint 2013 / Office 365 Document library item level permissions problem

    Hello,
    I'm looking for a solution to enable users to upload documents to a document library, the ability to view other documents uploaded to the same document library, but able to edit or delete those other documents.
    With a list you can use Item-Level security in Advanced Settings but this is not available for Document libraries. I could use workflows to assign individual permissions to document, but the the library already contains over 2,000 documents and will continue
    to expand so I don't like the idea of having that many individual permissions set.
    Are there any 3rd party plug-ins or solutions to this issue?
    Thanks,

    Try below:
    http://www.hersheytech.com/Blog/SharePoint/tabid/197/entryid/28/Default.aspx
    As it turns out the, setting Item-Level Permissions in a library is fully supported with PowerShell!
    The PowerShell commands for changing this are very simple:
    $web = Get-SPWeb http://YourSite/
    $list = $web.Lists[“Your Document Library Name”]
    $list.ReadSecurity = 2
    $list.Update()
    $web.Dispose()
    Note the 3rd line which is where you determine the value for this setting using the following values:
    1 = “Read all items”
    2 = “Read items that were created by the user”
    If you wish to modify the values for Create and Edit access instead, replace .ReadSecurity with .WriteSecurity with
    the following values:
    1 = “Create and edit All items”
    2 = “Create items and edit items that were created by the user”
    4 = “None”
    For example:
    $web = Get-SPWeb http://YourSite/
    $list = $web.Lists[“Your Document Library Name”]
    $list.WriteSecurity = 2
    $list.Update()
    $web.Dispose()
    Also check 
    http://sppermissions.codeplex.com/
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://freeit-support.com/

  • SharePoint 2010: Ribbon on document library does not load

    Hello,
    I have a user where on some sites that he uses the document library fails to load. We are on SharePoint 2010, Enterprise Edition. The problem is just on his Windows 7 PC, and no others have reported the problem. He is using IE 10.
    Can you give me some possible things to try to fix the issue?
    Thanks
    Paul

    Will you also please describe how it fails to load? Do you get an HTTP error/"This page cannot be displayed"? Does it not show up, the "unexpected error" error?
    Jason Warren
    Infrastructure Architect
    Habanero Consulting Group
    habaneroconsulting.com/Insights
    @jaspnwarren

  • Failed to export the file to Sharepoint if the document library had been renamed

    Hi,
    We have encounter a problem that we failed to upload the files to Microsoft SharePoint 2007 through the SharePoint Connector. 
    The document library was initially created as doclibA, and renamed to docLibB
    When we configure the connector to upload the document, we found that it failed to upload to the library.
    And we have change back the name , and it could upload.
    Did anyone got any clue on it ?
    Janice

    Yes, we can upload the doc to doclibB using SharePoint UI
    and actually, the rename was done before the we setup the connector.
    we have deployed other forms in the same site (same livecycle, same sharepoint) before without any problem.

  • When i attach workflow to document library, the custom columns data is not saving.

    Hi, i had created SharePoint designer workflow (send Email) for Document Library.
    I had created Custom columns like.
    "Employee Name" of type Person or Group  
    "Resume Type"  of type Choice 
    When i attach my workflow to document library, the columns data is not saved.
    It is just uploading resume, and sends email to the user groups, but data is not saved for custom columns. !.e "Employee Name" and "Resume Type".
    Any help will be appreciated.

    In SharePoint Document Library, first the document will be uploaded and then the metadata will be updated. So, in your workflow settings, select start workflow when item is changed instead of item is created and then try. 

  • How to upload email from outlook to a sharepoint document library programatically.

    Hi ,
    I have a requirement where I need to create a outlook plugin which will upload selected emails to sharepoint document library. I am able to hold email using by creating the object of outlook.item.  but could n't find a way to upload created com object
    in to sharepoint library.
    I need to use webservice to upload email to the document library.
    can some one please help me with this?
    Thanks.

    Hi,
    Base on the description, you want to upload email from outlook to a sharepoint document library programatically.
    We need to do it using Web Services, there's a purpose built web service here http://cecildt.blogspot.com/2010/10/upload-documents-to-sharepoint-2010.html‎
    for uploading documents.
    The other alternative is using email enabled document libraries
    https://www.nothingbutsharepoint.com/sites/itpro/pages/how-to-setup-mail-enabled-document-libraries-in-sharepoint-2010-part-4.aspx
    Best Regards,
    Linda
    Li

  • Error when attaching files from SharePoint library to an Outlook email?

    I've got a user who's reporting that recently she started getting en error whenever she tries to attach a file from a SharePoint library to an Outlook email.
    When she either drags from the library in Windows Explorer, she receives this:
    When uses Attach File via Outlook and navigates to the library, she receives this:
    If the file is checked out, or if require check out is disabled, then it attaches.
    Anyone know why this might have started happening?  I'm assured it has historically been working for the past couple years.
    Thanks in advance for any suggestions!
    :)Ben  

    Thanks for your reply:)!  Mine's below:
    > Whether other users meet this issue
      Yes, it's happening regardless of user.
    > Whether other files also have this issue when the user tries to attachment these files to outlook.
      Yes, it's happening regardless which file is tested.
    > Please check whether the problematic file was checked out by another user. And Please attach a file without Check-out to outlook, compare the result.
      It happens consistently when someone tries to attach a file that is
    not checked out.  If a file is checked out (regardless of who it's checked out to), then it attaches to an Outlook email without error.
    > In addition, please check ULS log file to check whether there are some errors about this issue. The path of the log file is: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS.
      Nothing jumped out in the logs.  I pasted them below FWIW, but nothing jumped out at me.
    Thanks again for any suggestions!
    :)Ben
    Timestamp Process TID Area Category EventID Level Message Correlation
    02/27/2015 10:27:50.93 wsstracing.exe (0x08BC) 0x11B8 SharePoint Foundation Tracing Controller Service 5152 Information Tracing Service started.
    02/27/2015 10:27:51.07 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/India/Lists/India%20Photos/Attachments/5/3130688354_1f9638d0c1_b.jpg))
    02/27/2015 10:27:51.07 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Locations/India/Lists/India%20Photos/Attachments/5/3130688354_1f9638d0c1_b.jpg) 712b2714-d9d6-47df-b722-100d85ee575e
    02/27/2015 10:27:51.07 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af71 Medium HTTP Request method: GET 712b2714-d9d6-47df-b722-100d85ee575e
    02/27/2015 10:27:51.07 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET 712b2714-d9d6-47df-b722-100d85ee575e
    02/27/2015 10:27:51.07 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Locations/India/Lists/India%20Photos/Attachments/5/3130688354_1f9638d0c1_b.jpg 712b2714-d9d6-47df-b722-100d85ee575e
    02/27/2015 10:27:51.07 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/India/Lists/India%20Photos/Attachments/5/3130688354_1f9638d0c1_b.jpg)). Execution Time=7.6251 712b2714-d9d6-47df-b722-100d85ee575e
    02/27/2015 10:27:51.26 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/VietNam/Lists/Vietnam%20Photos/Attachments/1/a.jpg))
    02/27/2015 10:27:51.26 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Locations/VietNam/Lists/Vietnam%20Photos/Attachments/1/a.jpg) 490f2046-a185-4b35-a2de-73b140b8f602
    02/27/2015 10:27:51.26 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af71 Medium HTTP Request method: GET 490f2046-a185-4b35-a2de-73b140b8f602
    02/27/2015 10:27:51.28 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af75 Medium Overridden HTTP request method: GET 490f2046-a185-4b35-a2de-73b140b8f602
    02/27/2015 10:27:51.28 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Locations/VietNam/Lists/Vietnam%20Photos/Attachments/1/a.jpg 490f2046-a185-4b35-a2de-73b140b8f602
    02/27/2015 10:27:51.29 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/VietNam/Lists/Vietnam%20Photos/Attachments/1/a.jpg)). Execution Time=19.0138 490f2046-a185-4b35-a2de-73b140b8f602
    02/27/2015 10:27:51.70 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx))
    02/27/2015 10:27:51.70 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx) b20b6de8-13d1-4d18-9cc7-af5fca987b37
    02/27/2015 10:27:51.70 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx)). Execution Time=0.9171 b20b6de8-13d1-4d18-9cc7-af5fca987b37
    02/27/2015 10:27:51.85 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Bangladesh/Lists/Bangladesh%20Photos/Attachments/6/IMG_1676.jpg))
    02/27/2015 10:27:51.85 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Bangladesh/Lists/Bangladesh%20Photos/Attachments/6/IMG_1676.jpg) cad18282-c3e3-4438-a6a0-d6e3ec8fe55e
    02/27/2015 10:27:51.85 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af71 Medium HTTP Request method: GET cad18282-c3e3-4438-a6a0-d6e3ec8fe55e
    02/27/2015 10:27:51.85 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET cad18282-c3e3-4438-a6a0-d6e3ec8fe55e
    02/27/2015 10:27:51.85 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Locations/Bangladesh/Lists/Bangladesh%20Photos/Attachments/6/IMG_1676.jpg cad18282-c3e3-4438-a6a0-d6e3ec8fe55e
    02/27/2015 10:27:51.85 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Bangladesh/Lists/Bangladesh%20Photos/Attachments/6/IMG_1676.jpg)). Execution Time=8.73 cad18282-c3e3-4438-a6a0-d6e3ec8fe55e
    02/27/2015 10:27:51.93 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx))
    02/27/2015 10:27:51.93 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx) d7862a07-2447-412b-9636-b9e5c9cbbd8c
    02/27/2015 10:27:51.93 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx)). Execution Time=1.7573 d7862a07-2447-412b-9636-b9e5c9cbbd8c
    02/27/2015 10:27:52.04 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx))
    02/27/2015 10:27:52.04 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx) 6657828b-c46f-4057-a196-d9b6c92f8563
    02/27/2015 10:27:52.14 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (GetFileAndMetaInfo). Execution Time=58.7597 6657828b-c46f-4057-a196-d9b6c92f8563
    02/27/2015 10:27:52.14 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (GetWebPartPageContent). Execution Time=59.4011 6657828b-c46f-4057-a196-d9b6c92f8563
    02/27/2015 10:27:52.14 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/ 6657828b-c46f-4057-a196-d9b6c92f8563
    02/27/2015 10:27:52.17 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Pages/home.aspx)). Execution Time=124.4297 6657828b-c46f-4057-a196-d9b6c92f8563
    02/27/2015 10:27:52.40 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (PROPFIND:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder))
    02/27/2015 10:27:52.40 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (PROPFIND:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder) a0783ff5-4675-4481-857b-472c609d5929
    02/27/2015 10:27:52.40 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af71 Medium HTTP Request method: PROPFIND a0783ff5-4675-4481-857b-472c609d5929
    02/27/2015 10:27:52.40 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af77 Medium HTTP request depth header: 0 a0783ff5-4675-4481-857b-472c609d5929
    02/27/2015 10:27:52.40 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af75 Medium Overridden HTTP request method: PROPFIND a0783ff5-4675-4481-857b-472c609d5929
    02/27/2015 10:27:52.40 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/Documents/New%20folder a0783ff5-4675-4481-857b-472c609d5929
    02/27/2015 10:27:52.40 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af76 Medium HTTP request translate header: f a0783ff5-4675-4481-857b-472c609d5929
    02/27/2015 10:27:52.42 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (PROPFIND:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder)). Execution Time=13.4056 a0783ff5-4675-4481-857b-472c609d5929
    02/27/2015 10:27:52.54 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/))
    02/27/2015 10:27:52.54 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/) 375eb954-11cc-49db-8fc8-7476a18301c8
    02/27/2015 10:27:52.56 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af71 Medium HTTP Request method: OPTIONS 375eb954-11cc-49db-8fc8-7476a18301c8
    02/27/2015 10:27:52.56 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af75 Medium Overridden HTTP request method: OPTIONS 375eb954-11cc-49db-8fc8-7476a18301c8
    02/27/2015 10:27:52.56 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/Documents/ 375eb954-11cc-49db-8fc8-7476a18301c8
    02/27/2015 10:27:52.56 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/)). Execution Time=5.5319 375eb954-11cc-49db-8fc8-7476a18301c8
    02/27/2015 10:27:52.57 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:https://my.sharepointurl.org:443/_vti_bin/shtml.dll/_vti_rpc))
    02/27/2015 10:27:52.57 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:https://my.sharepointurl.org:443/_vti_bin/shtml.dll/_vti_rpc) 7ead700f-27f9-4e29-8cb1-325e3933150b
    02/27/2015 10:27:52.57 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af71 Medium HTTP Request method: POST 7ead700f-27f9-4e29-8cb1-325e3933150b
    02/27/2015 10:27:52.57 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af75 Medium Overridden HTTP request method: POST 7ead700f-27f9-4e29-8cb1-325e3933150b
    02/27/2015 10:27:52.57 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af74 Medium HTTP request URL: /_vti_bin/shtml.dll/_vti_rpc 7ead700f-27f9-4e29-8cb1-325e3933150b
    02/27/2015 10:27:52.57 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General 72ng Medium RPC method = url to web url 7ead700f-27f9-4e29-8cb1-325e3933150b
    02/27/2015 10:27:52.59 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:https://my.sharepointurl.org:443/_vti_bin/shtml.dll/_vti_rpc)). Execution Time=8.7236 7ead700f-27f9-4e29-8cb1-325e3933150b
    02/27/2015 10:27:52.60 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (HEAD:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileSave&FileDialogFilterValue=*.*&location=Documents/New%20folder))
    02/27/2015 10:27:52.60 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (HEAD:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileSave&FileDialogFilterValue=*.*&location=Documents/New%20folder) a9987bbf-fde4-46f6-80a8-3b97c5f64244
    02/27/2015 10:27:52.60 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (HEAD:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileSave&FileDialogFilterValue=*.*&location=Documents/New%20folder)). Execution Time=1.9077 a9987bbf-fde4-46f6-80a8-3b97c5f64244
    02/27/2015 10:27:52.60 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (HEAD:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileSave&FileDialogFilterValue=*.*&location=Documents/New%20folder))
    02/27/2015 10:27:52.60 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (HEAD:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileSave&FileDialogFilterValue=*.*&location=Documents/New%20folder) e9dc78fe-cc27-498c-8f88-9b665ea58fe0
    02/27/2015 10:27:52.62 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af71 Medium HTTP Request method: HEAD e9dc78fe-cc27-498c-8f88-9b665ea58fe0
    02/27/2015 10:27:52.62 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af75 Medium Overridden HTTP request method: HEAD e9dc78fe-cc27-498c-8f88-9b665ea58fe0
    02/27/2015 10:27:52.62 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileSave&FileDialogFilterValue=*.*&location=Documents/New%20folder e9dc78fe-cc27-498c-8f88-9b665ea58fe0
    02/27/2015 10:27:52.65 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (HEAD:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileSave&FileDialogFilterValue=*.*&location=Documents/New%20folder)). Execution Time=36.0601 e9dc78fe-cc27-498c-8f88-9b665ea58fe0
    02/27/2015 10:27:52.65 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileOpen&FileDialogFilterValue=*.*&location=Documents%2FNew%20folder))
    02/27/2015 10:27:52.65 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileOpen&FileDialogFilterValue=*.*&location=Documents%2FNew%20folder) da6fcece-013e-42cf-b16e-4f7842e837c5
    02/27/2015 10:27:52.67 w3wp.exe (0x17C0) 0x1B00 SharePoint Foundation General af71 Medium HTTP Request method: GET da6fcece-013e-42cf-b16e-4f7842e837c5
    02/27/2015 10:27:52.67 w3wp.exe (0x17C0) 0x1B00 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET da6fcece-013e-42cf-b16e-4f7842e837c5
    02/27/2015 10:27:52.67 w3wp.exe (0x17C0) 0x1B00 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileOpen&FileDialogFilterValue=*.*&location=Documents%2FNew%20folder da6fcece-013e-42cf-b16e-4f7842e837c5
    02/27/2015 10:27:52.67 OWSTIMER.EXE (0x0684) 0x17A8 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Timer Job job-email-delivery) a2c2dd0e-f0b2-41d7-8735-b53f8b5c7a25
    02/27/2015 10:27:52.67 OWSTIMER.EXE (0x0684) 0x17A8 SharePoint Foundation E-Mail 6873 Warning An error occurred while processing the incoming e-mail file C:\inetpub\mailroot\Drop\caada12401d0529300000001.eml. The error was: Unknown alias: implementationlearningteam.. a2c2dd0e-f0b2-41d7-8735-b53f8b5c7a25
    02/27/2015 10:27:52.67 OWSTIMER.EXE (0x0684) 0x17A8 SharePoint Foundation E-Mail 6871 Information The Incoming E-Mail service has completed a batch. The elapsed time was 00:00:00. The service processed 1 message(s) in total. Errors occurred processing 1 message(s): Message ID: The following aliases were unknown: implementationlearningteam a2c2dd0e-f0b2-41d7-8735-b53f8b5c7a25
    02/27/2015 10:27:52.67 OWSTIMER.EXE (0x0684) 0x17A8 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Timer Job job-email-delivery). Execution Time=4.304 a2c2dd0e-f0b2-41d7-8735-b53f8b5c7a25
    02/27/2015 10:27:52.79 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Administration/Administrative%20Services/Recent%20HQ%20Party%20Pictures/HQ%20Holiday%20Party%202015%20room%20photo.jpg))
    02/27/2015 10:27:52.79 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Administration/Administrative%20Services/Recent%20HQ%20Party%20Pictures/HQ%20Holiday%20Party%202015%20room%20photo.jpg) 08c98511-73c6-42e5-a564-802876288d66
    02/27/2015 10:27:52.79 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af71 Medium HTTP Request method: GET 08c98511-73c6-42e5-a564-802876288d66
    02/27/2015 10:27:52.79 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET 08c98511-73c6-42e5-a564-802876288d66
    02/27/2015 10:27:52.79 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Departments/Administration/Administrative%20Services/Recent%20HQ%20Party%20Pictures/HQ%20Holiday%20Party%202015%20room%20photo.jpg 08c98511-73c6-42e5-a564-802876288d66
    02/27/2015 10:27:52.81 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Administration/Administrative%20Services/Recent%20HQ%20Party%20Pictures/HQ%20Holiday%20Party%202015%20room%20photo.jpg)). Execution Time=7.5187 08c98511-73c6-42e5-a564-802876288d66
    02/27/2015 10:27:52.90 w3wp.exe (0x17C0) 0x1B00 Document Management Server Document Management eub5 Medium ERFileDialogPostProcessor Render normal Open webview no MDN tree[NoSettings] for url: https://my.sharepointurl.org/Topics/SharePoint/Test Site/_vti_bin/owssvr.dll?dialogview=FileOpen&FileDialogFilterValue=*.*&location=Documents/New folder end da6fcece-013e-42cf-b16e-4f7842e837c5
    02/27/2015 10:27:52.92 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/owssvr.dll?dialogview=FileOpen&FileDialogFilterValue=*.*&location=Documents%2FNew%20folder)). Execution Time=257.5603 da6fcece-013e-42cf-b16e-4f7842e837c5
    02/27/2015 10:27:52.98 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (PROPFIND:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder))
    02/27/2015 10:27:52.98 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (PROPFIND:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder) f9321424-9e76-4c13-b65e-4a2b5b9fbe81
    02/27/2015 10:27:52.98 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af71 Medium HTTP Request method: PROPFIND f9321424-9e76-4c13-b65e-4a2b5b9fbe81
    02/27/2015 10:27:52.98 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af77 Medium HTTP request depth header: 1 f9321424-9e76-4c13-b65e-4a2b5b9fbe81
    02/27/2015 10:27:52.98 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af75 Medium Overridden HTTP request method: PROPFIND f9321424-9e76-4c13-b65e-4a2b5b9fbe81
    02/27/2015 10:27:52.98 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/Documents/New%20folder f9321424-9e76-4c13-b65e-4a2b5b9fbe81
    02/27/2015 10:27:52.98 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af76 Medium HTTP request translate header: f f9321424-9e76-4c13-b65e-4a2b5b9fbe81
    02/27/2015 10:27:52.99 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (PROPFIND:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder)). Execution Time=15.2898 f9321424-9e76-4c13-b65e-4a2b5b9fbe81
    02/27/2015 10:27:53.73 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Administration/Administrative%20Services/Recent%20HQ%20Party%20Pictures/HQ%20Holiday%20Party%202015%20-%20Ugly%20Sweater%20Contest1.jpg))
    02/27/2015 10:27:53.73 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Administration/Administrative%20Services/Recent%20HQ%20Party%20Pictures/HQ%20Holiday%20Party%202015%20-%20Ugly%20Sweater%20Contest1.jpg) 07e17ab2-fbc4-4572-8294-63744f7760ab
    02/27/2015 10:27:53.73 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af71 Medium HTTP Request method: GET 07e17ab2-fbc4-4572-8294-63744f7760ab
    02/27/2015 10:27:53.73 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET 07e17ab2-fbc4-4572-8294-63744f7760ab
    02/27/2015 10:27:53.73 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Departments/Administration/Administrative%20Services/Recent%20HQ%20Party%20Pictures/HQ%20Holiday%20Party%202015%20-%20Ugly%20Sweater%20Contest1.jpg 07e17ab2-fbc4-4572-8294-63744f7760ab
    02/27/2015 10:27:53.78 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Administration/Administrative%20Services/Recent%20HQ%20Party%20Pictures/HQ%20Holiday%20Party%202015%20-%20Ugly%20Sweater%20Contest1.jpg)). Execution Time=37.8311 07e17ab2-fbc4-4572-8294-63744f7760ab
    02/27/2015 10:27:54.45 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Egypt/Lists/Egypt%20Photos/Attachments/11/ishare2.jpg))
    02/27/2015 10:27:54.45 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Egypt/Lists/Egypt%20Photos/Attachments/11/ishare2.jpg) 68302a72-b30c-4a2f-9ebe-a139409bba2b
    02/27/2015 10:27:54.45 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af71 Medium HTTP Request method: GET 68302a72-b30c-4a2f-9ebe-a139409bba2b
    02/27/2015 10:27:54.45 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET 68302a72-b30c-4a2f-9ebe-a139409bba2b
    02/27/2015 10:27:54.45 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Locations/Egypt/Lists/Egypt%20Photos/Attachments/11/ishare2.jpg 68302a72-b30c-4a2f-9ebe-a139409bba2b
    02/27/2015 10:27:54.45 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Egypt/Lists/Egypt%20Photos/Attachments/11/ishare2.jpg)). Execution Time=6.3367 68302a72-b30c-4a2f-9ebe-a139409bba2b
    02/27/2015 10:27:54.65 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/))
    02/27/2015 10:27:54.65 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/) 8edf7b11-1afd-426e-96d0-9c445adf7934
    02/27/2015 10:27:54.65 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/)). Execution Time=0.8285 8edf7b11-1afd-426e-96d0-9c445adf7934
    02/27/2015 10:27:54.65 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/))
    02/27/2015 10:27:54.65 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/) 3fb5ba44-985f-4822-8ef4-74da6b30b98b
    02/27/2015 10:27:54.67 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af71 Medium HTTP Request method: OPTIONS 3fb5ba44-985f-4822-8ef4-74da6b30b98b
    02/27/2015 10:27:54.67 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af75 Medium Overridden HTTP request method: OPTIONS 3fb5ba44-985f-4822-8ef4-74da6b30b98b
    02/27/2015 10:27:54.67 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/Documents/New%20folder/ 3fb5ba44-985f-4822-8ef4-74da6b30b98b
    02/27/2015 10:27:54.67 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/)). Execution Time=15.2583 3fb5ba44-985f-4822-8ef4-74da6b30b98b
    02/27/2015 10:27:54.68 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/))
    02/27/2015 10:27:54.68 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/) a00098cf-0d97-44a1-9d8f-515c2e0de479
    02/27/2015 10:27:54.68 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af71 Medium HTTP Request method: OPTIONS a00098cf-0d97-44a1-9d8f-515c2e0de479
    02/27/2015 10:27:54.68 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af75 Medium Overridden HTTP request method: OPTIONS a00098cf-0d97-44a1-9d8f-515c2e0de479
    02/27/2015 10:27:54.68 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/Documents/New%20folder/ a00098cf-0d97-44a1-9d8f-515c2e0de479
    02/27/2015 10:27:54.68 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/)). Execution Time=2.8446 a00098cf-0d97-44a1-9d8f-515c2e0de479
    02/27/2015 10:27:54.76 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/))
    02/27/2015 10:27:54.76 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/) c640cfbc-9255-4c71-b4b9-cd1f154a6663
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af71 Medium HTTP Request method: OPTIONS c640cfbc-9255-4c71-b4b9-cd1f154a6663
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af75 Medium Overridden HTTP request method: OPTIONS c640cfbc-9255-4c71-b4b9-cd1f154a6663
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/Documents/New%20folder/ c640cfbc-9255-4c71-b4b9-cd1f154a6663
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (OPTIONS:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/)). Execution Time=2.717 c640cfbc-9255-4c71-b4b9-cd1f154a6663
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:https://my.sharepointurl.org:443/_vti_bin/shtml.dll/_vti_rpc))
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:https://my.sharepointurl.org:443/_vti_bin/shtml.dll/_vti_rpc) 7e3b6ef1-f21b-4d44-a58d-78aa13f35891
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af71 Medium HTTP Request method: POST 7e3b6ef1-f21b-4d44-a58d-78aa13f35891
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af75 Medium Overridden HTTP request method: POST 7e3b6ef1-f21b-4d44-a58d-78aa13f35891
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General af74 Medium HTTP request URL: /_vti_bin/shtml.dll/_vti_rpc 7e3b6ef1-f21b-4d44-a58d-78aa13f35891
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0874 SharePoint Foundation General 72ng Medium RPC method = url to web url 7e3b6ef1-f21b-4d44-a58d-78aa13f35891
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x08D0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:https://my.sharepointurl.org:443/_vti_bin/shtml.dll/_vti_rpc)). Execution Time=3.6072 7e3b6ef1-f21b-4d44-a58d-78aa13f35891
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/_vti_aut/author.dll))
    02/27/2015 10:27:54.78 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/_vti_aut/author.dll) 52da0423-5a92-4836-ba13-3cd6fe850975
    02/27/2015 10:27:54.79 w3wp.exe (0x17C0) 0x1B00 SharePoint Foundation General af71 Medium HTTP Request method: POST 52da0423-5a92-4836-ba13-3cd6fe850975
    02/27/2015 10:27:54.79 w3wp.exe (0x17C0) 0x1B00 SharePoint Foundation General af75 Medium Overridden HTTP request method: POST 52da0423-5a92-4836-ba13-3cd6fe850975
    02/27/2015 10:27:54.79 w3wp.exe (0x17C0) 0x1B00 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/_vti_bin/_vti_aut/author.dll 52da0423-5a92-4836-ba13-3cd6fe850975
    02/27/2015 10:27:54.79 w3wp.exe (0x17C0) 0x1B00 SharePoint Foundation General 72ng Medium RPC method = getDocsMetaInfo 52da0423-5a92-4836-ba13-3cd6fe850975
    02/27/2015 10:27:54.79 w3wp.exe (0x17C0) 0x1B00 SharePoint Foundation General 72n1 Medium in getDocsMetaInfo after getlinks 52da0423-5a92-4836-ba13-3cd6fe850975
    02/27/2015 10:27:54.79 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/_vti_bin/_vti_aut/author.dll)). Execution Time=11.4586 52da0423-5a92-4836-ba13-3cd6fe850975
    02/27/2015 10:27:54.81 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (LOCK:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx))
    02/27/2015 10:27:54.81 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (LOCK:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx) 105bbbe5-8c71-48c5-9650-282a5dfb51e5
    02/27/2015 10:27:54.81 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af71 Medium HTTP Request method: LOCK 105bbbe5-8c71-48c5-9650-282a5dfb51e5
    02/27/2015 10:27:54.81 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af75 Medium Overridden HTTP request method: LOCK 105bbbe5-8c71-48c5-9650-282a5dfb51e5
    02/27/2015 10:27:54.81 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx 105bbbe5-8c71-48c5-9650-282a5dfb51e5
    02/27/2015 10:27:54.81 w3wp.exe (0x17C0) 0x0EAC SharePoint Foundation General af76 Medium HTTP request translate header: f 105bbbe5-8c71-48c5-9650-282a5dfb51e5
    02/27/2015 10:27:54.87 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Finance/BFRU/FinancialSlideShowPictures/_w/Subawards_PNG.jpg))
    02/27/2015 10:27:54.87 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Finance/BFRU/FinancialSlideShowPictures/_w/Subawards_PNG.jpg) cc7b6b53-e89b-4124-b3a1-b3793bd782c1
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af71 Medium HTTP Request method: GET cc7b6b53-e89b-4124-b3a1-b3793bd782c1
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET cc7b6b53-e89b-4124-b3a1-b3793bd782c1
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Departments/Finance/BFRU/FinancialSlideShowPictures/_w/Subawards_PNG.jpg cc7b6b53-e89b-4124-b3a1-b3793bd782c1
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Finance/BFRU/FinancialSlideShowPictures/_w/New%20Projects_PNG.jpg))
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Finance/BFRU/FinancialSlideShowPictures/_w/New%20Projects_PNG.jpg) c18c9092-5c15-4688-ad57-079d19ea621b
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x14E8 SharePoint Foundation General 72nz Medium Videntityinfo::isFreshToken reported failure. cc7b6b53-e89b-4124-b3a1-b3793bd782c1
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af71 Medium HTTP Request method: GET c18c9092-5c15-4688-ad57-079d19ea621b
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET c18c9092-5c15-4688-ad57-079d19ea621b
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x1938 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Departments/Finance/BFRU/FinancialSlideShowPictures/_w/New%20Projects_PNG.jpg c18c9092-5c15-4688-ad57-079d19ea621b
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (LOCK:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx)). Execution Time=73.0217 105bbbe5-8c71-48c5-9650-282a5dfb51e5
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Finance/BFRU/FinancialSlideShowPictures/_w/Subawards_PNG.jpg)). Execution Time=11.7474 cc7b6b53-e89b-4124-b3a1-b3793bd782c1
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Departments/Finance/BFRU/FinancialSlideShowPictures/_w/New%20Projects_PNG.jpg)). Execution Time=7.2141 c18c9092-5c15-4688-ad57-079d19ea621b
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx))
    02/27/2015 10:27:54.89 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx) c5e05713-b035-4e2a-b625-48c533cc5a59
    02/27/2015 10:27:54.90 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx)). Execution Time=0.5873 c5e05713-b035-4e2a-b625-48c533cc5a59
    02/27/2015 10:27:54.90 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx))
    02/27/2015 10:27:54.90 w3wp.exe (0x17C0) 0x18F0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx) cb8c34a6-4f44-4f1a-b196-f0e216f05802
    02/27/2015 10:27:54.92 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af71 Medium HTTP Request method: GET cb8c34a6-4f44-4f1a-b196-f0e216f05802
    02/27/2015 10:27:54.92 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET cb8c34a6-4f44-4f1a-b196-f0e216f05802
    02/27/2015 10:27:54.92 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation General af74 Medium HTTP request URL: /Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx cb8c34a6-4f44-4f1a-b196-f0e216f05802
    02/27/2015 10:27:54.96 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation Office Parser ey9c Medium Metadata parse dirty the file, Csi PreserveCellStorageStateInFfm skipped cb8c34a6-4f44-4f1a-b196-f0e216f05802
    02/27/2015 10:27:54.98 w3wp.exe (0x17C0) 0x03E0 SharePoint Foundation Office Parser ey9f Medium Metadata demote dirty the file, Csi PreserveCellStorageStateInFfm skipped cb8c34a6-4f44-4f1a-b196-f0e216f05802
    02/27/2015 10:27:55.20 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Topics/SharePoint/Test%20Site/Documents/New%20folder/Edit%20test.docx)). Execution Time=298.8552 cb8c34a6-4f44-4f1a-b196-f0e216f05802
    02/27/2015 10:27:55.21 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Pakistan/Lists/Pakistan%20Photos/Attachments/6/image004.png))
    02/27/2015 10:27:55.21 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Pakistan/Lists/Pakistan%20Photos/Attachments/6/image004.png) f5043333-b674-43ad-a330-db385fcfab97
    02/27/2015 10:27:55.21 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af71 Medium HTTP Request method: GET f5043333-b674-43ad-a330-db385fcfab97
    02/27/2015 10:27:55.21 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET f5043333-b674-43ad-a330-db385fcfab97
    02/27/2015 10:27:55.21 w3wp.exe (0x17C0) 0x16D0 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Locations/Pakistan/Lists/Pakistan%20Photos/Attachments/6/image004.png f5043333-b674-43ad-a330-db385fcfab97
    02/27/2015 10:27:55.21 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/Pakistan/Lists/Pakistan%20Photos/Attachments/6/image004.png)). Execution Time=4.6817 f5043333-b674-43ad-a330-db385fcfab97
    02/27/2015 10:27:56.09 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/India/Lists/India%20Photos/Attachments/6/DSC04066.jpg))
    02/27/2015 10:27:56.09 w3wp.exe (0x17C0) 0x16D8 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:https://my.sharepointurl.org:443/Organization/Locations/India/Lists/India%20Photos/Attachments/6/DSC04066.jpg) ef289f25-3bb2-4047-a3b7-ff6fcd54e958
    02/27/2015 10:27:56.09 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af71 Medium HTTP Request method: GET ef289f25-3bb2-4047-a3b7-ff6fcd54e958
    02/27/2015 10:27:56.09 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af75 Medium Overridden HTTP request method: GET ef289f25-3bb2-4047-a3b7-ff6fcd54e958
    02/27/2015 10:27:56.09 w3wp.exe (0x17C0) 0x0E54 SharePoint Foundation General af74 Medium HTTP request URL: /Organization/Locations/India/Lists/India%20Photos/Attachments/6/DSC04066.jpg ef289f25-3bb2-4047-a3b7-ff6fcd54e958
    02/27/2015 10:27:56.09 w3wp.exe (0x17C0) 0x0E94 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://my.sharepointurl.org:443/Organization/Locations/India/Lists/India%20Photos/Attachments/6/DSC04066.jpg)). Execution Time=5.4938 ef289f25-3bb2-4047-a3b7-ff6fcd54e958
    02/27/2015 10:27:56.26 w3wp.exe (0x17C0) 0x1580 SharePoint Foundation Topology e5mc Medium WcfSendRequest: RemoteAddress: 'http://hqspprodsrch01:32843/cc9b564b2b6140109e547c7ee30cc722/MetadataWebService.svc' Channel: 'Microsoft.SharePoint.Taxonomy.IMetadataWebServiceApplication' Action: 'http://schemas.microsoft.com/sharepoint/taxonomy/soap/IDataAccessReadOnly/GetChanges' MessageId: 'urn:uuid:5c71c7a8-a57f-4358-9eb0-efdea802bbc2'

  • Connecting a SharePoint 2013 Document Library to Outlook 2010 client

    Good Day,
    Can someone please confirm if you can connect a SharePoint 2013 Document Library to Outlook 2010 client?
    I have seen articles, like the one shown below for Outlook 2013 to SharePoint 2013;
    http://www.sharepointgeoff.com/how-to-connect-a-sharepoint-2013-document-library-to-outlook-2013/
    Please provide a link to documentation to validate what Outlook Office versions will support viewing Document Library from Outlook client from a SharePoint 2013 Document Library.
    Thanks in advance for taking the time to review my request.
    Regards,
    Mark

    Hi Mark,
    Per my understanding, you might want to connect SharePoint 2013 Document Library to Outlook 2010 client application.
    Yes, SharePoint 2013 Document Library can connect to Outlook 2010 client application, the connecting process is similar as what SharePoint 2013 connect to Outlook
    2013 client application does.
    Thanks
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Email attachments from SSRS email subscription are not being uploaded to an email enabled SharePoint 2013 document library

    Email attachments from SSRS email subscription are not being uploaded to an email enabled SharePoint 2013 document library.
    I have tested the library using a standard email (with attachment) to the library and this works fine. 
    I have monitored the drop folder on the server and I can see both emails being picked up in drop and processed by SharePoint.  The email sent from a regular email account is uploaded with the attachment, whereas the email sent via SSRS subscription
    email is uploaded and the attachment (report) is missing.

    An update on this.  The email when sending from SSRS subscription is received in the library and the attachment is contained within the .EML file uploaded.
    The behaviour that I would like from SSRS subscription emails are to just have the document and not the email.
    Below is a snippet of the .EML files I quick copied from the Drop folder.
    Email attachment snippet sent from SSRS Subscrption:
    ----boundary_2477_75fa3d73-56de-4948-ad82-6588f3a35b95
    Content-Type: application/octet-stream; name="Toilet Usage by Month.docx"
    Content-Transfer-Encoding: base64
    Content-Dis;
     filename="=?utf-8?B?VG9pbGV0IFVzYWdlIGJ5IE1vbnRoLmRvY3g=?="
    Content-ID: <10722c0f-749e-4ecb-ac3f-206317bae734>
    UEsDBBQAAAAIAEVcbEY4Xh4a5nsAAPJtMQARABwAd29yZC9kb2N1bWVudC54bWwgohgA
    KKAUAAAAAAAAAAAAAAAAAAAAAAAAAAAA7N1rr1/XcSforyL4VRooR3vd9to76Kihjto9
    I8T2TDvAzFuaPrE1kUiCouxWPv38DyX50nHSniCdyS96bIAUL+d/LnxO7Vq11qr6j//p
    v3/x+Qe/fnr75WevX/3lD9qfHz/44OnVy9e/+OzVL//yB1+9+9sfXj/44Mt3L1794sXn
    r189/eUPvn768gcf/KeP/uNv/uIXr19+9cXTq3cfPF7h1Zd/8evHH/7q3bs3f/Hhh1++
    /NXTFy++/PPXb55ePf7wb1+//eLFu8cv3/7ywy9evP27r9788OXrL968ePfZzz/7/LN3
    X3/Yj+P8wbcv8/rxXt+++otvX+KHX3z28u3rL1//7bvnN/mL13/7t5+9fPr2p+/e4os/
    5f1+8yaffPshv3+Pj4/l3a++e5Ff/1Pv9tdffP7d3/vNmz/lvf3i7YvfPL6AX3z+zTv6
    Email attachment snippet sent from Outlook:
    --_004_A4C6DCEDE4346446A79AFF493D278530FB87FA07MELABCDEXA1airp_
    Content-Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document;
     name="Toilet Usage by Month.docx"
    Content-Description: Toilet Usage by Month.docx
    Content-Dis; filename="Toilet Usage by Month.docx";
     size=76574; creation-date="Thu, 12 Mar 2015 00:41:14 GMT";
     modification-date="Thu, 12 Mar 2015 00:41:14 GMT"
    Content-Transfer-Encoding: base64
    UEsDBBQAAAAIAMJcbEY4Xh4a5nsAAPJtMQARABwAd29yZC9kb2N1bWVudC54bWwgohgAKKAUAAAA
    AAAAAAAAAAAAAAAAAAAAAAAA7N1rr1/XcSforyL4VRooR3vd9to76Kihjto9I8T2TDvAzFuaPrE1
    kUiCouxWPv38DyX50nHSniCdyS96bIAUL+d/LnxO7Vq11qr6j//pv3/x+Qe/fnr75WevX/3lD9qf
    Hz/44OnVy9e/+OzVL//yB1+9+9sfXj/44Mt3L1794sXnr189/eUPvn768gcf/KeP/uNv/uIXr19+
    9cXTq3cfPF7h1Zd/8evHH/7q3bs3f/Hhh1++/NXTFy++/PPXb55ePf7wb1+//eLFu8cv3/7ywy9e
    vP27r9788OXrL968ePfZzz/7/LN3X3/Yj+P8wbcv8/rxXt+++otvX+KHX3z28u3rL1//7bvnN/mL

  • Sharepoint 2013 document library incoming email without attachment not firing event and not getting email

    sharepoint document library incoming email without attachment not firing event and not getting email
    If email contains attachment it works. Is there any setting in document library that will allow emails and eventhandler to fire with out attachment?
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    What is the purpose of email sent to document library if no attachment. What document library will do what that email if it cant find attachment to save and create a spdoc object. If you want to store email/communication body then opt for site mailbox
    app.
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • SharePoint 2013 document library workflow to send emails when document changes

    Hi All,
    Need a email alerts to setup when documents get change in a SharePoint 2013 document library.  Mail should go to all the members in a SharePoint Security group.
    Many Thanks 
    sudesh withanage

    Out of the box , You cannot set alerts for SharePoint group. You may try -
    1- Create a group in active directory, add users to the ADgroup. Add that ADgroup in Sharepoint and configure alert.
    2- You can set up a new user and change their email to that of a distribution list, and then assign the alerts to this user.
    3- You can create a custom workflow/action or event receiver that will send an email to a distibution list or programmatically traverse the SPGroup's members and send them the notification email, whenever an item is added or changed.
    4- You can try this , this was for WSS3 -
    http://advancedalert.codeplex.com/
    5- you can to use SharePoint Designer and create a workflow that send an email to SharePoint group.
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • Is it possible to get Exchange emails downloaded to SharePoint document library using Powershell and or Custom Workflow?

    I have been asked to see if it would be possible to get  exchange emails downloaded and or sent to a document library .
    I know of the sitemail box app. but we are not running Exchange 2013.
    and setting up the lists and or document library to receive emails using the built in doesn't seem to be working...( maybe not configured correctly, i would need to see what the prior admin/developer did)
    But is there a way to get the emails downloaded to a document library using a workflow and or a powershell script that is triggered via  workflow?

    Hi,
    Since workflow can only work on items in SharePoint sites, they cannot get Exchange emails, let alone download emails to SharePoint library. However, you could manually save email to local and upload it to SharePoint list/library.
    I'd suggest you toubleshooting the incoming email settings in SharePoint. Please refer to the article below and check your configuration:
    https://technet.microsoft.com/en-us/library/cc262947.aspx
    http://blogs.technet.com/b/harmeetw/archive/2012/12/29/sharepoint-2013-configure-incoming-emails-with-exchange-server-2013.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Drag and drop the file from document library to desktop in sharepoint 2013

    can we drag and drp the file from document library to desktop in sharepoint 2013
    Blitz

    We are using third party tool called PageLight for
    SharePoint Outlook Integration which provides drag and drop functionality of emails from Outlook to SharePoint.  Other features includes
    Save Outlook emails to SharePoint and also moving files/folders from file share.
    Thanks
    Alfred

  • Email attachments not saved to document library

    Another system generates a report and emails it to a sharepoint document library - the email has a PDF report attached - but the pdf file is not extracted and saved to the document library.  We are saving the original incoming email in the library,
    and if I download that .eml file to my PC and open with outlook, I can see the PDF attachment there, and can open it, etc.
    If I forward that email message (that I retrieved from the SP document library) using outlook back to the same document library email address, the PDF attachment will
    be extracted.  Passing through outlook seems to alter it and make it extractable.
    The person on the sending system says they don't have any mail/encoding options that they can tweak - any suggestions as to what the cause of this might be?

    Message header is below.  The report is generated by SQL Server Reporting services - via another sharepoint site that another group manages (somehow it is integrated with that other sharepoint site)
    x-sender: [email protected]
    x-receiver: [email protected]
    Received: from xxxmail5.xxxx.com ([10.xxx.xxx.9x]) by xxxSP2010-02.xxxx.com with Microsoft SMTPSVC(7.5.7601.17514);
      Mon, 30 Mar 2015 09:15:30 -0400
    Received: from pps.filterd (xxxxrmsb [127.0.0.1])
     by ppmprmsb.xxxx.com (x.xx.4/x.xx.4) with SMTP id xxxxxx
     for <[email protected]>; Mon, 30 Mar 2015 09:15:30 -0400
    Received: from atlxxxxhub02.xxxx.com (atlxxxxhub02.xxxx.com [10.xxx.xxx.156])
     by xxxxxxxx.xxxx.com with ESMTP id 1tf74hg227-2
     (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT)
     for <[email protected]>; Mon, 30 Mar 2015 09:15:29 -0400
    Received: from XXXXXXXXXXX02 (10.xxx.xxx.xx) by ATLxxxxHUB02.xxxx.com
     (10.xxx.xxx.xxx) with Microsoft SMTP Server id xx.x.xxx.x; Mon, 30 Mar 2015
     09:15:28 -0400
    MIME-Version: 1.0
    From: <[email protected]>
    To: <[email protected]>
    Reply-To: <[email protected]>
    X-Priority: 1
    Priority: urgent
    Importance: high
    Date: Mon, 30 Mar 2015 09:15:29 -0400
    Subject: Test Ticket Detail Report
    Content-Type: multipart/mixed;
     boundary="--boundary_537_830ede34-1aa3-48f5-99a6-25d56430990f"
    Message-ID: <[email protected]>
    X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000
     definitions=2015-03-30_03:2015-03-30,2015-03-29,1970-01-01 signatures=0
    Return-Path: [email protected]
    X-OriginalArrivalTime: 30 Mar 2015 13:15:30.0535 (UTC) FILETIME=[98B12770:01D06AEB]
    ----boundary_537_830ede34-1aa3-48f5-99a6-25d56430990f
    Content-Type: multipart/alternative;
     boundary="--boundary_536_31f54c87-f931-4d95-b3d9-a49063deb978"
    ----boundary_536_31f54c87-f931-4d95-b3d9-a49063deb978
    Content-Type: text/plain; charset="utf-8"
    Content-Transfer-Encoding: 7bit
    This is a test of the automated sharepoint subscription. 
    ----boundary_536_31f54c87-f931-4d95-b3d9-a49063deb978
    Content-Type: text/html; charset="utf-8"
    Content-Transfer-Encoding: quoted-printable
    <table><tr><td><span>This is a test of the automated sharepoint s=
    ubscription.</span></td></tr></table>
    ----boundary_536_31f54c87-f931-4d95-b3d9-a49063deb978--
    ----boundary_537_830ede34-1aa3-48f5-99a6-25d56430990f
    Content-Type: multipart/mixed;
     boundary="--boundary_538_8187c4e1-69f6-413e-9ae9-7bbe453e08fa"
    ----boundary_538_8187c4e1-69f6-413e-9ae9-7bbe453e08fa
    Content-Type: application/octet-stream; name="application/pdf"
    Content-Transfer-Encoding: base64
    Content-Dis;
     filename="=?utf-8?xxxxxxxxxxxxxxxxxxxx="
    Content-ID: <584256da-f4f3-4100-b281-f1cb6e01f58e>

Maybe you are looking for