Geschätzter Kollege,
wie besprochen anbei die Antwort aus dem Forum. Die anliegenden Programmzeilen kann ich jedoch nicht beurteilen; die Frage ist auch, ob ich aus Sicherheitsgründen externe Lösungen überhaupt verwenden darf.
Mit freundlichen Grüßen
Klaus Roider
Deutsche Telekom Services Europe SE
Recruiting and Staffing, RST
Staffing, Tariff & Transfers Klaus Roider Georg-Elser-Str. 7, 90441 Nürnberg
+49 911 150 - 66 12 (Tel.) klaus.roider@telekom.de
www.telekom.com
Die gesetzlichen Pflichtangaben finden Sie unter www.telekom.com/pflichtangaben-dtse.
Von: Astrid Stollberger via Blue Prism Community <Mail@blueprism.email> Gesendet: Mittwoch, 20. Januar 2021 16:18 An: Roider, Klaus <Klaus.Roider@telekom.de> Betreff: Outlook - Abstimmungsschaltfläche in email einfügen
Hallo Klaus, selbst hab ich das bisher noch nie gebraucht, aber ich hab mal kurz gegooglet und das hier gefunden: using Outlook = Microsoft... -posted to the "Deutschsprachige Community" community
Post New Message Online
Re: Outlook - Abstimmungsschaltfläche in email einfügen
Reply to Group Online
Jan 20, 2021 10:16 AM
Astrid Stollberger
Hallo Klaus, selbst hab ich das bisher noch nie gebraucht, aber ich hab mal kurz gegooglet und das hier gefunden: using Outlook = Microsoft.Office.Interop.Outlook; private void OrderPizza() { Outlook.MailItem mail = (Outlook.MailItem)Application.CreateItem( Outlook.OlItemType.olMailItem); mail.VotingOptions = "Cheese; Mushroom; Sausage; Combo; Veg Combo;" mail.Subject = "Pizza Order"; mail.Display(false); } docs.microsoft.com/en-us/office/client-developer/outlook/... Und vom MailItem object müsste man sich dann die "VotingResponse" auslesen können: VotingResponse Returns or sets a String (string in C#) specifying the voting response for the mail message. Read/write. (Inherited from _MailItem) docs.microsoft.com/en-us/dotnet/api/... Wenn Du ein bisschen programmieren kannst, sollte das hoffentlich helfen :-) LG, Astrid
using Outlook = Microsoft.Office.Interop.Outlook; private void OrderPizza() { Outlook.MailItem mail = (Outlook.MailItem)Application.CreateItem( Outlook.OlItemType.olMailItem); mail.VotingOptions = "Cheese; Mushroom; Sausage; Combo; Veg Combo;" mail.Subject = "Pizza Order"; mail.Display(false); }
VotingResponse Returns or sets a String (string in C#) specifying the voting response for the mail message. Read/write. (Inherited from _MailItem)
Reply to Group Online View Thread
× Reason for Moderation Describe the reason this content should be moderated (required) × New Best Answer This thread already has a best answer. Would you like to mark this message as the new best answer? Share this postTweet COMMUNITY LINKS Get Started Contact the Community Team Community Guidelines FAQs All Communities POPULAR LINKS Free Trial Blue Prism DX Support Product Help Blue Prism University Powered by Higher Logic
COMMUNITY LINKS
Get Started
Contact the Community Team
Community Guidelines
FAQs
All Communities
POPULAR LINKS
Free Trial
Blue Prism DX
Support
Product Help
Blue Prism University