MsgConvertMsgIsFromMe Property
Gets or sets whether MSGFLAG_FROMME flag will set in the resuling .MSG message.

Namespace: MailBee.Outlook
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool MsgIsFromMe { get; set; }

Property Value

Type: Boolean
The default value is false.
Remarks

The messaging user sending was the messaging user receiving the message. Normally you'll leave this flag in its default state. Setting it to true may help if you encounter "You are not allowed to send this message because you are trying to send on behalf of another sender without permission to do so." or similar issues when sending this message to MS Exchange.

This property makes sense only for EML-to-MSG conversion. MSG-to-EML conversion is not affected.

See Also