Git Product home page Git Product logo

outlook-access's People

Contributors

bennet303 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

outlook-access's Issues

FindAppointmentsBySubject(string [ ]) doesnt work

Describe the bug
FindAppointmentsBySubject doesnt work, when multiple subjects in an array are handed over

To Reproduce

string[] y = new string[] {"WGP", "AEW"};
List<Outlook.AppointmentItem> x = c.FindAppointmentsBySubject(y, start, end, true);

Expected behavior
Return all appointments that have one of the strings as their subject

Add method to generate DaysOfWeekMask

Is your feature request related to a problem? Please describe.
I have to generate a DaysOfWeekMask before being able to edit a reccurring appointment.

Describe the solution you'd like
A method that works with parameters for every day of the week and returns a Outlook.OlDaysOfWeek enumeration.

Problem with FindAppointmentBySubject()

Describe the bug
FindAppointmentBySubject throw an Exception in the method private static List<Outlook.AppointmentItem> Restrict(Outlook.Items pItems, string pFilter)

To Reproduce
List<Outlook.AppointmentItem> x = c.FindAppointmentsBySubject("AEW", start, end, true);

Exception: System.Runtime.InteropServices.COMException: "Die Bedingung ist ungültig."
in

Outlook.AppointmentItem appointment = pItems.Find(pFilter);

Expected behavior
Return a list of appointments with the given subject.

pIsSubstring is exclusive

Describe the bug
For pIsSubstring = true, appointments with the exact subject/location are not returned

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.