Send Outlook Mail Message with a Hyperlink

Hey :slight_smile:

I want to send a Hyperlink. If I copy an paste the Link into my mailbody, the email recipient can’t click on it.
It is only a “normal” text.

Thank you :slight_smile:

1 Like

Hello there,
It’s working fine for me.:slight_smile:
Does this occurs if you send mail manually(not from studio) ?
Looks like problem with outlook.
please refer outlook troubleshooting steps.

Hi,

You can use the isHTML=true property of the Send Exchange Email Activity and post a full HTML there.
This worked for me.

Like the below example:

<!DOCTYPE html><head><title>UIPATH test email</title></head><body><p>Hi,<br/>Hi this is Test email from UIPATH<br/><a href="https://forum.uipath.com">Click here</a><br/><br/><p></body>
1 Like

Dear All,

How to place hyperlinks for a word document please give me one example.

Best Regards,
Vijaya

Hi Vijaya, you want to add hyperlinks to specific text in your document?
If so please follow the below steps to achieve the task.

  1. Open the document in the word application scope.
  2. Use send hotkey activity for opening the Find option in word document. This will open a window for search the word you want to add hyperlink from your document.
  3. Use TypeIn Activity to type the desired word you want to add the hyperlink in find textbox.
    4.This will select the word you want to add hyperlink in the document.
  4. Now use send hotkey Activity and send CTLR+K to open the add hyperlink to the word.
  5. Using TypeIn Activity enter the hyperlink you want to add in the insert hyperlink window.
  6. Click on Save button.

Repeat the activity if the word have multiple occurrence and use the find navigation button to move the selector in between each occurrence of the word.

Dear Hashim,

Thanks for your reply .
I Just followed steps what you mentioned it’s work for me.

Best Regards,

Vijaya.

Dear Hashim ,

excel
I’ve an excel with name and url’s, we’ve to read the name and url from the excel and place the hyperlinks in word document that the name are already present in word document. mentioned below.
word

How can i automate using UIpath

Please help me ASAP.

Regards,
Vijaya.

try attached code for each loop.

ui_word_hyperlinks.xaml (11.3 KB)

Thanks for your reply.

worddocumenthyperlinks1.xaml (7.3 KB)

it’s my flow please help if any chages i am new to UiPath.

how to read names and urls from excel and place hyperlinks to word document (large text is there in word document) for those names using UiPath automation.

Dear Vinay,

Thanks fro your reply.

It is not working please help me step by step process with an example.

My challenge is how to read names and urls from excel and how to place hyperlinks in word document that the name (which will in excel) are already present in word document.

Please help me , I am new to uipath

Best Regards,

M. Vijaya Lakshmi

The highlighted argument should be the name from Excel to which you want to add hyperlink in the word.

for eg: Delusions (i guess it is case sensitive)

image

Also make sure to replicate the Arguments (both on the Page as well as Code Activity)

image

It is a bit complex with all the arguments, but it works for me.

  1. Try to use(modify) my workflow, or you might have to add below assembly explicitly to your XAML by opening in TEXT format to Import that dll into your WF.

<AssemblyReference>Microsoft.Office.Interop.Word</AssemblyReference>

  1. If you word instance is not being closed by the Code, try to kill it after your logic.

Again its totally up to you if you want to go with this logic.

Dear Vinay,

Thanks fro your reply.

Best regards,
Vijaya.

Dear Vinay,

Thanks for your reply,

I have one more challenge

How to read hyperlinks,bookmarks in pdf using uipath.

Please help me with an example

Best Regards,

M. Vijaya Lakshmi

Software Developer

Dear Vinay,

Please modify my flow if any mistakes it is not working.

wordlinksreading.xaml (10.3 KB)

Best Regards,
Vijaya

You forgot this step

Try to use(modify) my workflow, or you might have to add below assembly explicitly to your XAML by opening in TEXT format to Import that dll into your WF.

image

And Below arguments in your code should be Object Type

A post was split to a new topic: How to read all hyperlinks and book marks in pdf using uipath

Dear Vinay,

We want to implement automation for given list using UIPath for PDF file.

  • Check version of PDF
  • Check font size
  • Check font colour for hyperlinks
  • Check whether the PDF is secure or not
  • Check image size / color
  • Check margins/page size/numbers
  • Thumbnails
  • Bookmarks/Hyperlinks within the document
  • naming convention
    Can you please let me know how many of them are possible using UIpath tool.

Best Regards,

M. Vijaya Lakshmi

Software Developer

Tel: 040-44335555 Ext:221