thub.users.profile.tabs.comments.personalized


Hi

Converters code below.

Regards

  public class VisibilityConverter : IValueConverter
     {
         public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
         {
             var theValue = (string)value;
             return string.IsNullOrWhiteSpace(theValue) ? false : true;
         }
    
         public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
         {
             throw new NotImplementedException();
         }
     }
    
     public class GridRowHeightConverter : IValueConverter
     {
         public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
         {
             var theValue = (string)value;
             return string.IsNullOrWhiteSpace(theValue) ? 0 : 5;
         }
    
         public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
         {
             throw new NotImplementedException();
         }
     }

Hi

The meta data. There are a large number of tables in both databases and I need to match pkey and identity column status from tables of one database into the tables of the second database. So if ID in Staff table in first database is a primary key and/or identity column then I want the ID in staff table in second database to be made primary key and/or identity column as well.

Thanks

Regards

Hi

Not the data.

So if Staff.ID is pkey in first database then Staff.ID column (which already exists) in second database also should be made a pkey.

Thanks

Regards

Hi

I am possibly missing something obvious but can't figure out how to convert my file path (of the file that I need to download) to item-id to be able to use this api for file download.

Thanks

Regards

Hi

Thanks but using ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 did not seem to have work.

Regards

Hi

I have both clarified and corrected my original problem description. Thanks.

Regards

Hi

I have both clarified and corrected my original problem description. Thanks.

Regards

Hi

We have the following in web.config but that has not helped.

   <system.web>

     <machineKey validationKey="<snipped>" decryptionKey="<snipped>" validation="SHA1" decryption="AES" />

   </system.web>

Regards

Hi Joyce

Here is the result of two commands.

 [PS] C:\Windows\system32>Get-Mailbox "TestSharedAlias@mydomain.com" | fl *Hidden*
    
 HiddenFromAddressListsEnabled : False
    
 [PS] C:\Windows\system32>Update-OfflineAddressBook -Identity "Default Offline Address Book"
 [PS] C:\Windows\system32>

However still can't see the mailbox in Outlook among other standard mailboxes. The issue seems to be with shared mailboxes as I have created two shared mailboxes and neither appears in address book.

Downloading address book on client Outlook gives this error;

114059-ib-download-address-book-error.png

Thanks

Regards


Hi Jeff

Thanks. I will try these and come back.

Regards

Hi Jeff

Thanks for all the help. I will try it and come back by tomorrow.

Regards

Hi

How do I do step 6? Users can't access the shared mailbox directly as only Administrator has full access to the shared mailbox.

In Outlook, if I enter Administrator in Open Calendar->Open Shared Calendar->Name field, then I get standard calendar from Administrator. How do I tell it to get the shared mailbox (Festivals@mydomain.com) calendar which is shared via Administrator?

Thanks

Regards

Hi Jeff

I will try over weekend and come back.

Thanks

Regards

Hi

So issue is unresolved and MS O365 support suggested that I use MFCMAPI to check that there isn't a corrupt rule hiding somewhere. I tried MFCMAPI on the main pc used by that user and it did not find any hidden/corrupt rules. For now I have added a rule in Exchange to block the forwarding.

Thanks

Regards

Hi

No pop up dialog is coming up. However this is the value authResult returns in watch window;

 Id = 21, Status = **WaitingForActivation** {1}, Method = "{null}", Result = "{Not yet computed}"

Does this give any clue? Any way I can activate it?

Thanks

Regards