Jump to content

Recommended Posts

Posted (edited)

If you like you can try the new extended Outlook UDF (OutlookEX). It's in an early state but if you tell us what you want to do I can post the exact statements to create the appointment.

For download please see my signature.The file is in post

Edited by water

My UDFs and Tutorials:

  Reveal hidden contents

 

  • 2 months later...
Posted

I was wondering if this was possible.

In short, my company uses outlook to reserve certain items. In this case, we have several wireless air cards that can be checked out to individual users, so what we do is the following...We will call one of the wireless air cards, Aircard C for reference

New Item -> Appointment -> Scheduling Assistant -> Add attendees -> Add Aircard C to Resources and hit OK -> Go back to Appointment, and Send

Sorry if that was annoying, but wanted to make sure the process was understood.

But the GetAppointment seems to be close to the way I wanted to go. But was wondering if it was possible to simply get the start and end date of the Aircard C, and display the values.

I would then want to have some fields to make it possible to reserve a card using OutlookCreateAppointment and sending it with the Aircard added into the attendee list.

But this stuff looks very well written and I hope I can use it!

Thanks

Posted

I moved your question to the "help & support thread" of the successor of the Outlook UDF. You'll find my answer

My UDFs and Tutorials:

  Reveal hidden contents

 

  • 11 months later...
Posted

oItem = _OL_ItemCreate($oOutlook, $olMailItem, "*\Outlook-UDF-Test\TargetFolder\Mail", "", "Subject=TestMail", "BodyFormat=" & $olFormatHTML, _
"HTMLBody=Bodytext in <b>bold</b><img src='cid:The_Outlook.jpg'>Embedded image.")
If @error <> 0 Then Exit MsgBox(16, "OutlookEX UDF: _OL_ItemCreate Example Script", "Error creating a mail in folder 'Outlook-UDF-Test\TargetFolder\Mail'. @error = " & @error & ", @extended = " & @extended)
$oItem = _OL_ItemAttachmentAdd($oOutlook, $oItem, Default, @ScriptDir & "\The_Outlook.jpg") ; , @ScriptDir & "\_OL_ItemCopy.au3, 4", @ScriptDir & "\_OL_Foldertree.au3")
If @error <> 0 Then Exit MsgBox(16, "OutlookEX UDF: _OL_ItemCreate Example Script", "Error adding an attachment to a mail in folder 'Outlook-UDF-Test\TargetFolder\Mail'. @error = "  & @error & ", @extended = " & @extended)

ist not working with Outlook 2010 > the email ist created but no attachments!

Pls Help.

Posted (edited)

This is the thread for the superseded version of the Outlook UDF:

I moved your question to the new

Edited by water

My UDFs and Tutorials:

  Reveal hidden contents

 

  • 3 weeks later...
Posted

This is the thread for the superseded version of the Outlook UDF:

I moved your question to the new

My UDFs and Tutorials:

  Reveal hidden contents

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...