How to set themeColor with .NET AdaptiveCards SDK #6382
              
                
                  
                  
                    Answered
                  
                  by
                    soulflyman
                  
              
          
                  
                    
                      soulflyman
                    
                  
                
                  asked this question in
                Q&A
              
            -
| 
         When sending the following json to a MS Teams Webhook I can change the color bar above the message with the  {
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "type": "MessageCard",    
    "themeColor": "ff0000",
    "version": "1.2",
    "title": "Alarm!",
    "text": "Test Message" 
}How is this possible with the .NET AdaptiveCards SDK that ist available via nuget?  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            soulflyman
          
      
      
        Dec 17, 2021 
      
    
    Replies: 1 comment 2 replies
-
| 
         After creating an Issue from my question (#6841) it was forwarded to the MS-Teams tracker msteams-docs/#4854 an they hinted me to use the O365ConnectorCard Class [1] [2].  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
      Answer selected by
        soulflyman
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    

After creating an Issue from my question (#6841) it was forwarded to the MS-Teams tracker msteams-docs/#4854 an they hinted me to use the O365ConnectorCard Class [1] [2].