Erik Cederstrand

Results 206 comments of Erik Cederstrand

You should be able to set the organizer explicitly with `organizer='[email protected]'`. See also #340

I think we'll need a working example in e.g. C# or a trace of the XML requests and responses of a working interaction with Exchange to work out what we're...

Thanks for the updates! I'm reopening the ticket to make sure it doesn't get lost.

Hi @ShaktiKShrivastava Can you capture the XML that exchangelib produces in the latest version (1.11.4)? I suspect this may have been fixed, but I'd like to be sure, and I...

Clopsing this issue as outdated. Setting a parent folder as a `DistinguishedFolderId` with a specific mailbox has been supported for quite a while.

Thanks for the report! I cannot reproduce this using a minimal example which would be: ```python a = Account(...) m = Message(folder=a.sent, subject="Foo", to_recipients=[a.primary_smtp_address]) m.attach(FileAttachment(name="Baz.txt", content=b"xyz")) m.send_and_save() ``` This gives...

Hmm, that's weird. This has come up before, and we should already be reverting to save+send for Exchange versions prior to 2013. See https://github.com/ecederstrand/exchangelib/blob/master/exchangelib/items/message.py#L108 Are you able to add a...

@mike-egg123 Did you ever find out what was going on in your end?

I'm closing the issue, but feel free to reopen if you get the chance to debug this further :-)

Unless you intend to automate the creation of filtering rules for many users, I'm not sure it's worth the effort. The interface to create rules in Outlook or OWA is...