I'm trying to rebuild an Outlook Add-In Example (Outlook 2007, #develop 4.3.1) with SharpDevelop and NetOffice and having a few difficulties, as I'm quite new to Outlook and C# development.
The current issue I'm having is how to address the in Outlook predesigned OFS-File, which is stored in a folder named Resources in my project folder, in my C# code.
I am trying to assign it to a byte array, which can then be returned by the GetFormRegionStorage method (byte[ ofsBytes = Properties.Resources.OFSFileName)
Can someone please help me out on that one (and/or point me to a tutorial or some other resource where I can find out about rather basic issues about developing in #develop)?