outlook udf
-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By Blois
Hello guys,
I'm having a problem reading Outlook when I use #RequireAdmin, as far as I understand it, it can not read the Outlook Profile that is configured from the user running the application.
I need to run some parameters with #RequireAdmin after it reads Outlook.
$oOutlook = _OL_Open() If @error <> 0 Then Exit MsgBox(16, "OutlookEX UDF: _OL_Open", "Example Error" & ". @error = " & @error & ", @extended = " & @extended) This retunr is @Error=1
Can you help me?
-
By caramen
@water Tips please ?
I whould like to check a mail box. Check each mails that is coming and also 'Do' if a particular tag is in the mail subject.
Well i know I am gonna use 'RegExp' with '_OL_MailheaderGet' from the outlook UDF
And i already tryed them. But when i tryed '_OL_MailheaderGet' If i use the patterne [0] I will get the first mail received.
Any way to get the last mail received header ? without doing an UBound (may i ll have somthing like 500 mails to unbound...) ?
Or i am using the function wrong ?
-
By water
My computer has been upgraded from Office 2010 to Office 2016.
Are there any features of Office 2013 or Office 2016 which you now want to see in the Excel, Word or Outlook UDF?
-
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now