Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method not found: 'Void PostmarkDotNet.PostmarkMessageBase.set_TrackOpens(Boolean) #57

Open
kfrancis opened this issue Apr 10, 2018 · 2 comments

Comments

@kfrancis
Copy link

I just updated to the latest version 3.1.0 and now I'm seeing this error when attempting to send email. Not really sure why ...

@atheken
Copy link
Contributor

atheken commented Apr 23, 2018

Can you provide a little more context on how you're setting that value in your code? We made this property nullable quite some time ago. The error you're showing seems to imply it it's being called with a non-nullable overload of some kind. Are you using VB.Net or C#?

@kfrancis
Copy link
Author

Using C#, like the following:

    var newMessage = new PostmarkMessage {
        // other property's being set
        TrackOpens = true
    };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants