Code Monkey home page Code Monkey logo

Comments (17)

Sicos1977 avatar Sicos1977 commented on August 18, 2024

from msgkit.

nicrf avatar nicrf commented on August 18, 2024

I will try!

from msgkit.

nicrf avatar nicrf commented on August 18, 2024

Do you have a tool to check the msg file?

from msgkit.

Sicos1977 avatar Sicos1977 commented on August 18, 2024

You can use outlookSpy for that, you can try it out for 30 days.

http://www.dimastr.com/outspy/home.htm

from msgkit.

Sicos1977 avatar Sicos1977 commented on August 18, 2024

I made preparations to add task support --> bb8f863

from msgkit.

nicrf avatar nicrf commented on August 18, 2024

Ho, good, I will merge my code on it. It's working for now.

from msgkit.

nicrf avatar nicrf commented on August 18, 2024

Do you have a helper class to build a RecurrencePattern Structure ([MS-OXOCAL] 2.2.1.44.1 ) for PidLidTaskRecurrence.

Task.zip

from msgkit.

Sicos1977 avatar Sicos1977 commented on August 18, 2024

No I don't. But it does not seem to hard to build that. I can build that for you if you want but that will be this weekend or next week. At the moment I'm a little bit busy with something else.

The specs seem a little bit overwhelming if you never build something like that before. But it looks much harder then it really is.

I added your task enums to the msgkit code base. I refactored them a little bit so that they are inline with the rest of the code style in the MSGKit project.

Greetings,
Kees van Spelde

from msgkit.

Sicos1977 avatar Sicos1977 commented on August 18, 2024

I already added the needed enum files for the RecurrencePattern

from msgkit.

nicrf avatar nicrf commented on August 18, 2024

Hi, I merged with your standart, I will try to do the reccurent.

Task.zip

from msgkit.

nicrf avatar nicrf commented on August 18, 2024

Hi,

It seems that the change of class does not happen:
public class Task : Email ... private new void WriteToStorage() { Class = MessageClass.IPM_Task;
I get IPM.Note
2017-12-04_12h40_19

My email open in IMP.Note
2017-12-04_12h34_53

If I force to IPM.Task, my email work.

Easy fix, sorry :
Email.cs :
internal void WriteToStorage() { var rootStorage = CompoundFile.RootStorage; if (Class == MessageClass.Unknown) Class = MessageClass.IPM_Note;

from msgkit.

nicrf avatar nicrf commented on August 18, 2024

Hello,

I finished writing the rough draft. I got some weird error on my date, I will check this next time :
2017-12-04_20h48_57
MsgKit2.zip

from msgkit.

nicrf avatar nicrf commented on August 18, 2024

Hi,

I have tested many thing, but I find something weird:
I want to add two date in a month pattern, like 10 and 20 :
2017-12-05_22h18_10

And I got this :
2017-12-05_22h25_41

Do you have an idea?

MsgKit2.zip

from msgkit.

Sicos1977 avatar Sicos1977 commented on August 18, 2024

I will look into your code this weekend.

from msgkit.

nicrf avatar nicrf commented on August 18, 2024

Hi,

Did you get the time to chek it?

from msgkit.

Sicos1977 avatar Sicos1977 commented on August 18, 2024

I completely forgot this. I'll add it on my todo list again

from msgkit.

auctionsjeff avatar auctionsjeff commented on August 18, 2024

Very awesome project! The Task piece is great too! @nicrf, would you consider updating the README.md in your PR with a quick example for creating a Task, and maybe even one for creating a recurring Task (assuming the quirks get worked out)? I'm curious to see if this would also work for making recurring appointments...

Thanks for your hard work guys!
Jeff

from msgkit.

Related Issues (20)

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.