Can Office Add in modify email message by adding digital signature from external source different than window keystore?Method getCallbackTokenAsync returns the same token in Outlook 2013Outlook Add-IN: Refused to display in a frame , because it set 'X-Frame-Options' to 'SAMEORIGIN'Outlook Add-in unable to add attachments to messageAdd-in not activated in compose mode on Outlook for Macbody.getAsync() returns unexpected characters on Outlook 2016 for WindowsOutlook 2016: Add-In appears only in Outlook Web Access and not in Desktop OutlookOutlook getAccessTokenAsync errorcode:13003 on desktopOutlook Add In - Side Loaded Custom Add In disappears after I close the Windows Store from OutlookCan't access email with digital signature in outlook addin?Outlook web add-in commands greyed out when opening an eml file
What's the biggest organic molecule that could have a smell?
A Little Riddle
How seriously should I take a CBP interview where I was told I have a red flag and could only stay for 30 days?
Is there a star over my head?
Why would "an mule" be used instead of "a mule"?
Were Roman public roads build by private companies?
Is there a standard terminology for female equivalents of terms such as 'Kingdom' and if so, what are the most common terms?
Gas pipes - why does gas burn "outwards?"
How do email clients "send later" without storing a password?
Why is the T-1000 humanoid?
How do I improve my SXA sites Google PageSpeed Insights Score?
Why does F + F' = 1?
C++ - using const reference to prolong a member of a temporary, ok or UB?
How can a PC determine what planes a Cubic Gate is linked to?
Is it possible to PIVOT on a LIKE statement
Creating a Master Image to roll out to 30 new Machines Licensing Issues
How could a imperial dynasty keep a loose collection of pirates, raiders, etc unified?
Do Milankovitch Cycles fully explain climate change?
Is English tonal for some words, like "permit"?
Do all humans have an identical nucleotide sequence for certain proteins, e.g haemoglobin?
Variable Prefixes and Suffixes
The Royal Mint of Alphagonia
Does the wording of the Wrathful Smite spell imply that there are other living beings that aren't considered "creatures"?
Sol Ⅲ = Earth: What is the origin of this planetary naming scheme?
Can Office Add in modify email message by adding digital signature from external source different than window keystore?
Method getCallbackTokenAsync returns the same token in Outlook 2013Outlook Add-IN: Refused to display in a frame , because it set 'X-Frame-Options' to 'SAMEORIGIN'Outlook Add-in unable to add attachments to messageAdd-in not activated in compose mode on Outlook for Macbody.getAsync() returns unexpected characters on Outlook 2016 for WindowsOutlook 2016: Add-In appears only in Outlook Web Access and not in Desktop OutlookOutlook getAccessTokenAsync errorcode:13003 on desktopOutlook Add In - Side Loaded Custom Add In disappears after I close the Windows Store from OutlookCan't access email with digital signature in outlook addin?Outlook web add-in commands greyed out when opening an eml file
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am currently working with outlook web add-in, I want to sign an email message without using window key-store.
How to get the content that use to sign?
And suppose I already have a pkcs7 signature,how to add it to email message?
office-js outlook-web-addins
add a comment |
I am currently working with outlook web add-in, I want to sign an email message without using window key-store.
How to get the content that use to sign?
And suppose I already have a pkcs7 signature,how to add it to email message?
office-js outlook-web-addins
Office.js add-ins do not activate on digitally signed or protected messages. Source ... Mailbox items available to add-ins. What's the reason to try to sign the message if you will not be ably to handle signed message with your add-in?
– Slava Ivanov
Mar 28 at 13:45
Thanks Slava Ivanov, I can't not give up just yet. What about VSTO or COM, is it possible?
– Huynh Viet
Mar 28 at 15:55
Absolutely possible, go wild with it. Just keep in mind by using this technology you will be limited to desktop Windows Outlook. Please refer to How are Office Add-ins different from COM and VSTO add-ins?
– Slava Ivanov
Mar 28 at 16:06
add a comment |
I am currently working with outlook web add-in, I want to sign an email message without using window key-store.
How to get the content that use to sign?
And suppose I already have a pkcs7 signature,how to add it to email message?
office-js outlook-web-addins
I am currently working with outlook web add-in, I want to sign an email message without using window key-store.
How to get the content that use to sign?
And suppose I already have a pkcs7 signature,how to add it to email message?
office-js outlook-web-addins
office-js outlook-web-addins
asked Mar 28 at 8:54
Huynh VietHuynh Viet
462 bronze badges
462 bronze badges
Office.js add-ins do not activate on digitally signed or protected messages. Source ... Mailbox items available to add-ins. What's the reason to try to sign the message if you will not be ably to handle signed message with your add-in?
– Slava Ivanov
Mar 28 at 13:45
Thanks Slava Ivanov, I can't not give up just yet. What about VSTO or COM, is it possible?
– Huynh Viet
Mar 28 at 15:55
Absolutely possible, go wild with it. Just keep in mind by using this technology you will be limited to desktop Windows Outlook. Please refer to How are Office Add-ins different from COM and VSTO add-ins?
– Slava Ivanov
Mar 28 at 16:06
add a comment |
Office.js add-ins do not activate on digitally signed or protected messages. Source ... Mailbox items available to add-ins. What's the reason to try to sign the message if you will not be ably to handle signed message with your add-in?
– Slava Ivanov
Mar 28 at 13:45
Thanks Slava Ivanov, I can't not give up just yet. What about VSTO or COM, is it possible?
– Huynh Viet
Mar 28 at 15:55
Absolutely possible, go wild with it. Just keep in mind by using this technology you will be limited to desktop Windows Outlook. Please refer to How are Office Add-ins different from COM and VSTO add-ins?
– Slava Ivanov
Mar 28 at 16:06
Office.js add-ins do not activate on digitally signed or protected messages. Source ... Mailbox items available to add-ins. What's the reason to try to sign the message if you will not be ably to handle signed message with your add-in?
– Slava Ivanov
Mar 28 at 13:45
Office.js add-ins do not activate on digitally signed or protected messages. Source ... Mailbox items available to add-ins. What's the reason to try to sign the message if you will not be ably to handle signed message with your add-in?
– Slava Ivanov
Mar 28 at 13:45
Thanks Slava Ivanov, I can't not give up just yet. What about VSTO or COM, is it possible?
– Huynh Viet
Mar 28 at 15:55
Thanks Slava Ivanov, I can't not give up just yet. What about VSTO or COM, is it possible?
– Huynh Viet
Mar 28 at 15:55
Absolutely possible, go wild with it. Just keep in mind by using this technology you will be limited to desktop Windows Outlook. Please refer to How are Office Add-ins different from COM and VSTO add-ins?
– Slava Ivanov
Mar 28 at 16:06
Absolutely possible, go wild with it. Just keep in mind by using this technology you will be limited to desktop Windows Outlook. Please refer to How are Office Add-ins different from COM and VSTO add-ins?
– Slava Ivanov
Mar 28 at 16:06
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55393478%2fcan-office-add-in-modify-email-message-by-adding-digital-signature-from-external%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55393478%2fcan-office-add-in-modify-email-message-by-adding-digital-signature-from-external%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Office.js add-ins do not activate on digitally signed or protected messages. Source ... Mailbox items available to add-ins. What's the reason to try to sign the message if you will not be ably to handle signed message with your add-in?
– Slava Ivanov
Mar 28 at 13:45
Thanks Slava Ivanov, I can't not give up just yet. What about VSTO or COM, is it possible?
– Huynh Viet
Mar 28 at 15:55
Absolutely possible, go wild with it. Just keep in mind by using this technology you will be limited to desktop Windows Outlook. Please refer to How are Office Add-ins different from COM and VSTO add-ins?
– Slava Ivanov
Mar 28 at 16:06