Questions tagged [email-enabled-library]
When you create a list or library, you can enable incoming e-mail support for any of these types of lists or libraries, if incoming e-mail support is enabled in Central Administration.
33 questions
0 votes
1 answer
209 views
Link Multiple Email Addresses to AD-Imported User Profile
I am looking for a way to associate multiple email addresses with a single SharePoint user profile which was sync'd from AD (via AD Import). The purpose of this is so that incoming email from any of ...
1 vote
1 answer
50 views
Report on Incoming Emails discarded by SharePoint job?
Is there a way to get report on all emails that SharePoint discarded while processing them from drop Folder? Emails with multiple attachments (same name) are automatically getting discarded.
1 vote
1 answer
144 views
Start workflow when a new item is added to library via email
I am using SharePoint 2013. I have a workflow that is automatically started when something is added to the library. Some things are added to the library via email. I noticed that the things added by ...
0 votes
1 answer
82 views
How to find which list an email address is tied to?
I have an email address I want to use to email enable a discussion. SharePoint says the email address is already in use. How do I find what list/document library this email is tied to?
4 votes
2 answers
431 views
How to check if a list is email enabled or not?
I am preparing the inventory for one migration project I am working on. For this I need to get all the email enabled lists. I know it is possible using powershell get Email enabled List but ...
0 votes
1 answer
151 views
Incoming Email Settings of Library truncated when feature attaches email event receiver
I developed a feature receiver that attaches an email event receiver to an existing document library. Before activating the feature, the Incoming Email Settings page for the library looked like this: ...
1 vote
0 answers
32 views
SharePoint 2013 Email Enable Library Search Index with html tables from SalesForce
I am currently indexing a library that receives emails from SalesForce. Inside these emails they contain html tables that pertain certain information that I was hoping to index without requiring me to ...
2 votes
0 answers
52 views
ItemAdded not working when I mail something and I have an Email Enabled List and Mail Subject or Body contains any URL
As checked and found that whenever we put any URL in either the subject or in the body of the mail to send, than neither the entry nor any email notification will receive at my end. I am using an ...
2 votes
0 answers
221 views
Email-enabled library receiving messages but metadata not populating into columns
I have an email-enabled document library in SharePoint 2010 that is receiving the emails, but the metadata columns ("E-Mail From", "E-Mail Subject", etc) are not being populated. The original emails ...
1 vote
1 answer
86 views
What is the right approach for this requirements?
Need to build the form in SharePoint 2010, where Logged in user should able to select the domain user to send email from drop down (certainly need to access the domain users in drop down list). ...
0 votes
1 answer
73 views
Email employee selected in a list
I have a custom list where employees can nominate colleagues to be recognised. The company directory is connected to the list. I want the person who is nominated to receive an email so they can see ...
0 votes
1 answer
3k views
Configure outgoing email settings SharePoint 2016
I created a document library and it is having multiple documents and if I select a document and share it then the user should get an email notification that some document is shared with him by Abc. ...
2 votes
1 answer
827 views
Saving attachments from a SPEmailMessage to another document library
2 part question, In my EmailReceived event receiver, what is the best way to pull out and save any attachments (whether they are .doc, .pdf, etc) and then, when I have those attachments, save them to ...
2 votes
1 answer
443 views
Email enabled document library rejects random emails
I have several email-enabled document libraries on a SharePoint 2010 site. Per our security policy, they are set to "Accept e-mail messages based on document library permissions." Most emails ...
0 votes
1 answer
262 views
Receive signed e-mails with SPEmailEventReceiver
I have created SPEmailEventReceiver that process incoming e-mails and its attachments. Everything works fine except the processing e-mails that are signed. Once the signed e-mail is received, the ...