-
Notifications
You must be signed in to change notification settings - Fork 74
Cannot attach Contact as ItemAttachment to an email #75
Comments
Hi John. |
Good question. I will give that a try. Hi John. Reply to this email directly or view it on GitHubhttps://github.com//issues/75#issuecomment-94505256. |
Hi Marcos, I've tried the request using the Charles Proxy tool. I get the same error that I got in the response to the call using the client library. Request { Response From: Marcos Torres <notifications@gh.neting.ccmailto:notifications@github.com> Hi John. Reply to this email directly or view it on GitHubhttps://github.com//issues/75#issuecomment-94505256. |
I am having an issue with null references for attachments as well. Whenever I try to do a .getAttachments() on a Message object, I get null returned, despite the .getHasAttachments() flag being set to true. |
Let me review this please. Thanks. |
Folks,
The following code raises an internal server exception. The item object in the 2nd argument of my method actually cast from a valid Contact object. The client is verified to be valid, the mail Id came from a new message I created and did not send yet. The message sits in the user's draft mail message folder.
I get the following internal server (501) error:
"Object reference not set to an instance of an object”
The text was updated successfully, but these errors were encountered: