Click here to Skip to main content
15,891,431 members
Home / Discussions / C#
   

C#

 
Questioni need to save me textbox data to separate line in notepad Pin
Mohamed Fahad M18-May-18 23:41
Mohamed Fahad M18-May-18 23:41 
AnswerRe: i need to save me textbox data to separate line in notepad Pin
OriginalGriff18-May-18 23:59
mveOriginalGriff18-May-18 23:59 
AnswerRe: i need to save me textbox data to separate line in notepad Pin
Dave Kreskowiak20-May-18 5:33
mveDave Kreskowiak20-May-18 5:33 
QuestionMy code is not calculating correctly... I just need an extra pair of eyes to help me see what I am missing. Please help Pin
Member 1383451318-May-18 21:59
Member 1383451318-May-18 21:59 
AnswerRe: My code is not calculating correctly... I just need an extra pair of eyes to help me see what I am missing. Please help Pin
OriginalGriff18-May-18 22:00
mveOriginalGriff18-May-18 22:00 
AnswerRe: My code is not calculating correctly... I just need an extra pair of eyes to help me see what I am missing. Please help Pin
Richard MacCutchan18-May-18 23:45
mveRichard MacCutchan18-May-18 23:45 
AnswerRe: My code is not calculating correctly... I just need an extra pair of eyes to help me see what I am missing. Please help Pin
Implements Master Yoda21-May-18 4:34
Implements Master Yoda21-May-18 4:34 
QuestionQuestion in principal regarding writing an Outlook Plugin Pin
Jim60718-May-18 0:35
Jim60718-May-18 0:35 
Hi, I am a hobbyist rather than a professional programmer so please go easy on me. I am asking about the feasibility of what I would like to achieve rather than how to actually go about programming it. (although any help gratefully received) - I have posted this in C# because it is the language I have some knowledge of, let me know if I need to move it.

The Problem

The company I work for has some software that allows us to 'publish' emails and their attachments from Outlook (2016) into a document management system. Some of the emails we receive have PDF attachments with no searchable text - just an image. We need to be able to OCR all of our PDF files as they arrive into a users Inbox. We need to keep the attachments in place so we can still publish directly from Outlook, preferably adding a [OCR] tag on the end of the filename. We need to keep the sender and recipient information as well - some OCR solutions allow you to email a server and it replies with the OCR'd documents, but it changes the senders address.

I have found a few companies who supply OCR software which comes with an SDK (Nuance and Abbyy), so I know at least that I can send a document for OCR. It is the attachment handling within Outlook I need information on. I need the workflow to look like this:

Email arrives > check for PDF attachment > If pdf found, send for OCR > save OCR result, either overwriting the original attachment or adding it to the original email but with the tagged filename.

Could anybody tell me if this level of attachment manipulation is possible with a received email?
I hope I explained my issue OK.
AnswerRe: Question in principal regarding writing an Outlook Plugin Pin
Eddy Vluggen18-May-18 1:23
professionalEddy Vluggen18-May-18 1:23 
GeneralRe: Question in principal regarding writing an Outlook Plugin Pin
Jim60718-May-18 1:39
Jim60718-May-18 1:39 
GeneralRe: Question in principal regarding writing an Outlook Plugin Pin
Eddy Vluggen18-May-18 13:13
professionalEddy Vluggen18-May-18 13:13 
AnswerRe: Question in principal regarding writing an Outlook Plugin Pin
Gerry Schmitz18-May-18 8:14
mveGerry Schmitz18-May-18 8:14 
QuestionApp pool is crashing due to memory leakage Pin
Anoop Mehra17-May-18 18:22
Anoop Mehra17-May-18 18:22 
GeneralRe: App pool is crashing due to memory leakage Pin
Randor 17-May-18 18:45
professional Randor 17-May-18 18:45 
AnswerRe: App pool is crashing due to memory leakage Pin
OriginalGriff17-May-18 20:04
mveOriginalGriff17-May-18 20:04 
GeneralRe: App pool is crashing due to memory leakage Pin
Anoop Mehra17-May-18 22:59
Anoop Mehra17-May-18 22:59 
GeneralRe: App pool is crashing due to memory leakage Pin
OriginalGriff17-May-18 23:26
mveOriginalGriff17-May-18 23:26 
Questionc# array Pin
swathiii15-May-18 21:00
swathiii15-May-18 21:00 
SuggestionRe: c# array Pin
Richard MacCutchan15-May-18 21:30
mveRichard MacCutchan15-May-18 21:30 
AnswerRe: c# array Pin
OriginalGriff15-May-18 21:34
mveOriginalGriff15-May-18 21:34 
GeneralRe: c# array Pin
swathiii15-May-18 21:50
swathiii15-May-18 21:50 
GeneralRe: c# array Pin
OriginalGriff15-May-18 21:58
mveOriginalGriff15-May-18 21:58 
GeneralRe: c# array Pin
Mycroft Holmes15-May-18 23:16
professionalMycroft Holmes15-May-18 23:16 
GeneralRe: c# array Pin
OriginalGriff15-May-18 23:38
mveOriginalGriff15-May-18 23:38 
GeneralRe: c# array Pin
Pete O'Hanlon16-May-18 0:56
mvePete O'Hanlon16-May-18 0:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.