Format:
Recent snippets matching tags of Outlook
FUNCTION ShowEmail( lcRecipient,lcSubject,lcBody ) RETURN GoUrl("mailto:" + lcRecipient + ; "&Subject=" + STRTRAN(UrlEncode(lcSubject),"+"," ") +; "&Body=" + STRTRAN(UrlEncode(lcBody),"+"," ")) **************************************************** FUNCTION GoUrl ****************** *** Author: Rick Strahl *** (c) West Wind Technologies, 1996
105 Views
no comments
public string GetOutlookInvite(DateTime StartDate, DateTime EndDate, String Location, String Subject, String Description) { StringBuilder str = new StringBuilder(); str.Append("BEGIN:VCALENDAR"); str.Append(System.Environment.NewLine); str.Append("PRODID:-//PBA//myPBA Forms//EN"); str.Append(System.Environment.NewLine); str.Append("BEGIN:VEVENT"); str.Append(System.Environment.NewLine);
93 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
