No announcements
Found 2656401 threads
-
0 Votes
Extract Email addresses from HTML
List<string> emails = new List<string>(); String webPageUrl = "http://www.google.co.uk/"; public String ReadWebPage() ...Answered | 13 Replies | 7111 Views | Created by Yair Nevet - Thursday, December 31, 2009 5:36 AM | Last reply by Chao Kuo - Monday, January 4, 2010 10:41 AM -
0 Votes
Extract incoming email "From" email address
you could set up a list with an itemupdated event receiver which modifies the from address of the incoming email you will find ...Answered | 2 Replies | 4624 Views | Created by sravane - Sunday, December 18, 2011 4:09 AM | Last reply by Jinchun Chen - Monday, December 19, 2011 9:16 AM -
1 Votes
Extract Email address from To line of Outlook form
To, Cc and Bcc are all text fields and may show a name, an email address or some combination of both.Answered | 1 Replies | 4349 Views | Created by WilliamCa - Friday, April 15, 2011 12:49 PM | Last reply by Ken Slovak MVP - Friday, April 15, 2011 1:59 PM -
0 Votes
Text Extraction from HTML
I was telling the OP to be careful with using the regexps to get some info from a webpage, because he said "Hi i need code for extracting text from ...Answered | 8 Replies | 3450 Views | Created by Priyan R - Thursday, September 18, 2008 6:52 AM | Last reply by bobbyASP.NET - Monday, September 22, 2008 11:55 AM -
0 Votes
How do I extract the email address from a people picker?
Don't have sharepoint but I think this might work: $user = Get-SPUser domain\username -web http://yourserver/sites/yoursitecollection #check to see if they have an ...Answered | 1 Replies | 1316 Views | Created by Spawn10 - Thursday, September 15, 2016 2:26 PM | Last reply by Julio Sanchez-Tirado - Thursday, September 15, 2016 2:32 PM -
0 Votes
Extracting correct email address from email colm
+ ' ', PATINDEX('% %', tail + ' ')) END GetMailID From( Select RIGHT(@Email, [len] - AtIndex) AS tail, LEFT(@Email, AtIndex) AS ...Answered | 11 Replies | 4903 Views | Created by SR_MCTS - Friday, September 9, 2011 6:06 AM | Last reply by PaulR_adp - Sunday, September 11, 2011 5:37 PM -
1 Votes
Extracting Email address from word file
Try this in the Regex forum, finding a Email address is seldom done with VB code as this is typical a Regex problem.Answered | 4 Replies | 1748 Views | Created by EladRez - Thursday, January 12, 2012 3:58 AM | Last reply by Cor Ligthert - Monday, January 16, 2012 7:37 AM -
0 Votes
Extracting email addresses for owners
{$_.isSiteAdmin -eq "$true" -and $_.Email -ne ""} | select DisplayName, Email } The script extract DisplayName and Email of ...Answered | 8 Replies | 4838 Views | Created by J Rohde - Sunday, May 27, 2012 7:25 PM | Last reply by J. Rohde - Tuesday, May 29, 2012 8:55 AM -
0 Votes
Exracting a Email-Address from Email by using C#
Hi skp03, First of all gmail,Yahoo and rediff are third parties, So you can not get any information directly from it.Answered | 1 Replies | 2286 Views | Created by skp03 - Thursday, January 17, 2013 8:18 AM | Last reply by Nans11 - Thursday, January 17, 2013 12:26 PM -
0 Votes
Extract Zip or City from Address
An alternative is to integrate VE with MapPoint and use the FindService.ParseAddress method which breaks the address string up into an Address object.Answered | 1 Replies | 4030 Views | Created by Shan876 - Thursday, May 22, 2008 6:07 PM | Last reply by Ricky_Brundritt - Friday, May 23, 2008 12:18 AM -
2 Votes
How can i extract an email address from the people picker?
" the "AccountId" from these person picker controls.Answered | 5 Replies | 14594 Views | Created by mpjubb - Monday, June 25, 2012 10:23 AM | Last reply by Sharat Joshi - Tuesday, October 15, 2013 8:05 PM -
0 Votes
How to extract the strings from HTML?
You could for example use an XDocument to accomplish this: Module Module1 Sub Main() Dim html As String = ...Answered | 3 Replies | 647 Views | Created by gaxjyxq - Saturday, January 16, 2016 9:59 PM | Last reply by gaxjyxq - Sunday, January 17, 2016 9:55 PM -
2 Votes
Extracting link from html file.
Use the returned index position as a mark to cut off everything from the left!Answered | 4 Replies | 1305 Views | Created by 4mir '- - Friday, March 29, 2013 1:08 PM | Last reply by 4mir '- - Friday, March 29, 2013 3:47 PM -
1 Votes
Domain Name from Email address
', SubString(Emails, CharIndex('@', Emails), LEN(Emails))) <> 0 Then SubString(Emails, CharIndex('@', Emails) + 1, CHARINDEX('Answered | 4 Replies | 3866 Views | Created by ns100 - Friday, March 2, 2012 11:53 PM | Last reply by Kalman Toth - Saturday, March 3, 2012 12:54 AM -
8 Votes
Extract text and links from html
Reading some of the blogs from the MS guys is great too.Answered | 12 Replies | 5822 Views | Created by Flam3 - Monday, February 7, 2011 4:35 PM | Last reply by adeelrahman - Monday, April 11, 2011 7:12 PM -
0 Votes
Email enable document libraries - extracting to and From fields
Hi techie, We can use SPEmailEventReceiver to get "To" and "From" properties from the email message.Answered | 3 Replies | 789 Views | Created by Cooltechie1234 - Monday, January 19, 2015 2:49 PM | Last reply by Dennis Guo - Tuesday, January 20, 2015 9:19 AM -
1 Votes
extract html span contents!
For HTML its best to use the HTML Agility pack.Answered | 2 Replies | 5116 Views | Created by Muhammad Jamal Shaikh - Friday, January 21, 2011 9:51 AM | Last reply by Jesse Houwing - Friday, January 21, 2011 5:05 PM -
0 Votes
Extract Outlook Address to Excel
The How to automate Outlook from another program article describes all the required information for automating Outlook.Answered | 3 Replies | 771 Views | Created by py1 - Tuesday, March 17, 2015 10:11 AM | Last reply by Eugene Astafiev - Thursday, March 26, 2015 10:18 AM -
2 Votes
How to Extract Email Attachments
For Message Level Refer: BizTalk Server: How to Extract Email Attachments By Pipeline Download code at BizTalk Server: How to ...Answered | 8 Replies | 1839 Views | Created by Mr. Sibu - Tuesday, April 26, 2016 11:58 AM | Last reply by Mr. Sibu - Tuesday, May 3, 2016 10:44 AM -
0 Votes
remove html tags from that text being extracted from html content
Hi there I have been trying to extract text from the html content ,But, had resulted with some html tags within the extracted text ...Answered | 2 Replies | 3806 Views | Created by Emad79 - Saturday, October 16, 2010 7:51 PM | Last reply by Noam B - Monday, October 18, 2010 7:39 AM - Items 1 to 20 of 2656401 Next ›
No announcements